AST
node type AssignXorExpr

General Info

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

Description

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

Member Filters

API level:

Aspect:

Constructors

public AssignXorExpr()
 
public AssignXorExpr(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()
Overrides:flushCache in class AssignBitwiseExpr
public AssignXorExpr clone()
                    throws java.lang.CloneNotSupportedException
Overrides:clone in class AssignBitwiseExpr
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 431
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 AssignBitwiseExpr
protected int numChildren()
Overrides:numChildren in class AssignBitwiseExpr
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class AssignBitwiseExpr
public void setDest(Expr node)
Replaces the Dest child.
Overrides:setDest in class AssignBitwiseExpr
Parameters:
node - The new node to replace the Dest child.
public Expr getDest()
Retrieves the Dest child.
Overrides:getDest in class AssignBitwiseExpr
Returns:
The current node used as the Dest child.
Retrieves the Dest child.

This method does not invoke AST transformations.

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

This method does not invoke AST transformations.

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

Inherited Members

Attributes inherited from AST.AssignExpr

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.AssignBitwiseExpr

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