|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Index of classes defined in the project and its class and library paths. This index excludes any classes that aren't externally visible (that are only visible within a file).
| Field Summary | |
static java.lang.String |
ID
The class name index ID |
| Method Summary | |
IClass[] |
getAllClasses()
Dumps the whole index. |
IClass[] |
getAllClasses(boolean includeExcludedClasses)
Dumps the whole index, with the option to dump excluded classes |
IClass |
getByAsIsName(java.lang.String name,
java.util.List importedPackages)
Look up the class given the name (as it appears in the document) and the list of imported packages. |
IClass |
getByQualifiedName(java.lang.String qualifiedName)
Returns the class for the specified qualified name |
IClass[] |
getByShortName(java.lang.String name)
Returns the class 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 IClass[] getByShortName(java.lang.String name)
name - The short name
public IClass getByQualifiedName(java.lang.String qualifiedName)
qualifiedName - The qualified name
public IClass getByAsIsName(java.lang.String name,
java.util.List importedPackages)
name - the name as it appears in the documentimportedPackages - a list of all imported packages (e.g. mx.controls.*
or mx.controls. or mx.controls.Button)
public IClass[] getAllClasses()
public IClass[] getAllClasses(boolean includeExcludedClasses)
includeExcludedClasses - true if we want excluded classes.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||