|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node represents a node in an abstract syntax tree. The first step to creating a DFA is to build an AST using the given createXxx methods.
Method Summary | |
void |
accept(net.sf.vex.dom.DFABuilder.NodeVisitor visitor)
|
java.lang.Object |
clone()
|
java.util.Set |
getFirstPos()
|
java.util.Set |
getLastPos()
|
boolean |
isNullable()
|
Method Detail |
public void accept(net.sf.vex.dom.DFABuilder.NodeVisitor visitor)
public java.lang.Object clone()
public java.util.Set getFirstPos()
public java.util.Set getLastPos()
public boolean isNullable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |