AST
node type Dot

General Info

Production
Dot : AbstractDot;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.Access
                  extended by AST.AbstractDot
                      extended by AST.Dot
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

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

Member Filters

API level:

Aspect:

Constructors

public Dot()
 
public Dot(Expr p0,
           Access p1)
 

Methods

public void flushCache()
Overrides:flushCache in class AbstractDot
public void flushCollectionCache()
Overrides:flushCollectionCache in class AbstractDot
public Dot clone()
          throws java.lang.CloneNotSupportedException
Overrides:clone in class AbstractDot
Throws:
java.lang.CloneNotSupportedException
public Dot copy()
Overrides:copy in class AbstractDot
public Dot fullCopy()
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class AbstractDot
Returns:
dangling copy of the subtree at this node
public Dot lastDot()
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 99
Aspect
QualifiedNames
public Dot qualifiesAccess(Access access)
Overrides:qualifiesAccess in class Expr
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 113
Aspect
QualifiedNames
Overrides:extractLast in class AbstractDot
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 141
Aspect
QualifiedNames
public void replaceLast(Access access)
Overrides:replaceLast in class AbstractDot
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 144
Aspect
QualifiedNames
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class AbstractDot
protected int numChildren()
Overrides:numChildren in class AbstractDot
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class AbstractDot
public void setLeft(Expr node)
Replaces the Left child.
Overrides:setLeft in class AbstractDot
Parameters:
node - The new node to replace the Left child.
public Expr getLeft()
Retrieves the Left child.
Overrides:getLeft in class AbstractDot
Returns:
The current node used as the Left child.
Retrieves the Left child.

This method does not invoke AST transformations.

Overrides:getLeftNoTransform in class AbstractDot
Returns:
The current node used as the Left child.
public void setRight(Access node)
Replaces the Right child.
Overrides:setRight in class AbstractDot
Parameters:
node - The new node to replace the Right child.
public Access getRight()
Retrieves the Right child.
Overrides:getRight in class AbstractDot
Returns:
The current node used as the Right child.
Retrieves the Right child.

This method does not invoke AST transformations.

Overrides:getRightNoTransform in class AbstractDot
Returns:
The current node used as the Right child.
Overrides:rewriteTo in class AbstractDot

Inherited Members

Attributes inherited from AST.AbstractDot

Attributes inherited from AST.Access

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.AbstractDot

Methods inherited from class AST.Access

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

Fields inherited from AST.Access

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value