Class ExprNode

java.lang.Object
  extended by ASTNode
      extended by ExprNode
Direct Known Subclasses:
CallExprNode, IdNode, LiteralNode, OpExprNode

public abstract class ExprNode
extends ASTNode

An AST node representing an expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class ASTNode
ASTNode.DataType
 
Constructor Summary
ExprNode()
           
 
Method Summary
 
Methods inherited from class ASTNode
indent, unparse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNode

public ExprNode()