Modifiers;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Modifiers
AST.ResourceModifiers
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
| FRAMES NO FRAMES | |||||||
Modifiers;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Modifiers
AST.ResourceModifiers
Java7Frontend/TryWithResources.ast at line 16public ResourceModifiers()
public ResourceModifiers(List<Modifier> p0)
public void flushCache()
flushCache in class Modifierspublic void flushCollectionCache()
flushCollectionCache in class Modifierspublic ResourceModifiers clone() throws java.lang.CloneNotSupportedException
public ResourceModifiers copy()
public ResourceModifiers fullCopy()
public void init$Children()
init$Children in class Modifiersprotected int numChildren()
numChildren in class Modifierspublic boolean mayHaveRewrite()
mayHaveRewrite in class Modifierspublic void setModifierList(List<Modifier> list)
setModifierList in class Modifierslist - The new list node to be used as the Modifier list.public int getNumModifier()
getNumModifier in class Modifierspublic int getNumModifierNoTransform()
getNumModifierNoTransform in class Modifierspublic Modifier getModifier(int i)
i in the Modifier list..getModifier in class Modifiersi - Index of the element to return.
i in the Modifier list.public void addModifier(Modifier node)
addModifier in class Modifiersnode - The element to append to the Modifier list.public void addModifierNoTransform(Modifier node)
addModifierNoTransform in class Modifierspublic void setModifier(Modifier node, int i)
i with the new node node.setModifier in class Modifiersnode - The new node to replace the old list element.i - The list index of the node to be replaced.public List<Modifier> getModifiers()
getModifiers in class Modifierspublic List<Modifier> getModifiersNoTransform()
This method does not invoke AST transformations.
getModifiersNoTransform in class Modifierspublic List<Modifier> getModifierList()
getModifierList in class Modifierspublic List<Modifier> getModifierListNoTransform()
This method does not invoke AST transformations.
getModifierListNoTransform in class Modifiersprotected boolean isFinal_computed
protected boolean isFinal_value
|
|||||||
| FRAMES NO FRAMES | |||||||