Klasse FormalBinding.ImplicitFormalBinding

java.lang.Object
org.aspectj.weaver.patterns.FormalBinding
org.aspectj.weaver.patterns.FormalBinding.ImplicitFormalBinding
Alle implementierten Schnittstellen:
IHasPosition
Umschließende Klasse:
FormalBinding

public static class FormalBinding.ImplicitFormalBinding extends FormalBinding
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 advices
Autor:
Alexandre Vasseur (alex AT gnilux DOT com)
  • Konstruktordetails

    • ImplicitFormalBinding

      public ImplicitFormalBinding(UnresolvedType type, String name, int index)