|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Index of package-level variables defined in the project and its class and library paths. This includes getters and setters.
| Field Summary | |
static java.lang.String |
ID
Index ID (for use with Project.getIndex() |
| Method Summary | |
IVariable[] |
getAllVariables()
Get all package-level variables in the project |
IVariable |
getByAsIsName(java.lang.String name,
java.util.List importedPackages)
Get a variable definition for the specified name and imports |
IVariable |
getByQualifiedName(java.lang.String qualifiedName)
Get a variable definition for the specified qualified name |
IVariable[] |
getByShortName(java.lang.String name)
Get all variable definitions for the specified short name |
| Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.IIndex |
getIndexID |
| Field Detail |
public static final java.lang.String ID
| Method Detail |
public IVariable[] getByShortName(java.lang.String name)
name - short name (e.g. myVar)
public IVariable getByQualifiedName(java.lang.String qualifiedName)
qualifiedName - qualified name (e.g. myPackage.myVar)
public IVariable getByAsIsName(java.lang.String name,
java.util.List importedPackages)
name - name as it appears in the page (e.g. myVar)importedPackages - list of import targets
public IVariable[] getAllVariables()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||