AdditiveExpr
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Binary
AST.ArithmeticExpr
AST.AdditiveExpr
AST.SubExpr
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
AdditiveExpr
;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Binary
AST.ArithmeticExpr
AST.AdditiveExpr
AST.SubExpr
Java1.4Frontend/java.ast
at line 159
public void flushCache()
flushCache
in class AdditiveExpr
public void flushCollectionCache()
flushCollectionCache
in class AdditiveExpr
clone
in class AdditiveExpr
java.lang.CloneNotSupportedException
public void init$Children()
init$Children
in class AdditiveExpr
protected int numChildren()
numChildren
in class AdditiveExpr
public boolean mayHaveRewrite()
mayHaveRewrite
in class AdditiveExpr
public void setLeftOperand(Expr node)
setLeftOperand
in class AdditiveExpr
node
- The new node to replace the LeftOperand child.public Expr getLeftOperand()
getLeftOperand
in class AdditiveExpr
public Expr getLeftOperandNoTransform()
This method does not invoke AST transformations.
getLeftOperandNoTransform
in class AdditiveExpr
public void setRightOperand(Expr node)
setRightOperand
in class AdditiveExpr
node
- The new node to replace the RightOperand child.public Expr getRightOperand()
getRightOperand
in class AdditiveExpr
public Expr getRightOperandNoTransform()
This method does not invoke AST transformations.
getRightOperandNoTransform
in class AdditiveExpr
rewriteTo
in class AdditiveExpr
|
|||||||
FRAMES NO FRAMES |