org.wilmascope.gmlparser
Class AugmentedGMLParser

java.lang.Object
  extended by org.wilmascope.gmlparser.AugmentedGMLParser
All Implemented Interfaces:
AugmentedGMLParserConstants

public class AugmentedGMLParser
extends java.lang.Object
implements AugmentedGMLParserConstants


Field Summary
 Token jj_nt
           
 Token token
           
 AugmentedGMLParserTokenManager token_source
           
 
Fields inherited from interface org.wilmascope.gmlparser.AugmentedGMLParserConstants
CTLSTRING, DEC, DEFAULT, DIRECTED, EDGE, EOF, GRAPH, ID, IN_IGNORABLE, ITEM, LABEL, NAME, NODE, NUM, SERIES, SOURCE, TARGET, tokenImage, VALUE, VERSION
 
Constructor Summary
AugmentedGMLParser(AugmentedGMLParserTokenManager tm)
           
AugmentedGMLParser(java.io.InputStream stream)
           
AugmentedGMLParser(java.io.Reader stream)
           
 
Method Summary
 void disable_tracing()
           
 void enable_tracing()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 void graph(AugmentedGraphClient g)
           
 void ReInit(AugmentedGMLParserTokenManager tm)
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(java.io.Reader stream)
           
 void series(AugmentedGraphClient g)
           
 void stmt(AugmentedGraphClient g)
           
 void stmtList(AugmentedGraphClient g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public AugmentedGMLParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt
Constructor Detail

AugmentedGMLParser

public AugmentedGMLParser(java.io.InputStream stream)

AugmentedGMLParser

public AugmentedGMLParser(java.io.Reader stream)

AugmentedGMLParser

public AugmentedGMLParser(AugmentedGMLParserTokenManager tm)
Method Detail

graph

public final void graph(AugmentedGraphClient g)
                 throws ParseException
Throws:
ParseException

stmtList

public final void stmtList(AugmentedGraphClient g)
                    throws ParseException
Throws:
ParseException

series

public final void series(AugmentedGraphClient g)
                  throws ParseException
Throws:
ParseException

stmt

public final void stmt(AugmentedGraphClient g)
                throws ParseException
Throws:
ParseException

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.Reader stream)

ReInit

public void ReInit(AugmentedGMLParserTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()