|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.dot.parser
Class ASTUnit

java.lang.Objectcom.port80.graph.dot.parser.SimpleNode
com.port80.graph.dot.parser.ASTUnit
- All Implemented Interfaces:
- Node
- public class ASTUnit
- extends SimpleNode
| Field Summary | |
private int |
graphType
|
| Fields inherited from class com.port80.graph.dot.parser.SimpleNode |
children, id, name, parent, parser |
| Constructor Summary | |
ASTUnit(DotParser p,
int id)
|
|
ASTUnit(int id)
|
|
| Method Summary | |
int |
getGraphType()
|
void |
init(int type,
java.lang.String name)
|
java.lang.Object |
jjtAccept(DotParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
| Methods inherited from class com.port80.graph.dot.parser.SimpleNode |
childrenAccept, dump, getName, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setName, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
graphType
private int graphType
| Constructor Detail |
ASTUnit
public ASTUnit(int id)
ASTUnit
public ASTUnit(DotParser p, int id)
| Method Detail |
jjtAccept
public java.lang.Object jjtAccept(DotParserVisitor visitor, java.lang.Object data)
- Accept the visitor.
- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
init
public void init(int type,
java.lang.String name)
getGraphType
public int getGraphType()
|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC