Package | Description |
---|---|
soot.JastAddJ |
Modifier and Type | Class and Description |
---|---|
class |
ElementAnnotationValue |
class |
ElementArrayValue |
class |
ElementConstantValue |
Modifier and Type | Field and Description |
---|---|
protected ElementValue |
Attributes.MethodAttributes.elementValue |
Modifier and Type | Method and Description |
---|---|
ElementValue |
ElementValue.clone() |
ElementValue |
ElementArrayValue.Define_ElementValue_lookupElementTypeValue(ASTNode caller,
ASTNode child,
String name) |
ElementValue |
ASTNode.Define_ElementValue_lookupElementTypeValue(ASTNode caller,
ASTNode child,
String name) |
ElementValue |
Program.Define_ElementValue_lookupElementTypeValue(ASTNode caller,
ASTNode child,
String name) |
ElementValue |
ElementArrayValue.definesElementTypeValue(String name) |
ElementValue |
ElementValue.definesElementTypeValue(String name) |
ElementValue |
ElementConstantValue.definesElementTypeValue(String name) |
ElementValue |
Attributes.MethodAttributes.elementValue() |
ElementValue |
Annotation.elementValueFor(String name) |
ElementValue |
AnnotationMethodDecl.getDefaultValue()
Retrieves the (optional) DefaultValue child.
|
ElementValue |
ElementValuePair.getElementValue()
Retrieves the ElementValue child.
|
ElementValue |
ElementArrayValue.getElementValue(int i)
Retrieves the element at index
i in the ElementValue list.. |
ElementValue |
ElementValuePair.getElementValueNoTransform()
Retrieves the ElementValue child.
|
ElementValue |
ElementConstantValue.lookupElementTypeValue(String name) |
protected ElementValue |
Attributes.readElementValue() |
Modifier and Type | Method and Description |
---|---|
Opt<ElementValue> |
AnnotationMethodDecl.getDefaultValueOpt() |
Opt<ElementValue> |
AnnotationMethodDecl.getDefaultValueOptNoTransform()
Retrieves the optional node for child DefaultValue.
|
List<ElementValue> |
ElementArrayValue.getElementValueList()
Retrieves the ElementValue list.
|
List<ElementValue> |
ElementArrayValue.getElementValueListNoTransform()
Retrieves the ElementValue list.
|
List<ElementValue> |
ElementArrayValue.getElementValues()
Retrieves the ElementValue list.
|
List<ElementValue> |
ElementArrayValue.getElementValuesNoTransform()
Retrieves the ElementValue list.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementArrayValue.addElementValue(ElementValue node)
Append an element to the ElementValue list.
|
void |
ElementArrayValue.addElementValueNoTransform(ElementValue node) |
boolean |
ArrayDecl.commensurateWith(ElementValue value) |
boolean |
TypeDecl.commensurateWith(ElementValue value) |
void |
AnnotationMethodDecl.setDefaultValue(ElementValue node)
Replaces the (optional) DefaultValue child.
|
void |
ElementValuePair.setElementValue(ElementValue node)
Replaces the ElementValue child.
|
void |
ElementArrayValue.setElementValue(ElementValue node,
int i)
Replaces the ElementValue list element at index
i with the new node node . |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodDecl.setDefaultValueOpt(Opt<ElementValue> opt)
Replaces the optional node for the DefaultValue child.
|
void |
ElementArrayValue.setElementValueList(List<ElementValue> list)
Replaces the ElementValue list.
|
Constructor and Description |
---|
ElementValuePair(String p0,
ElementValue p1) |
ElementValuePair(Symbol p0,
ElementValue p1) |
Constructor and Description |
---|
AnnotationMethodDecl(Modifiers p0,
Access p1,
String p2,
List<ParameterDeclaration> p3,
List<Access> p4,
Opt<Block> p5,
Opt<ElementValue> p6) |
AnnotationMethodDecl(Modifiers p0,
Access p1,
Symbol p2,
List<ParameterDeclaration> p3,
List<Access> p4,
Opt<Block> p5,
Opt<ElementValue> p6) |
ElementArrayValue(List<ElementValue> p0) |
Copyright © 2020 Sable. All rights reserved.