| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleStaticImportDecl
7.5.3 A single-static-import declaration imports all accessible (��6.6) static members
with a given simple name from a type.
|
class |
SingleTypeImportDecl |
class |
StaticImportDecl
7.5 Import Declarations
|
class |
StaticImportOnDemandDecl
7.5.4 A static-import-on-demand declaration allows all accessible (��6.6) static
members declared in the type named by a canonical name to be imported as
needed.
|
class |
TypeImportOnDemandDecl |
| Modifier and Type | Method and Description |
|---|---|
ImportDecl |
ImportDecl.clone() |
ImportDecl |
AnnotatedCompilationUnit.getImportDecl(int i)
Retrieves the element at index
i in the ImportDecl list.. |
ImportDecl |
WildcardsCompilationUnit.getImportDecl(int i)
Retrieves the element at index
i in the ImportDecl list.. |
ImportDecl |
CompilationUnit.getImportDecl(int i)
Retrieves the element at index
i in the ImportDecl list.. |
ImportDecl |
PrimitiveCompilationUnit.getImportDecl(int i)
Retrieves the element at index
i in the ImportDecl list.. |
| Modifier and Type | Method and Description |
|---|---|
List<ImportDecl> |
AnnotatedCompilationUnit.getImportDeclList()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
WildcardsCompilationUnit.getImportDeclList()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
CompilationUnit.getImportDeclList()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
PrimitiveCompilationUnit.getImportDeclList()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
AnnotatedCompilationUnit.getImportDeclListNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
WildcardsCompilationUnit.getImportDeclListNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
CompilationUnit.getImportDeclListNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
PrimitiveCompilationUnit.getImportDeclListNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
AnnotatedCompilationUnit.getImportDecls()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
WildcardsCompilationUnit.getImportDecls()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
CompilationUnit.getImportDecls()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
PrimitiveCompilationUnit.getImportDecls()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
AnnotatedCompilationUnit.getImportDeclsNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
WildcardsCompilationUnit.getImportDeclsNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
CompilationUnit.getImportDeclsNoTransform()
Retrieves the ImportDecl list.
|
List<ImportDecl> |
PrimitiveCompilationUnit.getImportDeclsNoTransform()
Retrieves the ImportDecl list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatedCompilationUnit.addImportDecl(ImportDecl node)
Append an element to the ImportDecl list.
|
void |
WildcardsCompilationUnit.addImportDecl(ImportDecl node)
Append an element to the ImportDecl list.
|
void |
CompilationUnit.addImportDecl(ImportDecl node)
Append an element to the ImportDecl list.
|
void |
PrimitiveCompilationUnit.addImportDecl(ImportDecl node)
Append an element to the ImportDecl list.
|
void |
AnnotatedCompilationUnit.addImportDeclNoTransform(ImportDecl node) |
void |
WildcardsCompilationUnit.addImportDeclNoTransform(ImportDecl node) |
void |
CompilationUnit.addImportDeclNoTransform(ImportDecl node) |
void |
PrimitiveCompilationUnit.addImportDeclNoTransform(ImportDecl node) |
void |
AnnotatedCompilationUnit.setImportDecl(ImportDecl node,
int i)
Replaces the ImportDecl list element at index
i with the new node node. |
void |
WildcardsCompilationUnit.setImportDecl(ImportDecl node,
int i)
Replaces the ImportDecl list element at index
i with the new node node. |
void |
CompilationUnit.setImportDecl(ImportDecl node,
int i)
Replaces the ImportDecl list element at index
i with the new node node. |
void |
PrimitiveCompilationUnit.setImportDecl(ImportDecl node,
int i)
Replaces the ImportDecl list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatedCompilationUnit.setImportDeclList(List<ImportDecl> list)
Replaces the ImportDecl list.
|
void |
WildcardsCompilationUnit.setImportDeclList(List<ImportDecl> list)
Replaces the ImportDecl list.
|
void |
CompilationUnit.setImportDeclList(List<ImportDecl> list)
Replaces the ImportDecl list.
|
void |
PrimitiveCompilationUnit.setImportDeclList(List<ImportDecl> list)
Replaces the ImportDecl list.
|
| Constructor and Description |
|---|
AnnotatedCompilationUnit(String p0,
List<ImportDecl> p1,
List<TypeDecl> p2,
Modifiers p3) |
AnnotatedCompilationUnit(Symbol p0,
List<ImportDecl> p1,
List<TypeDecl> p2,
Modifiers p3) |
CompilationUnit(String p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
CompilationUnit(Symbol p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
PrimitiveCompilationUnit(String p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
PrimitiveCompilationUnit(Symbol p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
WildcardsCompilationUnit(String p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
WildcardsCompilationUnit(Symbol p0,
List<ImportDecl> p1,
List<TypeDecl> p2) |
Copyright © 2020 Soot OSS. All rights reserved.