adalogo.lang

Class ASTSubtractionNode

Implemented Interfaces:
Node

public class ASTSubtractionNode
extends SimpleNode

Nested Class Summary

Field Summary

Fields inherited from class adalogo.lang.SimpleNode

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

Constructor Summary

ASTSubtractionNode(Lang p, int id)
ASTSubtractionNode(int id)

Method Summary

Object
jjtAccept(LangVisitor visitor, Object data)
Accept the visitor.
static Node
jjtCreate(Lang p, int id)
static Node
jjtCreate(int id)

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

ASTSubtractionNode

public ASTSubtractionNode(Lang p,
                          int id)


ASTSubtractionNode

public ASTSubtractionNode(int id)

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)
Overrides:
jjtCreate in interface SimpleNode


jjtCreate

public static Node jjtCreate(int id)
Overrides:
jjtCreate in interface SimpleNode