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 16
public ResourceModifiers()
public ResourceModifiers(List<Modifier> p0)
public void flushCache()
flushCache
in class Modifiers
public void flushCollectionCache()
flushCollectionCache
in class Modifiers
public ResourceModifiers clone() throws java.lang.CloneNotSupportedException
public ResourceModifiers copy()
public ResourceModifiers fullCopy()
public void init$Children()
init$Children
in class Modifiers
protected int numChildren()
numChildren
in class Modifiers
public boolean mayHaveRewrite()
mayHaveRewrite
in class Modifiers
public void setModifierList(List<Modifier> list)
setModifierList
in class Modifiers
list
- The new list node to be used as the Modifier list.public int getNumModifier()
getNumModifier
in class Modifiers
public int getNumModifierNoTransform()
getNumModifierNoTransform
in class Modifiers
public Modifier getModifier(int i)
i
in the Modifier list..getModifier
in class Modifiers
i
- Index of the element to return.
i
in the Modifier list.public void addModifier(Modifier node)
addModifier
in class Modifiers
node
- The element to append to the Modifier list.public void addModifierNoTransform(Modifier node)
addModifierNoTransform
in class Modifiers
public void setModifier(Modifier node, int i)
i
with the new node node
.setModifier
in class Modifiers
node
- 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 Modifiers
public List<Modifier> getModifiersNoTransform()
This method does not invoke AST transformations.
getModifiersNoTransform
in class Modifiers
public List<Modifier> getModifierList()
getModifierList
in class Modifiers
public List<Modifier> getModifierListNoTransform()
This method does not invoke AST transformations.
getModifierListNoTransform
in class Modifiers
protected boolean isFinal_computed
protected boolean isFinal_value
|
|||||||
FRAMES NO FRAMES |