Class InternalUseOnlyPointcutParser
java.lang.Object
org.aspectj.weaver.tools.PointcutParser
org.aspectj.weaver.reflect.InternalUseOnlyPointcutParser
-
Constructor Summary
ConstructorsConstructorDescriptionInternalUseOnlyPointcutParser
(ClassLoader classLoader) InternalUseOnlyPointcutParser
(ClassLoader classLoader, ReflectionWorld world) -
Method Summary
Modifier and TypeMethodDescriptionconcretizePointcutExpression
(Pointcut pc, Class inScope, PointcutParameter[] formalParameters) resolvePointcutExpression
(String expression, Class inScope, PointcutParameter[] formalParameters) Methods inherited from class org.aspectj.weaver.tools.PointcutParser
createPointcutParameter, getAllSupportedPointcutPrimitives, getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution, getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution, getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution, getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution, parsePointcutExpression, parsePointcutExpression, parseTypePattern, registerPointcutDesignatorHandler, setClassLoader, setClassLoader, setLintProperties, setLintProperties, setWorld
-
Constructor Details
-
InternalUseOnlyPointcutParser
-
InternalUseOnlyPointcutParser
-
-
Method Details
-
resolvePointcutExpression
public Pointcut resolvePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters) - Overrides:
resolvePointcutExpression
in classPointcutParser
-
concretizePointcutExpression
public Pointcut concretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters) - Overrides:
concretizePointcutExpression
in classPointcutParser
-