org.wilmascope.gmlparser
Class GMLParser
java.lang.Object
org.wilmascope.gmlparser.GMLParser
- All Implemented Interfaces:
- GMLParserConstants
public class GMLParser
- extends java.lang.Object
- implements GMLParserConstants
Fields inherited from interface org.wilmascope.gmlparser.GMLParserConstants |
CTLSTRING, DEC, DEFAULT, DIRECTED, EDGE, EOF, GRAPH, ID, IN_IGNORABLE, LABEL, NAME, NODE, NUM, SOURCE, TARGET, tokenImage, VERSION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public GMLParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
GMLParser
public GMLParser(java.io.InputStream stream)
GMLParser
public GMLParser(java.io.Reader stream)
GMLParser
public GMLParser(GMLParserTokenManager tm)
graph
public final void graph(GraphClient g)
throws ParseException
- Throws:
ParseException
stmtList
public final void stmtList(GraphClient g)
throws ParseException
- Throws:
ParseException
stmt
public final void stmt(GraphClient 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(GMLParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()