E
- The node types for the AST.public interface IAST<E extends Enum<?>>
Modifier and Type | Method and Description |
---|---|
void |
acceptASTVisitor(IASTVisitor visitor)
Accepts the visitor.
|
String |
childrenAsString()
Treats the children of the AST as IChar's and concatenates their values
into a String.
|
List<IAST<E>> |
getChildren()
Returns the children.
|
Position |
getPosition()
Returns the position.
|
E |
getType()
Returns the type.
|
Position getPosition()
null
if the AST doesn't have a position set.E getType()
void acceptASTVisitor(IASTVisitor visitor)
visitor
- The visitor to accept.String childrenAsString()
Copyright © 2017 Kevoree Project. All rights reserved.