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 classA 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.bindingsstatic final FormalBinding[]FormalBinding.NONEMethods 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 FormalBindingModifierConstructorDescriptionBindingTypePattern(FormalBinding binding, boolean isVarArgs) SimpleScope(World world, FormalBinding[] bindings)