AST
node type Use

General Info

Production
Use : IdUse;
Type Hierarchy:
java.lang.Object
  extended by AST.ASTNode<ASTNode>
      extended by AST.Exp
          extended by AST.Access
              extended by AST.IdUse
                  extended by AST.Use
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

Source
Declared in spec/picojava.ast at line 15

Member Filters

API level:

Aspect:

Constructors

public Use()
public Use(java.lang.String p0)

Methods

public Use clone()
          throws java.lang.CloneNotSupportedException
Overrides:clone in class IdUse
Throws:
java.lang.CloneNotSupportedException
public Use copy()
Overrides:copy in class ASTNode<ASTNode>
public Use 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 ASTNode<ASTNode>
Returns:
dangling copy of the subtree at this node
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class IdUse
protected int numChildren()
Overrides:numChildren in class IdUse
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class IdUse
public void flushCache()
Overrides:flushCache in class IdUse
public void flushCollectionCache()
Overrides:flushCollectionCache in class IdUse
public void setName(java.lang.String value)
Replaces the lexeme Name.
Overrides:setName in class IdUse
Parameters:
value - The new value for the lexeme Name.
public java.lang.String getName()
Retrieves the value for the lexeme Name.
Overrides:getName in class IdUse
Returns:
The value for the lexeme Name.
Overrides:rewriteTo in class IdUse

Inherited Members