org.extendj.ast
node type AssignAdditiveExpr

General Info

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

Description

Source
Declared in /home/jesper/git/extendj/java4/grammar/Java.ast at line 112

Member Filters

API level:

Aspect:

Constructors

public AssignAdditiveExpr()
 
Source
Declared in /home/jesper/git/extendj/ASTNode at line 1
public AssignAdditiveExpr(Expr p0,
                          Expr p1)
 
Source
Declared in /home/jesper/git/extendj/ASTNode at line 13

Methods

public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 10
protected int numChildren()
Overrides:numChildren in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 20
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 26
public void flushAttrCache()
Overrides:flushAttrCache in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 32
public void flushCollectionCache()
Overrides:flushCollectionCache in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 38
public void flushRewriteCache()
Overrides:flushRewriteCache in class AssignExpr
Source
Declared in /home/jesper/git/extendj/ASTNode at line 44
public AssignAdditiveExpr clone()
                         throws java.lang.CloneNotSupportedException
Overrides:clone in class AssignExpr
Throws:
java.lang.CloneNotSupportedException
Source
Declared in /home/jesper/git/extendj/ASTNode at line 50
@Deprecated
public abstract AssignAdditiveExpr fullCopy()
Deprecated. Please use treeCopy or treeCopyNoTransform instead

Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.

Specified by:fullCopy in class AssignExpr
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 61
public abstract AssignAdditiveExpr treeCopyNoTransform()
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Specified by:treeCopyNoTransform in class AssignExpr
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 69
public abstract AssignAdditiveExpr treeCopy()
Create a deep copy of the AST subtree at this node. The subtree of this node is traversed to trigger rewrites before copy. The copy is dangling, i.e. has no parent.
Specified by:treeCopy in class AssignExpr
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 77
public void setDest(Expr node)
Replaces the Dest child.
Overrides:setDest in class AssignExpr
Parameters:
node - The new node to replace the Dest child.
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.
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 org.extendj.ast.AssignExpr

Attributes inherited from org.extendj.ast.Expr

Attributes inherited from org.extendj.ast.ASTNode

Methods inherited from class org.extendj.ast.AssignExpr

Methods inherited from class org.extendj.ast.Expr

Methods inherited from class org.extendj.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 org.extendj.ast.AssignExpr

Fields inherited from org.extendj.ast.Expr

Fields inherited from org.extendj.ast.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value