Package com.pressassociation.pr.ast
Class AstNode
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
-
Constructor Summary
Constructors Constructor Description AstNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidapply(AstVisitor visitor)Apply the given visitor over the tree represented by this node.booleanequals(Object other)Compares objects by string.inthashCode()Uses the string representation to compute the hash.StringtoString()
-
-
-
Method Detail
-
apply
public abstract void apply(AstVisitor visitor)
Apply the given visitor over the tree represented by this node.
-
-