Verwendungen von Klasse
org.aspectj.weaver.Shadow.Kind
Packages, die Shadow.Kind verwenden
Package
Beschreibung
-
Verwendungen von Shadow.Kind in org.aspectj.weaver
Felder in org.aspectj.weaver, die deklariert sind als Shadow.KindModifizierer und TypFeldBeschreibungstatic final Shadow.KindShadow.AdviceExecutionstatic final Shadow.KindShadow.ConstructorCallstatic final Shadow.KindShadow.ConstructorExecutionstatic final Shadow.KindShadow.ExceptionHandlerstatic final Shadow.KindShadow.FieldGetstatic final Shadow.KindShadow.FieldSetstatic final Shadow.KindShadow.Initializationstatic final Shadow.KindShadow.MethodCallThese names are the ones that will be returned by thisJoinPoint.getKind() Those need to be documented somewherestatic final Shadow.KindShadow.MethodExecutionstatic final Shadow.KindShadow.PreInitializationstatic final Shadow.Kind[]Shadow.SHADOW_KINDSstatic final Shadow.KindShadow.StaticInitializationstatic final Shadow.KindShadow.SynchronizationLockstatic final Shadow.KindShadow.SynchronizationUnlockMethoden 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.KindShadow.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) protectedShadow(Shadow.Kind kind, Member signature, Shadow enclosingShadow) -
Verwendungen von Shadow.Kind in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel, die Shadow.Kind zurückgebenMethoden in org.aspectj.weaver.bcel mit Parametern vom Typ Shadow.KindModifizierer und TypMethodeBeschreibungstatic 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) Konstruktoren in org.aspectj.weaver.bcel mit Parametern vom Typ Shadow.KindModifiziererKonstruktorBeschreibungAnnotationAccessVar(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) This generates an unassociated shadow, rooted in a particular method but not rooted to any particular point in the code. -
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)