Uses of Interface
org.aspectj.weaver.patterns.BindingPattern
-
Packages that use BindingPattern Package Description org.aspectj.weaver.patterns -
-
Uses of BindingPattern in org.aspectj.weaver.patterns
Classes in org.aspectj.weaver.patterns that implement BindingPattern Modifier and Type Class Description classBindingAnnotationFieldTypePatternclassBindingAnnotationTypePatternclassBindingTypePatternMethods in org.aspectj.weaver.patterns that return types with arguments of type BindingPattern Modifier and Type Method Description List<BindingPattern>AnnotationPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>ArgsAnnotationPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>ArgsPointcut. getBindingAnnotationTypePatterns()abstract List<BindingPattern>NameBindingPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>ThisOrTargetAnnotationPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>ThisOrTargetPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>WithinAnnotationPointcut. getBindingAnnotationTypePatterns()List<BindingPattern>WithinCodeAnnotationPointcut. getBindingAnnotationTypePatterns()Methods in org.aspectj.weaver.patterns with parameters of type BindingPattern Modifier and Type Method Description voidBindings. register(BindingPattern binding, IScope scope)Constructors in org.aspectj.weaver.patterns with parameters of type BindingPattern Constructor Description Bindings(BindingPattern[] bindings)
-