Package org.faktorips.fl.parser
Class ASTLENode
java.lang.Object
org.faktorips.fl.parser.SimpleNode
org.faktorips.fl.parser.ASTLENode
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class org.faktorips.fl.parser.SimpleNode
children, id, parent, parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(FlParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class org.faktorips.fl.parser.SimpleNode
childrenAccept, dump, getFirstToken, getLastToken, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
-
Constructor Details
-
ASTLENode
public ASTLENode(int id) -
ASTLENode
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-