AST
node type AssignMulExpr

General Info

Production
AssignMulExpr : AssignMultiplicativeExpr;
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.AssignMultiplicativeExpr
                      extended by AST.AssignMulExpr
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

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

Member Filters

API level:

Aspect:

Constructors

public AssignMulExpr()
 
public AssignMulExpr(Expr p0,
                     Expr p1)
 

Attributes

syn java.lang.String printOp()
Overrides:printOp in class AssignExpr
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 247
Aspect
PrettyPrint

Methods

public void flushCache()
public AssignMulExpr clone()
                    throws java.lang.CloneNotSupportedException
Overrides:clone in class AssignMultiplicativeExpr
Throws:
java.lang.CloneNotSupportedException
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 createAssignOp(CodeGeneration gen,
                           TypeDecl type)
Overrides:createAssignOp in class AssignExpr
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 422
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 AssignMultiplicativeExpr
protected int numChildren()
public boolean mayHaveRewrite()
public void setDest(Expr node)
Replaces the Dest child.
Overrides:setDest in class AssignMultiplicativeExpr
Parameters:
node - The new node to replace the Dest child.
public Expr getDest()
Retrieves the Dest child.
Overrides:getDest in class AssignMultiplicativeExpr
Returns:
The current node used as the Dest child.
Retrieves the Dest child.

This method does not invoke AST transformations.

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

This method does not invoke AST transformations.

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

Inherited Members

Attributes inherited from AST.AssignExpr

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.AssignMultiplicativeExpr

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