PostfixExpr
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Unary
AST.PostfixExpr
AST.PostDecExpr
- 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.PostDecExpr
Java1.4Frontend/java.ast
at line 148
public PostDecExpr()
public PostDecExpr(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 PostDecExpr clone() throws java.lang.CloneNotSupportedException
clone
in class PostfixExpr
java.lang.CloneNotSupportedException
public PostDecExpr copy()
public PostDecExpr fullCopy()
public void createBCode(CodeGeneration gen)
createBCode
in class Unary
Java1.4Backend/CreateBCode.jrag
at line 862
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 |