adalogo.lang

Class ASTPutLineStatement

Implemented Interfaces:
Node

public class ASTPutLineStatement
extends SimpleNode

Nested Class Summary

Field Summary

Fields inherited from class adalogo.lang.SimpleNode

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

Constructor Summary

ASTPutLineStatement(Lang p, int id)
Constructor of SimpleNode.
ASTPutLineStatement(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

ASTPutLineStatement

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


ASTPutLineStatement

public ASTPutLineStatement(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