Uses of Class
org.aspectj.weaver.patterns.AnnotationPatternList

Packages that use AnnotationPatternList
org.aspectj.weaver.patterns   
 

Uses of AnnotationPatternList in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as AnnotationPatternList
static AnnotationPatternList AnnotationPatternList.ANY
           
static AnnotationPatternList AnnotationPatternList.EMPTY
           
 

Methods in org.aspectj.weaver.patterns that return AnnotationPatternList
 AnnotationPatternList ArgsAnnotationPointcut.getArguments()
           
 AnnotationPatternList AnnotationPatternList.parameterizeWith(java.util.Map typeVariableMap, World w)
           
 AnnotationPatternList PatternParser.parseArgumentsAnnotationPattern()
           
static AnnotationPatternList AnnotationPatternList.read(VersionedDataInputStream s, ISourceContext context)
           
 AnnotationPatternList AnnotationPatternList.resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)
           
 AnnotationPatternList AnnotationPatternList.resolveReferences(IntMap bindings)
           
 

Methods in org.aspectj.weaver.patterns with parameters of type AnnotationPatternList
 java.lang.Object AbstractPatternNodeVisitor.visit(AnnotationPatternList node, java.lang.Object data)
           
 java.lang.Object PatternNodeVisitor.visit(AnnotationPatternList node, java.lang.Object data)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type AnnotationPatternList
ArgsAnnotationPointcut(AnnotationPatternList arguments)