Verwendungen von Klasse
org.aspectj.weaver.patterns.FormalBinding
Packages, die FormalBinding verwenden
-
Verwendungen von FormalBinding in org.aspectj.weaver
Konstruktoren in org.aspectj.weaver mit Parametern vom Typ FormalBindingModifiziererKonstruktorBeschreibungBindingScope
(ResolvedType type, ISourceContext sourceContext, FormalBinding[] bindings) -
Verwendungen von FormalBinding in org.aspectj.weaver.patterns
Unterklassen von FormalBinding in org.aspectj.weaver.patternsModifizierer und TypKlasseBeschreibungstatic 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 advicesFelder in org.aspectj.weaver.patterns, die deklariert sind als FormalBindingModifizierer und TypFeldBeschreibungprotected FormalBinding[]
SimpleScope.bindings
static final FormalBinding[]
FormalBinding.NONE
Methoden in org.aspectj.weaver.patterns, die FormalBinding zurückgebenModifizierer und TypMethodeBeschreibungIScope.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) Konstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ FormalBindingModifiziererKonstruktorBeschreibungBindingTypePattern
(FormalBinding binding, boolean isVarArgs) SimpleScope
(World world, FormalBinding[] bindings)