| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
ElementValuePair |
ElementValuePair.clone() |
ElementValuePair |
ElementValuePair.copy() |
ElementValuePair |
ElementValuePair.fullCopy()
Create a deep copy of the AST subtree at this node.
|
ElementValuePair |
Annotation.getElementValuePair(int i)
Retrieves the element at index
i in the ElementValuePair list.. |
| Modifier and Type | Method and Description |
|---|---|
List<ElementValuePair> |
Annotation.getElementValuePairList()
Retrieves the ElementValuePair list.
|
List<ElementValuePair> |
Annotation.getElementValuePairListNoTransform()
Retrieves the ElementValuePair list.
|
List<ElementValuePair> |
Annotation.getElementValuePairs()
Retrieves the ElementValuePair list.
|
List<ElementValuePair> |
Annotation.getElementValuePairsNoTransform()
Retrieves the ElementValuePair list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.addElementValuePair(ElementValuePair node)
Append an element to the ElementValuePair list.
|
void |
Annotation.addElementValuePairNoTransform(ElementValuePair node) |
void |
Annotation.setElementValuePair(ElementValuePair node,
int i)
Replaces the ElementValuePair list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.setElementValuePairList(List<ElementValuePair> list)
Replaces the ElementValuePair list.
|
| Constructor and Description |
|---|
Annotation(String p0,
Access p1,
List<ElementValuePair> p2) |
Annotation(Symbol p0,
Access p1,
List<ElementValuePair> p2) |
Copyright © 2020 Soot OSS. All rights reserved.