E
- The node types for the AST.public final class Empty<E extends Enum<?>> extends NoChildren<E> implements IEmpty
Modifier and Type | Method and Description |
---|---|
void |
acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
String |
toString() |
childrenAsString, getChildren, getPosition, getType, hashCode
public Empty(E type)
type
- The type of the AST.public void acceptASTVisitor(IASTVisitor visitor)
acceptASTVisitor
in interface IAST<E extends Enum<?>>
visitor
- The visitor to accept.Copyright © 2017 Kevoree Project. All rights reserved.