Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
adalogo.lang.SimpleNode
adalogo.lang.ASTTurnToStatement
public class ASTTurnToStatement
extends SimpleNode
Nested Class Summary |
Field Summary |
Fields inherited from class adalogo.lang.SimpleNode | |
children , column , id , line , parent , parser , value |
Constructor Summary | |
| |
|
Method Summary | |
Object |
|
static Node | |
static Node |
|
Methods inherited from class adalogo.lang.SimpleNode | |
childrenAccept , dump , getColumn , getId , getLine , getValue , jjtAccept , jjtAddChild , jjtClose , jjtCreate , jjtCreate , jjtGetChild , jjtGetNumChildren , jjtGetParent , jjtOpen , jjtSetParent , setColumn , setId , setLine , setValue , toString , toString |
public Object jjtAccept(LangVisitor visitor, Object data)
Accept the visitor. *
- Overrides:
- jjtAccept in interface SimpleNode