Class ASTLineNode
java.lang.Object
|
+----SimpleNode
|
+----ASTLineNode
- public class ASTLineNode
- extends SimpleNode
A Node on the parse tree that points to the lines of code
-
interpret()
- Interpret each of the lines of code
interpret
public void interpret()
- Interpret each of the lines of code
- Overrides:
- interpret in class SimpleNode