|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.waxeye.ast.NoChildren<E>
org.waxeye.ast.Empty<E>
E
- The node types for the AST.public final class Empty<E extends java.lang.Enum<?>>
A class to represent an empty AST.
Constructor Summary | |
---|---|
Empty(E type)
Creates a new Empty AST. |
Method Summary | |
---|---|
void |
acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor. |
java.lang.String |
toString()
|
Methods inherited from class org.waxeye.ast.NoChildren |
---|
childrenAsString, getChildren, getPosition, getType, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Empty(E type)
type
- The type of the AST.Method Detail |
---|
public void acceptASTVisitor(IASTVisitor visitor)
acceptASTVisitor
in interface IAST<E extends java.lang.Enum<?>>
visitor
- The visitor to accept.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |