AST
node type AssignSimpleExpr

General Info

Production
AssignSimpleExpr : 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.AssignSimpleExpr
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

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

Member Filters

API level:

Aspect:

Constructors

 
public AssignSimpleExpr(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
Overrides:sourceType in class AssignExpr
Source
Declared in Java1.4Frontend/TypeCheck.jrag at line 121
Aspect
TypeCheck
inh boolean withinSuppressWarnings(java.lang.String s)
Source
Declared in Java7Frontend/SuppressWarnings.jrag at line 15
Aspect
SuppressWarnings

Methods

public void flushCache()
Overrides:flushCache in class AssignExpr
public void flushCollectionCache()
Overrides:flushCollectionCache in class AssignExpr
public AssignSimpleExpr clone()
                       throws java.lang.CloneNotSupportedException
Overrides:clone in class AssignExpr
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 typeCheck()
Overrides:typeCheck in class AssignExpr
Source
Declared in Java1.4Frontend/TypeCheck.jrag at line 44
Aspect
TypeCheck
public void createBCode(CodeGeneration gen)
Overrides:createBCode in class AssignExpr
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 248
Aspect
CreateBCode
public void checkWarnings()
Description copied from class: ASTNodeChecking of the SafeVarargs annotation is only needed for method declarations.
Overrides:checkWarnings in class ASTNode<ASTNode>
Source
Declared in Java7Frontend/UncheckedConversion.jrag at line 30
Aspect
UncheckedConversion
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.
public boolean Define_boolean_isDest(ASTNode caller,
                                     ASTNode child)
Overrides:Define_boolean_isDest in class AssignExpr
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 17
public boolean Define_boolean_isSource(ASTNode caller,
                                       ASTNode child)
Overrides:Define_boolean_isSource in class AssignExpr
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 27
Overrides:Define_TypeDecl_assignConvertedType in class ASTNode<ASTNode>
Source
Declared in Java1.5Frontend/GenericMethodsInference.jrag at line 36
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