Verwendungen von Klasse
org.aspectj.weaver.ast.Test
Packages, die Test verwenden
Package
Beschreibung
-
Verwendungen von Test in org.aspectj.weaver.ast
Unterklassen von Test in org.aspectj.weaver.astModifizierer und TypKlasseBeschreibungclass
class
class
class
class
final class
class
class
Methoden in org.aspectj.weaver.ast, die Test zurückgebenModifizierer und TypMethodeBeschreibungNot.getBody()
And.getLeft()
Or.getLeft()
And.getRight()
Or.getRight()
static Test
static Test
static Test
Test.makeFieldGetCall
(Member f, Member m, Expr[] args) static Test
Test.makeHasAnnotation
(Var v, ResolvedType annTy) static Test
Test.makeInstanceof
(Var v, ResolvedType ty) static Test
static Test
Methoden in org.aspectj.weaver.ast mit Parametern vom Typ TestKonstruktoren in org.aspectj.weaver.ast mit Parametern vom Typ Test -
Verwendungen von Test in org.aspectj.weaver.internal.tools
Unterklassen von Test in org.aspectj.weaver.internal.toolsModifizierer und TypKlasseBeschreibungclass
Test that uses MatchingContext to match (or not)Methoden in org.aspectj.weaver.internal.tools, die Test zurückgebenModifizierer und TypMethodeBeschreibungprotected Test
PointcutDesignatorHandlerBasedPointcut.findResidueInternal
(Shadow shadow, ExposedState state) -
Verwendungen von Test in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns, die Test zurückgebenModifizierer und TypMethodeBeschreibungprotected Test
NameBindingPointcut.exposeStateForVar
(Var var, TypePattern type, ExposedState state, World world) final Test
Pointcut.findResidue
(Shadow shadow, ExposedState state) This can be called from NotPointcut even for Pointcuts that don't match the shadowprotected Test
AndPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
AnnotationPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
ArgsAnnotationPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
ArgsPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
CflowPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
ConcreteCflowPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
HandlerPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
IfPointcut.findResidueInternal
(Shadow shadow, ExposedState state) At each shadow that matched, the residue can be different.protected Test
IfPointcut.IfFalsePointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
IfPointcut.IfTruePointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
KindedPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
NotPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
OrPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
PerCflow.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
PerFromSuper.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
PerObject.findResidueInternal
(Shadow shadow, ExposedState state) PerSingleton.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
PerTypeWithin.findResidueInternal
(Shadow shadow, ExposedState state) protected abstract Test
Pointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
ReferencePointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
ThisOrTargetAnnotationPointcut.findResidueInternal
(Shadow shadow, ExposedState state) The guard here is going to be the hasAnnotation() test - if it gets through (which we cannot determine until runtime) then we must have a TypeAnnotationAccessVar in place - this means we must *always* have one in place.protected Test
ThisOrTargetPointcut.findResidueInternal
(Shadow shadow, ExposedState state) Residue is the remainder of the pointcut match that couldn't be performed with the purely static information at compile time and this method returns the residue of a pointcut at a particular shadow.protected Test
WithinAnnotationPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
WithinCodeAnnotationPointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
WithincodePointcut.findResidueInternal
(Shadow shadow, ExposedState state) protected Test
WithinPointcut.findResidueInternal
(Shadow shadow, ExposedState state) -
Verwendungen von Test in org.aspectj.weaver.reflect
Konstruktoren in org.aspectj.weaver.reflect mit Parametern vom Typ TestModifiziererKonstruktorBeschreibungShadowMatchImpl
(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params) StandardShadowMatchImpl
(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)