AST
node type AssignAdditiveExpr

General Info

Production
AssignAdditiveExpr : AssignExpr;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.AssignExpr
                  extended by AST.AssignAdditiveExpr
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
AssignMinusExpr, AssignPlusExpr

Description

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

Member Filters

API level:

Aspect:

Constructors

public AssignAdditiveExpr(Expr p0,
                          Expr p1)
 

Methods

public void flushCache()
Overrides:flushCache in class AssignExpr
public void flushCollectionCache()
Overrides:flushCollectionCache in class AssignExpr
public AssignAdditiveExpr clone()
                         throws java.lang.CloneNotSupportedException
Overrides:clone in class AssignExpr
Throws:
java.lang.CloneNotSupportedException
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class AssignExpr
protected int numChildren()
Overrides:numChildren in class AssignExpr
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class AssignExpr
public void setDest(Expr node)
Replaces the Dest child.
Overrides:setDest in class AssignExpr
Parameters:
node - The new node to replace the Dest child.
public Expr getDest()
Retrieves the Dest child.
Overrides:getDest in class AssignExpr
Returns:
The current node used as the Dest child.
Retrieves the Dest child.

This method does not invoke AST transformations.

Overrides:getDestNoTransform in class AssignExpr
Returns:
The current node used as the Dest child.
public void setSource(Expr node)
Replaces the Source child.
Overrides:setSource in class AssignExpr
Parameters:
node - The new node to replace the Source child.
public Expr getSource()
Retrieves the Source child.
Overrides:getSource in class AssignExpr
Returns:
The current node used as the Source child.
Retrieves the Source child.

This method does not invoke AST transformations.

Overrides:getSourceNoTransform in class AssignExpr
Returns:
The current node used as the Source child.
Overrides:rewriteTo in class AssignExpr

Inherited Members

Attributes inherited from AST.AssignExpr

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.AssignExpr

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.AssignExpr

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value