Uses of Class
org.aspectj.weaver.ast.Test
-
Packages that use Test Package Description org.aspectj.weaver.ast org.aspectj.weaver.bcel org.aspectj.weaver.internal.tools org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of Test in org.aspectj.weaver.ast
Subclasses of Test in org.aspectj.weaver.ast Modifier and Type Class Description classAndclassCallclassFieldGetCallclassHasAnnotationclassInstanceofclassLiteralclassNotclassOrMethods in org.aspectj.weaver.ast that return Test Modifier and Type Method Description TestNot. getBody()TestAnd. getLeft()TestOr. getLeft()TestAnd. getRight()TestOr. getRight()static TestTest. makeAnd(Test a, Test b)static TestTest. makeCall(Member m, Expr[] args)static TestTest. makeFieldGetCall(Member f, Member m, Expr[] args)static TestTest. makeHasAnnotation(Var v, ResolvedType annTy)static TestTest. makeInstanceof(Var v, ResolvedType ty)static TestTest. makeNot(Test a)static TestTest. makeOr(Test a, Test b)Methods in org.aspectj.weaver.ast with parameters of type Test Modifier and Type Method Description static TestTest. makeAnd(Test a, Test b)static TestTest. makeNot(Test a)static TestTest. makeOr(Test a, Test b)Constructors in org.aspectj.weaver.ast with parameters of type Test Constructor Description And(Test left, Test right)Not(Test test)Or(Test left, Test right) -
Uses of Test in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel with parameters of type Test Modifier and Type Method Description static InstructionListBcelRenderer. renderTest(InstructionFactory fact, BcelWorld world, Test e, InstructionHandle sk, InstructionHandle fk, InstructionHandle next) -
Uses of Test in org.aspectj.weaver.internal.tools
Subclasses of Test in org.aspectj.weaver.internal.tools Modifier and Type Class Description classMatchingContextBasedTestMethods in org.aspectj.weaver.internal.tools that return Test Modifier and Type Method Description protected TestPointcutDesignatorHandlerBasedPointcut. findResidueInternal(Shadow shadow, ExposedState state) -
Uses of Test in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return Test Modifier and Type Method Description protected TestNameBindingPointcut. exposeStateForVar(Var var, TypePattern type, ExposedState state, World world)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) -
Uses of Test in org.aspectj.weaver.reflect
Constructors in org.aspectj.weaver.reflect with parameters of type Test Constructor Description ShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)
-