AST
node type PostfixExpr

General Info

Production
PostfixExpr : Unary;
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
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
PostDecExpr, PostIncExpr

Description

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

Member Filters

API level:

Aspect:

Constructors

public PostfixExpr()
 
public PostfixExpr(Expr p0)
 

Methods

public void flushCache()
Overrides:flushCache in class Unary
public void flushCollectionCache()
Overrides:flushCollectionCache in class Unary
public PostfixExpr clone()
                  throws java.lang.CloneNotSupportedException
Overrides:clone in class Unary
Throws:
java.lang.CloneNotSupportedException
public void definiteAssignment()
Overrides:definiteAssignment in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 63
Aspect
DefiniteAssignment
protected boolean checkDUeverywhere(Variable v)
Overrides:checkDUeverywhere in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 471
Aspect
DA
public void typeCheck()
Overrides:typeCheck in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/TypeCheck.jrag at line 293
Aspect
TypeCheck
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class Unary
protected int numChildren()
Overrides:numChildren in class Unary
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class Unary
public void setOperand(Expr node)
Replaces the Operand child.
Overrides:setOperand in class Unary
Parameters:
node - The new node to replace the Operand child.
public Expr getOperand()
Retrieves the Operand child.
Overrides:getOperand in class Unary
Returns:
The current node used as the Operand child.
Retrieves the Operand child.

This method does not invoke AST transformations.

Overrides:getOperandNoTransform in class Unary
Returns:
The current node used as the Operand child.
public boolean Define_boolean_isDest(ASTNode caller,
                                     ASTNode child)
Overrides:Define_boolean_isDest in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 45
public boolean Define_boolean_isIncOrDec(ASTNode caller,
                                         ASTNode child)
Overrides:Define_boolean_isIncOrDec in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 53
Overrides:Define_NameType_nameType in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/SyntacticClassification.jrag at line 98
Overrides:rewriteTo in class Unary

Inherited Members

Attributes inherited from AST.Unary

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

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