Class ASTXNode
java.lang.Object
|
+----SimpleNode
|
+----ASTXNode
- public class ASTXNode
- extends SimpleNode
A node of the parse tree that gives the x value where the potential
is to be evaluated
-
ASTXNode(int)
-
-
interpret()
- Push the current x value on the stack
ASTXNode
public ASTXNode(int id)
interpret
public void interpret()
- Push the current x value on the stack
- Overrides:
- interpret in class SimpleNode