Package org.aspectj.weaver.reflect
Class InternalUseOnlyPointcutParser
- java.lang.Object
-
- org.aspectj.weaver.tools.PointcutParser
-
- org.aspectj.weaver.reflect.InternalUseOnlyPointcutParser
-
public class InternalUseOnlyPointcutParser extends PointcutParser
-
-
Constructor Summary
Constructors Constructor Description InternalUseOnlyPointcutParser(ClassLoader classLoader)InternalUseOnlyPointcutParser(ClassLoader classLoader, ReflectionWorld world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointcutconcretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters)PointcutresolvePointcutExpression(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 Detail
-
InternalUseOnlyPointcutParser
public InternalUseOnlyPointcutParser(ClassLoader classLoader, ReflectionWorld world)
-
InternalUseOnlyPointcutParser
public InternalUseOnlyPointcutParser(ClassLoader classLoader)
-
-
Method Detail
-
resolvePointcutExpression
public Pointcut resolvePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters)
- Overrides:
resolvePointcutExpressionin classPointcutParser
-
concretizePointcutExpression
public Pointcut concretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters)
- Overrides:
concretizePointcutExpressionin classPointcutParser
-
-