AST
node type PostDecExpr

General Info

Production
PostDecExpr : PostfixExpr;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.Unary
                  extended by AST.PostfixExpr
                      extended by AST.PostDecExpr
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

Source
Declared in Java1.4Frontend/java.ast at line 148

Member Filters

API level:

Aspect:

Constructors

public PostDecExpr()
 
public PostDecExpr(Expr p0)
 

Attributes

syn java.lang.String printPostOp()
Overrides:printPostOp in class Unary
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 372
Aspect
PrettyPrint
syn boolean needsPop()
Overrides:needsPop in class Expr
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 219
Aspect
CreateBCode

Methods

public void flushCache()
Overrides:flushCache in class PostfixExpr
public void flushCollectionCache()
Overrides:flushCollectionCache in class PostfixExpr
public PostDecExpr clone()
                  throws java.lang.CloneNotSupportedException
Overrides:clone in class PostfixExpr
Throws:
java.lang.CloneNotSupportedException
public PostDecExpr copy()
Overrides:copy in class ASTNode<ASTNode>
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class ASTNode<ASTNode>
Returns:
dangling copy of the subtree at this node
public void createBCode(CodeGeneration gen)
Overrides:createBCode in class Unary
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 862
Aspect
CreateBCode
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class PostfixExpr
protected int numChildren()
Overrides:numChildren in class PostfixExpr
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class PostfixExpr
public void setOperand(Expr node)
Replaces the Operand child.
Overrides:setOperand in class PostfixExpr
Parameters:
node - The new node to replace the Operand child.
public Expr getOperand()
Retrieves the Operand child.
Overrides:getOperand in class PostfixExpr
Returns:
The current node used as the Operand child.
Retrieves the Operand child.

This method does not invoke AST transformations.

Overrides:getOperandNoTransform in class PostfixExpr
Returns:
The current node used as the Operand child.
Overrides:rewriteTo in class PostfixExpr

Inherited Members

Attributes inherited from AST.Unary

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.PostfixExpr

Methods inherited from class AST.Unary

Methods inherited from class AST.Expr

Methods inherited from class AST.ASTNode

Methods inherited from class beaver.Symbol

getColumn
getEnd
getId
getLine
getStart
makePosition

Methods inherited from class java.lang.Object

equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from AST.Unary

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value