Klasse MethodLocator
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.matching.PatternLocator
org.aspectj.org.eclipse.jdt.internal.core.search.matching.MethodLocator
- Alle implementierten Schnittstellen:
IQualifiedTypeResolutionListener,IIndexConstants
-
Feldübersicht
FelderVon Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.search.matching.PatternLocator
ACCURATE_MATCH, ALL_CONTAINER, CAMELCASE_FLAVOR, CLASS_CONTAINER, COMPILATION_UNIT_CONTAINER, ERASURE_MATCH, EXACT_FLAVOR, FIELD_CONTAINER, FLAVORS_MASK, IMPOSSIBLE_MATCH, INACCURATE_MATCH, isCaseSensitive, isEquivalentMatch, isErasureMatch, MATCH_LEVEL_MASK, matchMode, mayBeGeneric, METHOD_CONTAINER, mustResolve, NO_FLAVOR, OVERRIDDEN_METHOD_FLAVOR, PATTERN_FLAVOR, POSSIBLE_MATCH, PREFIX_FLAVOR, RAW_MASK, REGEXP_FLAVOR, RULE_MASK, SUB_INVOCATION_FLAVOR, SUPER_INVOCATION_FLAVOR, SUPERTYPE_REF_FLAVORVon Schnittstelle geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
AND_PATTERN, ANNOT_REF_PATTERN, ANNOTATION_REF, ANNOTATION_TYPE_SUFFIX, CLASS_AND_ENUM_SUFFIX, CLASS_AND_INTERFACE_SUFFIX, CLASS_SUFFIX, CONSTRUCTOR_DECL, CONSTRUCTOR_PATTERN, CONSTRUCTOR_REF, COUNTS, DEFAULT_CONSTRUCTOR, ENUM_SUFFIX, FIELD_DECL, FIELD_PATTERN, INTERFACE_AND_ANNOTATION_SUFFIX, INTERFACE_SUFFIX, LOCAL_VAR_PATTERN, META_INDEX_CATEGORIES, META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF, META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, META_INDEX_SIMPLE_TYPE_QUALIFIER_REF, METHOD_DECL, METHOD_DECL_PLUS, METHOD_PATTERN, METHOD_REF, MODULE_DECL, MODULE_INFO, MODULE_PATTERN, MODULE_REF, OBJECT, ONE_STAR, ONE_STAR_CHAR, ONE_ZERO, ONE_ZERO_CHAR, OR_PATTERN, PARAMETER_SEPARATOR, PKG_DECL_PATTERN, PKG_REF_PATTERN, REF, SECONDARY_SUFFIX, SEPARATOR, SUPER_REF, SUPER_REF_PATTERN, TYPE_DECL, TYPE_DECL_PATTERN, TYPE_PARAM_PATTERN, TYPE_REF_PATTERN, TYPE_SUFFIX, ZERO_CHAR -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected ReferenceBindingcheckMethodRef(MethodBinding method, ReferenceExpression referenceExpression) protected voidclear()protected intvoidinitializePolymorphicSearch(MatchLocator locator) Initializes this search pattern so that polymorphic search can be performed.protected booleanisVirtualInvoke(MethodBinding method, MessageSend messageSend) Returns whether the code gen will use an invoke virtual for this message send or not.intmatch(Annotation node, MatchingNodeSet nodeSet) intmatch(ASTNode node, MatchingNodeSet nodeSet) Check if the given ast node syntactically matches this pattern.intmatch(LambdaExpression node, MatchingNodeSet nodeSet) intmatch(MemberValuePair node, MatchingNodeSet nodeSet) intmatch(MessageSend node, MatchingNodeSet nodeSet) intmatch(MethodDeclaration node, MatchingNodeSet nodeSet) intmatch(ReferenceExpression node, MatchingNodeSet nodeSet) protected intReturns the type(s) of container for this pattern.protected voidmatchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) Reports the match of the given import reference if the resolveLevel is high enough.protected intmatchMethod(MethodBinding method, boolean skipImpossibleArg) protected voidmatchReportReference(ASTNode reference, IJavaElement element, IJavaElement localElement, IJavaElement[] otherElements, Binding elementBinding, int accuracy, MatchLocator locator) Reports the match of the given reference.protected voidmatchReportReference(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, MatchLocator locator) Reports the match of the given reference.newDeclarationMatch(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) protected intprotected voidreportDeclaration(MethodBinding methodBinding, MatchLocator locator, SimpleSet knownMethods) intresolveLevel(ASTNode possibleMatchingNode) Finds out whether the given ast node matches this search pattern.protected intresolveLevel(MessageSend messageSend) protected intresolveLevel(ReferenceExpression referenceExpression) intresolveLevel(Binding binding) Finds out whether the given binding matches this search pattern.protected intresolveLevelAsSubtype(char[] simplePattern, char[] qualifiedPattern, ReferenceBinding type, char[] methodName, TypeBinding[] argumentTypes, char[] packageName, boolean isDefault) Returns whether the given reference type binding matches or is a subtype of a type that matches the given qualified pattern.toString()Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.search.matching.PatternLocator
getQualifiedPattern, getQualifiedSourceName, getTypeNameBinding, match, match, match, match, match, match, match, match, match, match, matchesName, matchesTypeReference, matchLevel, matchNameValue, matchReportImportRef, patternLocator, qualifiedPattern, qualifiedSourceName, recordResolution, resolveLevelForType, resolveLevelForType, resolveLevelForType, updateMatch, updateMatch, updateMatch
-
Felddetails
-
pattern
-
isDeclarationOfReferencedMethodsPattern
protected boolean isDeclarationOfReferencedMethodsPattern -
allSuperDeclaringTypeNames
public char[][][] allSuperDeclaringTypeNames
-
-
Konstruktordetails
-
MethodLocator
-
-
Methodendetails
-
clear
protected void clear()- Setzt außer Kraft:
clearin KlassePatternLocator
-
fineGrain
protected int fineGrain()- Setzt außer Kraft:
fineGrainin KlassePatternLocator
-
initializePolymorphicSearch
Beschreibung aus Klasse kopiert:PatternLocatorInitializes this search pattern so that polymorphic search can be performed.- Setzt außer Kraft:
initializePolymorphicSearchin KlassePatternLocator
-
isVirtualInvoke
Returns whether the code gen will use an invoke virtual for this message send or not. -
checkMethodRef
protected ReferenceBinding checkMethodRef(MethodBinding method, ReferenceExpression referenceExpression) -
match
Beschreibung aus Klasse kopiert:PatternLocatorCheck if the given ast node syntactically matches this pattern. If it does, add it to the match set. Returns the match level.- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
match
- Setzt außer Kraft:
matchin KlassePatternLocator
-
matchContainer
protected int matchContainer()Beschreibung aus Klasse kopiert:PatternLocatorReturns the type(s) of container for this pattern. It is a bit combination of types, denoting compilation unit, class declarations, field declarations or method declarations.- Setzt außer Kraft:
matchContainerin KlassePatternLocator
-
matchLevelAndReportImportRef
protected void matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) throws org.eclipse.core.runtime.CoreException Beschreibung aus Klasse kopiert:PatternLocatorReports the match of the given import reference if the resolveLevel is high enough.- Setzt außer Kraft:
matchLevelAndReportImportRefin KlassePatternLocator- Löst aus:
org.eclipse.core.runtime.CoreException
-
matchMethod
-
matchReportReference
protected void matchReportReference(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, MatchLocator locator) throws org.eclipse.core.runtime.CoreException Beschreibung aus Klasse kopiert:PatternLocatorReports the match of the given reference.- Setzt außer Kraft:
matchReportReferencein KlassePatternLocator- Löst aus:
org.eclipse.core.runtime.CoreException
-
matchReportReference
protected void matchReportReference(ASTNode reference, IJavaElement element, IJavaElement localElement, IJavaElement[] otherElements, Binding elementBinding, int accuracy, MatchLocator locator) throws org.eclipse.core.runtime.CoreException Beschreibung aus Klasse kopiert:PatternLocatorReports the match of the given reference. Also provide a local element to eventually report in match.- Setzt außer Kraft:
matchReportReferencein KlassePatternLocator- Löst aus:
org.eclipse.core.runtime.CoreException- Siehe auch:
-
newDeclarationMatch
public SearchMatch newDeclarationMatch(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) - Setzt außer Kraft:
newDeclarationMatchin KlassePatternLocator
-
referenceType
protected int referenceType()- Setzt außer Kraft:
referenceTypein KlassePatternLocator
-
reportDeclaration
protected void reportDeclaration(MethodBinding methodBinding, MatchLocator locator, SimpleSet knownMethods) throws org.eclipse.core.runtime.CoreException - Löst aus:
org.eclipse.core.runtime.CoreException
-
resolveLevel
Beschreibung aus Klasse kopiert:PatternLocatorFinds out whether the given ast node matches this search pattern. Returns IMPOSSIBLE_MATCH if it doesn't. Returns INACCURATE_MATCH if it potentially matches this search pattern (i.e. it has already been resolved but resolving failed.) Returns ACCURATE_MATCH if it matches exactly this search pattern (i.e. it doesn't need to be resolved or it has already been resolved.)- Setzt außer Kraft:
resolveLevelin KlassePatternLocator
-
resolveLevel
Beschreibung aus Klasse kopiert:PatternLocatorFinds out whether the given binding matches this search pattern. Returns ACCURATE_MATCH if it does. Returns INACCURATE_MATCH if resolve failed but match is still possible. Returns IMPOSSIBLE_MATCH otherwise. Default is to return INACCURATE_MATCH.- Setzt außer Kraft:
resolveLevelin KlassePatternLocator
-
resolveLevel
-
resolveLevel
-
resolveLevelAsSubtype
protected int resolveLevelAsSubtype(char[] simplePattern, char[] qualifiedPattern, ReferenceBinding type, char[] methodName, TypeBinding[] argumentTypes, char[] packageName, boolean isDefault) Returns whether the given reference type binding matches or is a subtype of a type that matches the given qualified pattern. Returns ACCURATE_MATCH if it does. Returns INACCURATE_MATCH if resolve fails Returns IMPOSSIBLE_MATCH if it doesn't. -
toString
- Setzt außer Kraft:
toStringin KlassePatternLocator
-