AST
node type TypeUse

General Info

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

Description

Source
Declared in spec/picojava.ast at line 24

Member Filters

API level:

Aspect:

Constructors

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

Attributes

syn boolean isValue()
Overrides:isValue in class Exp
Source
Declared in spec/TypeAnalysis.jrag at line 18
Aspect
TypeAnalysis

Methods

public TypeUse clone()
              throws java.lang.CloneNotSupportedException
Overrides:clone in class IdUse
Throws:
java.lang.CloneNotSupportedException
public TypeUse copy()
Overrides:copy in class ASTNode<ASTNode>
public TypeUse 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

Fields

protected int isValue_visited

Inherited Members