Klasse JavaElementRequestor
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementRequestor
- Alle implementierten Schnittstellen:
IJavaElementRequestor
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanTrue if this requestor no longer wants to receive results from itsIRequestorNameLookup.protected static final IField[]Empty arrays used for efficiencyprotected static final IInitializer[]protected static final IMethod[]protected static final IModuleDescription[]protected static final IPackageFragment[]protected static final IType[]protected ArrayListA collection of the resulting fields, ornullif no field results have been received.protected ArrayListA collection of the resulting initializers, ornullif no initializer results have been received.protected ArrayListA collection of the resulting member types, ornullif no member type results have been received.protected ArrayListA collection of the resulting methods, ornullif no method results have been received.protected ArrayList<IModuleDescription>A collection of the resulting modules, ornullif no module results have been receivedprotected ArrayListA collection of the resulting package fragments, ornullif no package fragment results have been received.protected ArrayListA collection of the resulting types, ornullif no type results have been received. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidacceptField(IField field) voidacceptInitializer(IInitializer initializer) voidacceptMemberType(IType type) voidacceptMethod(IMethod method) voidacceptModule(IModuleDescription module) voidacceptPackageFragment(IPackageFragment packageFragment) voidacceptType(IType type) IField[]IType[]IMethod[]IType[]getTypes()booleanReturnstrueif this IJavaElementRequestor does not want to receive any more results.voidreset()Reset the state of this requestor.voidsetCanceled(boolean b) Sets the #isCanceled state of this requestor to true or false.
-
Felddetails
-
canceled
protected boolean canceledTrue if this requestor no longer wants to receive results from itsIRequestorNameLookup. -
fields
A collection of the resulting fields, ornullif no field results have been received. -
initializers
A collection of the resulting initializers, ornullif no initializer results have been received. -
memberTypes
A collection of the resulting member types, ornullif no member type results have been received. -
methods
A collection of the resulting methods, ornullif no method results have been received. -
packageFragments
A collection of the resulting package fragments, ornullif no package fragment results have been received. -
types
A collection of the resulting types, ornullif no type results have been received. -
modules
A collection of the resulting modules, ornullif no module results have been received -
EMPTY_FIELD_ARRAY
Empty arrays used for efficiency -
EMPTY_INITIALIZER_ARRAY
-
EMPTY_TYPE_ARRAY
-
EMPTY_PACKAGE_FRAGMENT_ARRAY
-
EMPTY_METHOD_ARRAY
-
EMPTY_MODULE_ARRAY
-
-
Konstruktordetails
-
JavaElementRequestor
public JavaElementRequestor()
-
-
Methodendetails
-
acceptField
- Angegeben von:
acceptFieldin SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptInitializer
- Angegeben von:
acceptInitializerin SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptMemberType
- Angegeben von:
acceptMemberTypein SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptMethod
- Angegeben von:
acceptMethodin SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptPackageFragment
- Angegeben von:
acceptPackageFragmentin SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptType
- Angegeben von:
acceptTypein SchnittstelleIJavaElementRequestor- Siehe auch:
-
acceptModule
- Angegeben von:
acceptModulein SchnittstelleIJavaElementRequestor- Siehe auch:
-
getFields
- Siehe auch:
-
getInitializers
- Siehe auch:
-
getMemberTypes
- Siehe auch:
-
getMethods
- Siehe auch:
-
getPackageFragments
- Siehe auch:
-
getTypes
- Siehe auch:
-
getModules
- Siehe auch:
-
isCanceled
public boolean isCanceled()Beschreibung aus Schnittstelle kopiert:IJavaElementRequestorReturnstrueif this IJavaElementRequestor does not want to receive any more results.- Angegeben von:
isCanceledin SchnittstelleIJavaElementRequestor- Siehe auch:
-
reset
public void reset()Reset the state of this requestor. -
setCanceled
public void setCanceled(boolean b) Sets the #isCanceled state of this requestor to true or false.
-