Uses of Class
org.aspectj.weaver.patterns.AnnotationPatternList
-
Packages that use AnnotationPatternList Package Description org.aspectj.weaver.patterns -
-
Uses of AnnotationPatternList in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as AnnotationPatternList Modifier and Type Field Description static AnnotationPatternListAnnotationPatternList. ANYstatic AnnotationPatternListAnnotationPatternList. EMPTYMethods in org.aspectj.weaver.patterns that return AnnotationPatternList Modifier and Type Method Description AnnotationPatternListArgsAnnotationPointcut. getArguments()AnnotationPatternListAnnotationPatternList. parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AnnotationPatternListPatternParser. parseArgumentsAnnotationPattern()static AnnotationPatternListAnnotationPatternList. read(VersionedDataInputStream s, ISourceContext context)AnnotationPatternListAnnotationPatternList. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)AnnotationPatternListAnnotationPatternList. resolveReferences(IntMap bindings)Methods in org.aspectj.weaver.patterns with parameters of type AnnotationPatternList Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(AnnotationPatternList node, Object data)ObjectPatternNodeVisitor. visit(AnnotationPatternList node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type AnnotationPatternList Constructor Description ArgsAnnotationPointcut(AnnotationPatternList arguments)
-