adalogo.lang

Class ASTAssignmentStatement

Implemented Interfaces:
Node

public class ASTAssignmentStatement
extends SimpleNode

Nested Class Summary

Field Summary

Fields inherited from class adalogo.lang.SimpleNode

children, column, id, line, parent, parser, value

Constructor Summary

ASTAssignmentStatement(Lang p, int id)
Constructor of SimpleNode.
ASTAssignmentStatement(int id)
Constructor of SimpleNode.

Method Summary

Object
jjtAccept(LangVisitor visitor, Object data)
Accept the visitor.
static Node
jjtCreate(Lang p, int id)
Constructor of Node.
static Node
jjtCreate(int id)
Constructor of 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

Constructor Details

ASTAssignmentStatement

public ASTAssignmentStatement(Lang p,
                              int id)
Constructor of SimpleNode. For in-parameter see LangTreeConstants.


ASTAssignmentStatement

public ASTAssignmentStatement(int id)
Constructor of SimpleNode. For in-parameter see LangTreeConstants.

Method Details

jjtAccept

public Object jjtAccept(LangVisitor visitor,
                        Object data)
Accept the visitor. *
Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in interface SimpleNode


jjtCreate

public static Node jjtCreate(Lang p,
                             int id)
Constructor of Node. For in-parameter see LangTreeConstants.
Overrides:
jjtCreate in interface SimpleNode


jjtCreate

public static Node jjtCreate(int id)
Constructor of Node. For in-parameter see LangTreeConstants.
Overrides:
jjtCreate in interface SimpleNode