AST
node type VariableArityParameterDeclarationSubstituted

General Info

Production
VariableArityParameterDeclarationSubstituted : VariableArityParameterDeclaration ::= <Original:VariableArityParameterDeclaration>;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.ParameterDeclaration
              extended by AST.VariableArityParameterDeclaration
                  extended by AST.VariableArityParameterDeclarationSubstituted
All Implemented Interfaces:
SimpleSet, Variable, java.lang.Cloneable, java.lang.Iterable<ASTNode>, java.util.Iterator

Nested classes/interfaces inherited from interface AST.SimpleSet

Description

Source
Declared in Java1.5Frontend/Generics.ast at line 34

Member Filters

API level:

Aspect:

Constructors

Methods

public void flushCache()
public VariableArityParameterDeclarationSubstituted clone()
                                                   throws java.lang.CloneNotSupportedException
Overrides:clone in class VariableArityParameterDeclaration
Throws:
java.lang.CloneNotSupportedException
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class VariableArityParameterDeclaration
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 VariableArityParameterDeclaration
protected int numChildren()
public void setModifiers(Modifiers node)
Replaces the Modifiers child.
Overrides:setModifiers in class VariableArityParameterDeclaration
Parameters:
node - The new node to replace the Modifiers child.
Retrieves the Modifiers child.
Specified by:getModifiers in interface VariableOverrides:getModifiers in class VariableArityParameterDeclaration
Returns:
The current node used as the Modifiers child.
Retrieves the Modifiers child.

This method does not invoke AST transformations.

Overrides:getModifiersNoTransform in class VariableArityParameterDeclaration
Returns:
The current node used as the Modifiers child.
public void setTypeAccess(Access node)
Replaces the TypeAccess child.
Overrides:setTypeAccess in class VariableArityParameterDeclaration
Parameters:
node - The new node to replace the TypeAccess child.
Retrieves the TypeAccess child.
Overrides:getTypeAccess in class VariableArityParameterDeclaration
Returns:
The current node used as the TypeAccess child.
Retrieves the TypeAccess child.

This method does not invoke AST transformations.

Overrides:getTypeAccessNoTransform in class VariableArityParameterDeclaration
Returns:
The current node used as the TypeAccess child.
public void setID(java.lang.String value)
Replaces the lexeme ID.
Overrides:setID in class VariableArityParameterDeclaration
Parameters:
value - The new value for the lexeme ID.
public void setID(beaver.Symbol symbol)
JastAdd-internal setter for lexeme ID using the Beaver parser.
Overrides:setID in class VariableArityParameterDeclaration
public java.lang.String getID()
Retrieves the value for the lexeme ID.
Overrides:getID in class VariableArityParameterDeclaration
Returns:
The value for the lexeme ID.
Replaces the lexeme Original.
Parameters:
value - The new value for the lexeme Original.
Retrieves the value for the lexeme Original.
Returns:
The value for the lexeme Original.

Fields

Inherited Members

Attributes inherited from AST.VariableArityParameterDeclaration

Attributes inherited from AST.ParameterDeclaration

Attributes inherited from AST.ASTNode

Methods inherited from class AST.VariableArityParameterDeclaration

Methods inherited from class AST.ParameterDeclaration

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

Methods inherited from interface AST.SimpleSet

Methods inherited from interface AST.Variable

Fields inherited from AST.VariableArityParameterDeclaration

Fields inherited from AST.ParameterDeclaration

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value

Fields inherited from interface AST.SimpleSet