RelationalExpr
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Binary
AST.RelationalExpr
AST.LTExpr
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
RelationalExpr
;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Binary
AST.RelationalExpr
AST.LTExpr
Java1.4Frontend/java.ast
at line 176
public void flushCache()
flushCache
in class RelationalExpr
public void flushCollectionCache()
flushCollectionCache
in class RelationalExpr
clone
in class RelationalExpr
java.lang.CloneNotSupportedException
public void compareBranch(CodeGeneration gen, int label, TypeDecl typeDecl)
compareBranch
in class RelationalExpr
Java1.4Backend/CreateBCode.jrag
at line 1152
public void compareNotBranch(CodeGeneration gen, int label, TypeDecl typeDecl)
compareNotBranch
in class RelationalExpr
Java1.4Backend/CreateBCode.jrag
at line 1162
public void init$Children()
init$Children
in class RelationalExpr
protected int numChildren()
numChildren
in class RelationalExpr
public boolean mayHaveRewrite()
mayHaveRewrite
in class RelationalExpr
public void setLeftOperand(Expr node)
setLeftOperand
in class RelationalExpr
node
- The new node to replace the LeftOperand child.public Expr getLeftOperand()
getLeftOperand
in class RelationalExpr
public Expr getLeftOperandNoTransform()
This method does not invoke AST transformations.
getLeftOperandNoTransform
in class RelationalExpr
public void setRightOperand(Expr node)
setRightOperand
in class RelationalExpr
node
- The new node to replace the RightOperand child.public Expr getRightOperand()
getRightOperand
in class RelationalExpr
public Expr getRightOperandNoTransform()
This method does not invoke AST transformations.
getRightOperandNoTransform
in class RelationalExpr
rewriteTo
in class RelationalExpr
|
|||||||
FRAMES NO FRAMES |