Uses of Class
org.aspectj.weaver.Shadow
-
Packages that use Shadow Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.internal.tools org.aspectj.weaver.model org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of Shadow in org.aspectj.weaver
Fields in org.aspectj.weaver declared as Shadow Modifier and Type Field Description protected ShadowShadow. enclosingShadowMethods in org.aspectj.weaver with parameters of type Shadow Modifier and Type Method Description StringChecker. getMessage(Shadow shadow)booleanChecker. implementOn(Shadow shadow)abstract booleanShadowMunger. implementOn(Shadow shadow)booleanAdvice. match(Shadow shadow, World world)booleanChecker. match(Shadow shadow, World world)booleanShadowMunger. match(Shadow shadow, World world)voidWorld. reportCheckerMatch(Checker checker, Shadow shadow)voidWorld. reportMatch(ShadowMunger munger, Shadow shadow)voidChecker. specializeOn(Shadow shadow)abstract voidShadowMunger. specializeOn(Shadow shadow)Constructors in org.aspectj.weaver with parameters of type Shadow Constructor Description Shadow(Shadow.Kind kind, Member signature, Shadow enclosingShadow) -
Uses of Shadow in org.aspectj.weaver.bcel
Subclasses of Shadow in org.aspectj.weaver.bcel Modifier and Type Class Description classBcelShadowMethods in org.aspectj.weaver.bcel that return Shadow Modifier and Type Method Description ShadowBcelShadow. getEnclosingShadow()Methods in org.aspectj.weaver.bcel with parameters of type Shadow Modifier and Type Method Description voidBcelWorld. reportCheckerMatch(Checker checker, Shadow shadow)voidBcelWorld. reportMatch(ShadowMunger munger, Shadow shadow)voidLazyClassGen. warnOnAddedStaticInitializer(Shadow shadow, ISourceLocation sourceLocation) -
Uses of Shadow in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type Shadow Modifier and Type Method Description protected TestPointcutDesignatorHandlerBasedPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected FuzzyBooleanPointcutDesignatorHandlerBasedPointcut. matchInternal(Shadow shadow) -
Uses of Shadow in org.aspectj.weaver.model
Methods in org.aspectj.weaver.model with parameters of type Shadow Modifier and Type Method Description static voidAsmRelationshipProvider. addAdvisedRelationship(AsmManager model, Shadow matchedShadow, ShadowMunger munger)static voidAsmRelationshipProvider. addDeclareErrorOrWarningRelationship(AsmManager model, Shadow affectedShadow, Checker deow)protected static IProgramElementAsmRelationshipProvider. getNode(AsmManager model, Shadow shadow) -
Uses of Shadow in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns with parameters of type Shadow Modifier and Type Method Description TestPointcut. findResidue(Shadow shadow, ExposedState state)protected TestAndPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestAnnotationPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestArgsAnnotationPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestArgsPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestCflowPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestConcreteCflowPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestHandlerPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestIfPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestIfPointcut.IfFalsePointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestIfPointcut.IfTruePointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestKindedPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestNotPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestOrPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestPerCflow. findResidueInternal(Shadow shadow, ExposedState state)protected TestPerFromSuper. findResidueInternal(Shadow shadow, ExposedState state)protected TestPerObject. findResidueInternal(Shadow shadow, ExposedState state)TestPerSingleton. findResidueInternal(Shadow shadow, ExposedState state)protected TestPerTypeWithin. findResidueInternal(Shadow shadow, ExposedState state)protected abstract TestPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestReferencePointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestThisOrTargetAnnotationPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestThisOrTargetPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestWithinAnnotationPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestWithinCodeAnnotationPointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestWithincodePointcut. findResidueInternal(Shadow shadow, ExposedState state)protected TestWithinPointcut. findResidueInternal(Shadow shadow, ExposedState state)FuzzyBooleanPointcut. match(Shadow shadow)protected FuzzyBooleanAndPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanArgsAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanArgsPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanCflowPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanConcreteCflowPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanHandlerPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut.IfFalsePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut.IfTruePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanKindedPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanNotPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanOrPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanPerCflow. matchInternal(Shadow shadow)protected FuzzyBooleanPerFromSuper. matchInternal(Shadow shadow)protected FuzzyBooleanPerObject. matchInternal(Shadow shadow)protected FuzzyBooleanPerSingleton. matchInternal(Shadow shadow)protected FuzzyBooleanPerTypeWithin. matchInternal(Shadow shadow)protected abstract FuzzyBooleanPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanReferencePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanThisOrTargetAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanThisOrTargetPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinCodeAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithincodePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinPointcut. matchInternal(Shadow shadow) -
Uses of Shadow in org.aspectj.weaver.reflect
Subclasses of Shadow in org.aspectj.weaver.reflect Modifier and Type Class Description classReflectionShadowclassStandardShadowMethods in org.aspectj.weaver.reflect that return Shadow Modifier and Type Method Description static ShadowReflectionShadow. makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static ShadowStandardShadow. makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static ShadowReflectionShadow. makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowReflectionShadow. makeCallShadow(World inWorld, Member aMember, Member withinCode, MatchingContext withContext)static ShadowStandardShadow. makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowStandardShadow. makeCallShadow(World inWorld, ResolvedMember aMember, ResolvedMember withinCode, MatchingContext withContext)static ShadowReflectionShadow. makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow. makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow. makeExecutionShadow(World inWorld, ResolvedMember forMethod, MatchingContext withContext)static ShadowReflectionShadow. makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow. makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow. makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow. makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow. makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow. makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow. makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow. makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow. makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowReflectionShadow. makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowStandardShadow. makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowStandardShadow. makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowReflectionShadow. makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow. makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow. makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow. makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow. makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow. makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow. makeStaticInitializationShadow(World inWorld, ResolvedType forType, MatchingContext withContext)Constructors in org.aspectj.weaver.reflect with parameters of type Shadow Constructor Description 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)
-