PostfixExpr
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Unary
AST.PostfixExpr
AST.PostIncExpr
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
PostfixExpr
;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Unary
AST.PostfixExpr
AST.PostIncExpr
Java1.4Frontend/java.ast
at line 147
public PostIncExpr()
public PostIncExpr(Expr p0)
syn java.lang.String printPostOp()
printPostOp
in class Unary
Java1.4Frontend/PrettyPrint.jadd
at line 372
public void flushCache()
flushCache
in class PostfixExpr
public void flushCollectionCache()
flushCollectionCache
in class PostfixExpr
public PostIncExpr clone() throws java.lang.CloneNotSupportedException
clone
in class PostfixExpr
java.lang.CloneNotSupportedException
public PostIncExpr copy()
public PostIncExpr fullCopy()
public void createBCode(CodeGeneration gen)
createBCode
in class Unary
Java1.4Backend/CreateBCode.jrag
at line 861
public void init$Children()
init$Children
in class PostfixExpr
protected int numChildren()
numChildren
in class PostfixExpr
public boolean mayHaveRewrite()
mayHaveRewrite
in class PostfixExpr
public void setOperand(Expr node)
setOperand
in class PostfixExpr
node
- The new node to replace the Operand child.public Expr getOperand()
getOperand
in class PostfixExpr
public Expr getOperandNoTransform()
This method does not invoke AST transformations.
getOperandNoTransform
in class PostfixExpr
rewriteTo
in class PostfixExpr
|
|||||||
FRAMES NO FRAMES |