Uses of Class
org.aspectj.weaver.patterns.FormalBinding
Packages that use FormalBinding
-
Uses of FormalBinding in org.aspectj.weaver
Constructors in org.aspectj.weaver with parameters of type FormalBindingModifierConstructorDescriptionBindingScope(ResolvedType type, ISourceContext sourceContext, FormalBinding[] bindings)
-
Uses of FormalBinding in org.aspectj.weaver.patterns
Subclasses of FormalBinding in org.aspectj.weaver.patternsModifier and TypeClassDescriptionstatic class
A marker class for bindings for which we want to ignore unbound issue and consider them as implicit binding - f.e. to handle JoinPoint in @AJ advicesFields in org.aspectj.weaver.patterns declared as FormalBindingModifier and TypeFieldDescriptionprotected FormalBinding[]
SimpleScope.bindings
static FormalBinding[]
FormalBinding.NONE
Methods in org.aspectj.weaver.patterns that return FormalBindingModifier and TypeMethodDescriptionIScope.getFormal(int i)
ScopeWithTypeVariables.getFormal(int i)
SimpleScope.getFormal(int i)
IScope.lookupFormal(String name)
ScopeWithTypeVariables.lookupFormal(String name)
SimpleScope.lookupFormal(String name)
static FormalBinding[]
SimpleScope.makeFormalBindings(UnresolvedType[] types, String[] names)
Constructors in org.aspectj.weaver.patterns with parameters of type FormalBindingModifierConstructorDescriptionBindingAnnotationTypePattern(FormalBinding binding)
BindingTypePattern(FormalBinding binding, boolean isVarArgs)
SimpleScope(World world, FormalBinding[] bindings)