AST
node type PrimitiveTypeAccess

General Info

Production
PrimitiveTypeAccess : TypeAccess ::= <Package:String> <ID:String> <Name:String>;
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.TypeAccess
                      extended by AST.PrimitiveTypeAccess
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

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

Member Filters

API level:

Aspect:

Constructors

public PrimitiveTypeAccess(java.lang.String p0)
 
public PrimitiveTypeAccess(beaver.Symbol p0)
 

Attributes

Overrides:decls in class TypeAccess
Source
Declared in Java1.4Frontend/LookupType.jrag at line 234
Aspect
TypeScopePropagation
syn nta java.lang.String getPackage()
Description copied from class: TypeAccess
Retrieves the value for the lexeme Package.
Overrides:getPackage in class TypeAccess
Returns:
The value for the lexeme Package.
Source
Declared in Java1.4Frontend/LookupType.jrag at line 235
Aspect
TypeScopePropagation
syn nta java.lang.String getID()
Description copied from class: TypeAccess
Retrieves the value for the lexeme ID.
Overrides:getID in class TypeAccess
Returns:
The value for the lexeme ID.
Source
Declared in Java1.4Frontend/LookupType.jrag at line 236
Aspect
TypeScopePropagation
syn java.lang.String dumpString()
Overrides:dumpString in class TypeAccess
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 800
Aspect
PrettyPrint

Methods

public void flushCache()
Overrides:flushCache in class TypeAccess
public void flushCollectionCache()
Overrides:flushCollectionCache in class TypeAccess
public PrimitiveTypeAccess clone()
                          throws java.lang.CloneNotSupportedException
Overrides:clone in class TypeAccess
Throws:
java.lang.CloneNotSupportedException
Overrides:copy in class TypeAccess
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class TypeAccess
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 TypeAccess
protected int numChildren()
Overrides:numChildren in class TypeAccess
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class TypeAccess
public void setName(java.lang.String value)
Replaces the lexeme Name.
Parameters:
value - The new value for the lexeme Name.
public void setName(beaver.Symbol symbol)
JastAdd-internal setter for lexeme Name using the Beaver parser.
public java.lang.String getName()
Retrieves the value for the lexeme Name.
Returns:
The value for the lexeme Name.
public void setPackage(java.lang.String value)
Replaces the lexeme Package.
Overrides:setPackage in class TypeAccess
Parameters:
value - The new value for the lexeme Package.
public void setID(java.lang.String value)
Replaces the lexeme ID.
Overrides:setID in class TypeAccess
Parameters:
value - The new value for the lexeme ID.
Overrides:rewriteTo in class TypeAccess

Fields

protected java.lang.String tokenString_Name
public int Namestart
public int Nameend
protected java.lang.String tokenString_Package
protected java.lang.String tokenString_ID
protected boolean decls_computed
protected boolean getPackage_computed
protected java.lang.String getPackage_value
protected boolean getID_computed
protected java.lang.String getID_value

Inherited Members

Attributes inherited from AST.TypeAccess

Attributes inherited from AST.Access

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.TypeAccess

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

Fields inherited from AST.Access

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value