| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
ClassDecl.annotation(TypeDecl typeDecl) |
Annotation |
Modifiers.annotation(TypeDecl typeDecl) |
Annotation |
TypeDecl.annotation(TypeDecl typeDecl) |
Annotation |
Annotation.clone() |
Annotation |
Annotation.copy() |
Annotation |
Program.Define_Annotation_lookupAnnotation(ASTNode caller,
ASTNode child,
TypeDecl typeDecl) |
Annotation |
ASTNode.Define_Annotation_lookupAnnotation(ASTNode caller,
ASTNode child,
TypeDecl typeDecl) |
Annotation |
Modifiers.Define_Annotation_lookupAnnotation(ASTNode caller,
ASTNode child,
TypeDecl typeDecl) |
Annotation |
ElementAnnotationValue.Define_Annotation_lookupAnnotation(ASTNode caller,
ASTNode child,
TypeDecl typeDecl) |
Annotation |
Annotation.fullCopy()
Create a deep copy of the AST subtree at this node.
|
Annotation |
ElementAnnotationValue.getAnnotation()
Retrieves the Annotation child.
|
Annotation |
ElementAnnotationValue.getAnnotationNoTransform()
Retrieves the Annotation child.
|
Annotation |
Annotation.lookupAnnotation(TypeDecl typeDecl) |
Annotation |
ElementAnnotationValue.lookupAnnotation(TypeDecl typeDecl) |
protected Annotation |
Attributes.readAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementAnnotationValue.setAnnotation(Annotation node)
Replaces the Annotation child.
|
boolean |
ElementConstantValue.validTarget(Annotation a) |
boolean |
ElementArrayValue.validTarget(Annotation a) |
boolean |
ElementValue.validTarget(Annotation a) |
| Constructor and Description |
|---|
ElementAnnotationValue(Annotation p0) |
Copyright © 2020 Soot OSS. All rights reserved.