Verwendungen von Klasse
org.aspectj.weaver.Shadow.Kind
Packages, die Shadow.Kind verwenden
-
Verwendungen von Shadow.Kind in org.aspectj.weaver
Felder in org.aspectj.weaver, die deklariert sind als Shadow.KindModifizierer und TypFeldBeschreibungstatic final Shadow.Kind
Shadow.AdviceExecution
static final Shadow.Kind
Shadow.ConstructorCall
static final Shadow.Kind
Shadow.ConstructorExecution
static final Shadow.Kind
Shadow.ExceptionHandler
static final Shadow.Kind
Shadow.FieldGet
static final Shadow.Kind
Shadow.FieldSet
static final Shadow.Kind
Shadow.Initialization
static final Shadow.Kind
Shadow.MethodCall
These names are the ones that will be returned by thisJoinPoint.getKind() Those need to be documented somewherestatic final Shadow.Kind
Shadow.MethodExecution
static final Shadow.Kind
Shadow.PreInitialization
static final Shadow.Kind[]
Shadow.SHADOW_KINDS
static final Shadow.Kind
Shadow.StaticInitialization
static final Shadow.Kind
Shadow.SynchronizationLock
static final Shadow.Kind
Shadow.SynchronizationUnlock
Methoden in org.aspectj.weaver, die Shadow.Kind zurückgebenModifizierer und TypMethodeBeschreibungShadow.getKind()
returns the kind of shadow this is, representing what happens under this shadowAjAttribute.EffectiveSignatureAttribute.getShadowKind()
static Shadow.Kind
Shadow.Kind.read
(DataInputStream s) Methoden in org.aspectj.weaver, die Typen mit Argumenten vom Typ Shadow.Kind zurückgebenModifizierer und TypMethodeBeschreibungstatic 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!Konstruktoren in org.aspectj.weaver mit Parametern vom Typ Shadow.KindModifiziererKonstruktorBeschreibungEffectiveSignatureAttribute
(ResolvedMember effectiveSignature, Shadow.Kind shadowKind, boolean weaveBody) protected
Shadow
(Shadow.Kind kind, Member signature, Shadow enclosingShadow) -
Verwendungen von Shadow.Kind in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns, die Shadow.Kind zurückgebenModifizierer und TypMethodeBeschreibungFastMatchInfo.getKind()
kind can be null to indicate that all kinds should be considered.KindedPointcut.getKind()
Konstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ Shadow.KindModifiziererKonstruktorBeschreibungFastMatchInfo
(ResolvedType type, Shadow.Kind kind, World world) KindedPointcut
(Shadow.Kind kind, SignaturePattern signature) KindedPointcut
(Shadow.Kind kind, SignaturePattern signature, ShadowMunger munger) -
Verwendungen von Shadow.Kind in org.aspectj.weaver.reflect
Konstruktoren in org.aspectj.weaver.reflect mit Parametern vom Typ Shadow.KindModifiziererKonstruktorBeschreibungReflectionFastMatchInfo
(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)