Uses of Class
org.aspectj.weaver.patterns.FormalBinding
-
Packages that use FormalBinding Package Description org.aspectj.weaver org.aspectj.weaver.patterns -
-
Uses of FormalBinding in org.aspectj.weaver
Constructors in org.aspectj.weaver with parameters of type FormalBinding Constructor Description BindingScope(ResolvedType type, ISourceContext sourceContext, FormalBinding[] bindings) -
Uses of FormalBinding in org.aspectj.weaver.patterns
Subclasses of FormalBinding in org.aspectj.weaver.patterns Modifier and Type Class Description static classFormalBinding.ImplicitFormalBindingFields in org.aspectj.weaver.patterns declared as FormalBinding Modifier and Type Field Description protected FormalBinding[]SimpleScope. bindingsstatic FormalBinding[]FormalBinding. NONEMethods in org.aspectj.weaver.patterns that return FormalBinding Modifier and Type Method Description FormalBindingIScope. getFormal(int i)FormalBindingScopeWithTypeVariables. getFormal(int i)FormalBindingSimpleScope. getFormal(int i)FormalBindingIScope. lookupFormal(String name)FormalBindingScopeWithTypeVariables. lookupFormal(String name)FormalBindingSimpleScope. lookupFormal(String name)static FormalBinding[]SimpleScope. makeFormalBindings(UnresolvedType[] types, String[] names)Constructors in org.aspectj.weaver.patterns with parameters of type FormalBinding Constructor Description BindingAnnotationTypePattern(FormalBinding binding)BindingTypePattern(FormalBinding binding, boolean isVarArgs)SimpleScope(World world, FormalBinding[] bindings)
-