Package org.aspectj.weaver.patterns
Class AnyAnnotationTypePattern
java.lang.Object
org.aspectj.weaver.patterns.PatternNode
org.aspectj.weaver.patterns.AnnotationTypePattern
org.aspectj.weaver.patterns.AnyAnnotationTypePattern
- All Implemented Interfaces:
IHasPosition,IHasSourceLocation
-
Field Summary
Fields inherited from class org.aspectj.weaver.patterns.AnnotationTypePattern
AND, ANY, ANY_KEY, BINDING, BINDINGFIELD, BINDINGFIELD2, ELLIPSIS, ELLIPSIS_KEY, EXACT, EXACTFIELD, NONE, NOT, OR, WILDFields inherited from class org.aspectj.weaver.patterns.PatternNode
end, sourceContext, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(PatternNodeVisitor visitor, Object data) fastMatches(AnnotatedElement annotated) booleanisAny()matches(AnnotatedElement annotated) matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) parameterizeWith(Map<String, UnresolvedType> arg0, World w) voidvoidtoString()voidMethods inherited from class org.aspectj.weaver.patterns.AnnotationTypePattern
isForParameterAnnotationMatch, read, remapAdviceFormals, resolveBindingsMethods inherited from class org.aspectj.weaver.patterns.PatternNode
copyLocationFrom, getEnd, getFileName, getSourceContext, getSourceLocation, getStart, readLocation, setLocation, traverse, writeLocation
-
Constructor Details
-
AnyAnnotationTypePattern
public AnyAnnotationTypePattern()
-
-
Method Details
-
fastMatches
- Overrides:
fastMatchesin classAnnotationTypePattern
-
matches
- Specified by:
matchesin classAnnotationTypePattern
-
matches
- Specified by:
matchesin classAnnotationTypePattern
-
write
- Specified by:
writein classPatternNode- Throws:
IOException
-
resolve
- Specified by:
resolvein classAnnotationTypePattern
-
toString
-
accept
- Specified by:
acceptin classPatternNode
-
isAny
public boolean isAny()- Overrides:
isAnyin classAnnotationTypePattern
-
parameterizeWith
- Specified by:
parameterizeWithin classAnnotationTypePattern
-
setForParameterAnnotationMatch
public void setForParameterAnnotationMatch()- Overrides:
setForParameterAnnotationMatchin classAnnotationTypePattern
-