Class ASTAtanNode
java.lang.Object
|
+----SimpleNode
|
+----ASTAtanNode
- public class ASTAtanNode
- extends SimpleNode
A node on the parse tree that calculates the arc tangent
-
ASTAtanNode(int)
-
-
interpret()
- Interpret (evaluate) the child of this node and replace the top
of the stack with its arc tangent
ASTAtanNode
public ASTAtanNode(int id)
interpret
public void interpret()
- Interpret (evaluate) the child of this node and replace the top
of the stack with its arc tangent
- Overrides:
- interpret in class SimpleNode