jltools.ast
Interface Eval

All Superinterfaces:
java.lang.Cloneable, Copy, ForInit, ForUpdate, Node, java.io.Serializable, Stmt
All Known Implementing Classes:
Eval_c

public interface Eval
extends ForInit, ForUpdate

An Eval is a wrapper for an expression in the context of a statement.


Method Summary
 Expr expr()
           
 Eval expr(Expr expr)
           
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 

Method Detail

expr

public Expr expr()

expr

public Eval expr(Expr expr)