Uses of Class
org.aspectj.weaver.Shadow.Kind
-
Packages that use Shadow.Kind Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of Shadow.Kind in org.aspectj.weaver
Fields in org.aspectj.weaver declared as Shadow.Kind Modifier and Type Field Description static Shadow.KindShadow. AdviceExecutionstatic Shadow.KindShadow. ConstructorCallstatic Shadow.KindShadow. ConstructorExecutionstatic Shadow.KindShadow. ExceptionHandlerstatic Shadow.KindShadow. FieldGetstatic Shadow.KindShadow. FieldSetstatic Shadow.KindShadow. Initializationstatic Shadow.KindShadow. MethodCallstatic Shadow.KindShadow. MethodExecutionstatic Shadow.KindShadow. PreInitializationstatic Shadow.Kind[]Shadow. SHADOW_KINDSstatic Shadow.KindShadow. StaticInitializationstatic Shadow.KindShadow. SynchronizationLockstatic Shadow.KindShadow. SynchronizationUnlockMethods in org.aspectj.weaver that return Shadow.Kind Modifier and Type Method Description Shadow.KindShadow. getKind()Shadow.KindAjAttribute.EffectiveSignatureAttribute. getShadowKind()static Shadow.KindShadow.Kind. read(DataInputStream s)Methods in org.aspectj.weaver that return types with arguments of type Shadow.Kind Modifier and Type Method Description static Set<Shadow.Kind>Shadow. toSet(int i)Constructors in org.aspectj.weaver with parameters of type Shadow.Kind Constructor Description EffectiveSignatureAttribute(ResolvedMember effectiveSignature, Shadow.Kind shadowKind, boolean weaveBody)Shadow(Shadow.Kind kind, Member signature, Shadow enclosingShadow) -
Uses of Shadow.Kind in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return Shadow.Kind Modifier and Type Method Description Shadow.KindAnnotationAccessVar. getKind()Methods in org.aspectj.weaver.bcel with parameters of type Shadow.Kind Modifier and Type Method Description static BcelShadowBcelShadow. makeShadowForMethod(BcelWorld world, LazyMethodGen enclosingMethod, Shadow.Kind kind, Member sig)static BcelShadowBcelShadow. makeShadowForMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow, Shadow.Kind kind, ResolvedMember sig)voidLazyMethodGen. setEffectiveSignature(ResolvedMember member, Shadow.Kind kind, boolean shouldWeave)Constructors in org.aspectj.weaver.bcel with parameters of type Shadow.Kind Constructor Description AnnotationAccessVar(BcelShadow shadow, Shadow.Kind kind, ResolvedType annotationType, UnresolvedType theTargetIsStoredHere, Member sig, boolean isWithin)BcelShadow(BcelWorld world, Shadow.Kind kind, Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow) -
Uses of Shadow.Kind in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return Shadow.Kind Modifier and Type Method Description Shadow.KindFastMatchInfo. getKind()Shadow.KindKindedPointcut. getKind()Constructors in org.aspectj.weaver.patterns with parameters of type Shadow.Kind Constructor Description FastMatchInfo(ResolvedType type, Shadow.Kind kind, World world)KindedPointcut(Shadow.Kind kind, SignaturePattern signature)KindedPointcut(Shadow.Kind kind, SignaturePattern signature, ShadowMunger munger) -
Uses of Shadow.Kind in org.aspectj.weaver.reflect
Constructors in org.aspectj.weaver.reflect with parameters of type Shadow.Kind Constructor Description ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)ReflectionShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext)StandardShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext)
-