| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
Modifier.clone() |
Modifier |
Modifier.copy() |
Modifier |
Modifier.fullCopy()
Create a deep copy of the AST subtree at this node.
|
Modifier |
ResourceModifiers.getModifier(int i)
Retrieves the element at index
i in the Modifier list.. |
Modifier |
Modifiers.getModifier(int i)
Retrieves the element at index
i in the Modifier list.. |
| Modifier and Type | Method and Description |
|---|---|
List<Modifier> |
ResourceModifiers.getModifierList()
Retrieves the Modifier list.
|
List<Modifier> |
Modifiers.getModifierList()
Retrieves the Modifier list.
|
List<Modifier> |
ResourceModifiers.getModifierListNoTransform()
Retrieves the Modifier list.
|
List<Modifier> |
Modifiers.getModifierListNoTransform()
Retrieves the Modifier list.
|
List<Modifier> |
ResourceModifiers.getModifiers()
Retrieves the Modifier list.
|
List<Modifier> |
Modifiers.getModifiers()
Retrieves the Modifier list.
|
List<Modifier> |
ResourceModifiers.getModifiersNoTransform()
Retrieves the Modifier list.
|
List<Modifier> |
Modifiers.getModifiersNoTransform()
Retrieves the Modifier list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceModifiers.addModifier(Modifier node)
Append an element to the Modifier list.
|
void |
Modifiers.addModifier(Modifier node)
Append an element to the Modifier list.
|
void |
ResourceModifiers.addModifierNoTransform(Modifier node) |
void |
Modifiers.addModifierNoTransform(Modifier node) |
void |
ResourceModifiers.setModifier(Modifier node,
int i)
Replaces the Modifier list element at index
i with the new node node. |
void |
Modifiers.setModifier(Modifier node,
int i)
Replaces the Modifier list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceModifiers.setModifierList(List<Modifier> list)
Replaces the Modifier list.
|
void |
Modifiers.setModifierList(List<Modifier> list)
Replaces the Modifier list.
|
| Constructor and Description |
|---|
Modifiers(List<Modifier> p0) |
ResourceModifiers(List<Modifier> p0) |
Copyright © 2020 Soot OSS. All rights reserved.