org.wilmascope.dotparser
Class DotParser
java.lang.Object
org.wilmascope.dotparser.DotParser
- All Implemented Interfaces:
- DotParserConstants
public class DotParser
- extends java.lang.Object
- implements DotParserConstants
Fields inherited from interface org.wilmascope.dotparser.DotParserConstants |
BB, CONCENTRATE, CTLSTRING, DEC, DEFAULT, DIGRAPH, EOF, FORMAL_COMMENT, GRAPH, HEIGHT, ID, IGNOREPARAMETERS, LABEL, LAYER, LAYERS, MINLEN, MULTI_LINE_COMMENT, NODE, NODEPARAMETERS, NUM, POS, RATIO, SHAPE, SINGLE_LINE_COMMENT, tokenImage, WEIGHT, WIDTH |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public static DotParserTokenManager token_source
token
public static Token token
jj_nt
public static Token jj_nt
DotParser
public DotParser(java.io.InputStream stream)
DotParser
public DotParser(java.io.Reader stream)
DotParser
public DotParser(DotParserTokenManager tm)
graph
public static final void graph(GraphClient g)
throws ParseException
- Throws:
ParseException
stmtList
public static final void stmtList(GraphClient g)
throws ParseException
- Throws:
ParseException
stmt
public static final void stmt(GraphClient g)
throws ParseException
- Throws:
ParseException
graphAtts
public static final void graphAtts(GraphClient g)
throws ParseException
- Throws:
ParseException
nodeAtts
public static final void nodeAtts(NodeClient n)
throws ParseException
- Throws:
ParseException
edgeRHS
public static final EdgeClient edgeRHS(GraphClient g,
NodeClient start)
throws ParseException
- Throws:
ParseException
edgeAtts
public static final void edgeAtts(EdgeClient e)
throws ParseException
- Throws:
ParseException
node
public static final NodeClient node(GraphClient g)
throws ParseException
- Throws:
ParseException
ReInit
public static void ReInit(java.io.InputStream stream)
ReInit
public static void ReInit(java.io.Reader stream)
ReInit
public void ReInit(DotParserTokenManager tm)
getNextToken
public static final Token getNextToken()
getToken
public static final Token getToken(int index)
generateParseException
public static ParseException generateParseException()
enable_tracing
public static final void enable_tracing()
disable_tracing
public static final void disable_tracing()