Class PointcutDesignatorHandlerBasedPointcut
- java.lang.Object
-
- org.aspectj.weaver.patterns.PatternNode
-
- org.aspectj.weaver.patterns.Pointcut
-
- org.aspectj.weaver.internal.tools.PointcutDesignatorHandlerBasedPointcut
-
- All Implemented Interfaces:
IHasPosition,IHasSourceLocation
public class PointcutDesignatorHandlerBasedPointcut extends Pointcut
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.aspectj.weaver.patterns.Pointcut
Pointcut.State
-
-
Field Summary
-
Fields inherited from class org.aspectj.weaver.patterns.Pointcut
AND, ANNOTATION, ARGS, ATARGS, ATTHIS_OR_TARGET, ATWITHIN, ATWITHINCODE, CFLOW, CONCRETE, EMPTY_STRING_ARRAY, HANDLER, hasBeenParameterized, IF, IF_FALSE, IF_TRUE, KINDED, lastMatchedShadowId, m_ignoreUnboundBindingForNames, NONE, NOT, OR, pointcutKind, REFERENCE, RESOLVED, state, SYMBOLIC, THIS_OR_TARGET, USER_EXTENSION, WITHIN, WITHINCODE
-
Fields inherited from class org.aspectj.weaver.patterns.PatternNode
end, sourceContext, start
-
-
Constructor Summary
Constructors Constructor Description PointcutDesignatorHandlerBasedPointcut(ContextBasedMatcher expr, World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaccept(PatternNodeVisitor visitor, Object data)protected Pointcutconcretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)intcouldMatchKinds()FuzzyBooleanfastMatch(FastMatchInfo info)protected TestfindResidueInternal(Shadow shadow, ExposedState state)bytegetPointcutKind()protected FuzzyBooleanmatchInternal(Shadow shadow)PointcutparameterizeWith(Map typeVariableMap, World w)protected voidresolveBindings(IScope scope, Bindings bindings)voidwrite(CompressingDataOutputStream s)-
Methods inherited from class org.aspectj.weaver.patterns.Pointcut
assertState, check, concretize, concretize, concretize, findResidue, fromString, getTypeVariablesInScope, isDeclare, makeMatchesNothing, match, postRead, read, resolve, setTypeVariablesInScope, shouldCopyLocationForConcretize
-
Methods inherited from class org.aspectj.weaver.patterns.PatternNode
copyLocationFrom, getEnd, getFileName, getSourceContext, getSourceLocation, getStart, readLocation, setLocation, traverse, writeLocation
-
-
-
-
Constructor Detail
-
PointcutDesignatorHandlerBasedPointcut
public PointcutDesignatorHandlerBasedPointcut(ContextBasedMatcher expr, World world)
-
-
Method Detail
-
getPointcutKind
public byte getPointcutKind()
- Overrides:
getPointcutKindin classPointcut
-
fastMatch
public FuzzyBoolean fastMatch(FastMatchInfo info)
-
couldMatchKinds
public int couldMatchKinds()
- Specified by:
couldMatchKindsin classPointcut
-
matchInternal
protected FuzzyBoolean matchInternal(Shadow shadow)
- Specified by:
matchInternalin classPointcut
-
resolveBindings
protected void resolveBindings(IScope scope, Bindings bindings)
- Specified by:
resolveBindingsin classPointcut
-
concretize1
protected Pointcut concretize1(ResolvedType inAspect, ResolvedType declaringType, IntMap bindings)
- Specified by:
concretize1in classPointcut
-
findResidueInternal
protected Test findResidueInternal(Shadow shadow, ExposedState state)
- Specified by:
findResidueInternalin classPointcut
-
parameterizeWith
public Pointcut parameterizeWith(Map typeVariableMap, World w)
- Specified by:
parameterizeWithin classPointcut
-
write
public void write(CompressingDataOutputStream s) throws IOException
- Specified by:
writein classPatternNode- Throws:
IOException
-
accept
public Object accept(PatternNodeVisitor visitor, Object data)
- Specified by:
acceptin classPatternNode
-
-