Uses of Class
org.aspectj.weaver.Shadow.Kind
Packages that use Shadow.Kind
-
Uses of Shadow.Kind in org.aspectj.weaver
Fields in org.aspectj.weaver declared as Shadow.KindModifier and TypeFieldDescriptionstatic Shadow.Kind
Shadow.AdviceExecution
static Shadow.Kind
Shadow.ConstructorCall
static Shadow.Kind
Shadow.ConstructorExecution
static Shadow.Kind
Shadow.ExceptionHandler
static Shadow.Kind
Shadow.FieldGet
static Shadow.Kind
Shadow.FieldSet
static Shadow.Kind
Shadow.Initialization
static Shadow.Kind
Shadow.MethodCall
These names are the ones that will be returned by thisJoinPoint.getKind() Those need to be documented somewherestatic Shadow.Kind
Shadow.MethodExecution
static Shadow.Kind
Shadow.PreInitialization
static Shadow.Kind[]
Shadow.SHADOW_KINDS
static Shadow.Kind
Shadow.StaticInitialization
static Shadow.Kind
Shadow.SynchronizationLock
static Shadow.Kind
Shadow.SynchronizationUnlock
Methods in org.aspectj.weaver that return Shadow.KindModifier and TypeMethodDescriptionShadow.getKind()
returns the kind of shadow this is, representing what happens under this shadowAjAttribute.EffectiveSignatureAttribute.getShadowKind()
static Shadow.Kind
Shadow.Kind.read(DataInputStream s)
Methods in org.aspectj.weaver that return types with arguments of type Shadow.KindModifier and TypeMethodDescriptionstatic Set<Shadow.Kind>
Shadow.toSet(int i)
Convert a bit array for the shadow kinds into a set of them... should only be used for testing - mainline code should do bit manipulation!Constructors in org.aspectj.weaver with parameters of type Shadow.KindModifierConstructorDescriptionEffectiveSignatureAttribute(ResolvedMember effectiveSignature, Shadow.Kind shadowKind, boolean weaveBody)
protected
Shadow(Shadow.Kind kind, Member signature, Shadow enclosingShadow)
-
Uses of Shadow.Kind in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return Shadow.KindModifier and TypeMethodDescriptionFastMatchInfo.getKind()
kind can be null to indicate that all kinds should be considered.KindedPointcut.getKind()
Constructors in org.aspectj.weaver.patterns with parameters of type Shadow.KindModifierConstructorDescriptionFastMatchInfo(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.KindModifierConstructorDescriptionReflectionFastMatchInfo(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)