Class ASTAssignment
java.lang.Object
|
+----SimpleNode
|
+----ASTAssignment
- public class ASTAssignment
- extends SimpleNode
A node on the parse tree that assigns the current stack value to a variable
-
interpret()
- Interpret (evaluate) child of this node and set the symbol value to
its value
interpret
public void interpret()
- Interpret (evaluate) child of this node and set the symbol value to
its value
- Overrides:
- interpret in class SimpleNode