Uses of Class
org.aspectj.weaver.tools.UnsupportedPointcutPrimitiveException

Packages that use UnsupportedPointcutPrimitiveException
org.aspectj.weaver.tools   
 

Uses of UnsupportedPointcutPrimitiveException in org.aspectj.weaver.tools
 

Methods in org.aspectj.weaver.tools that throw UnsupportedPointcutPrimitiveException
 PointcutExpression PointcutParser.parsePointcutExpression(java.lang.String expression)
          Parse the given pointcut expression.
 StandardPointcutExpression StandardPointcutParser.parsePointcutExpression(java.lang.String expression)
          Parse the given pointcut expression.
 PointcutExpression PointcutParser.parsePointcutExpression(java.lang.String expression, java.lang.Class inScope, PointcutParameter[] formalParameters)
          Parse the given pointcut expression.
 StandardPointcutExpression StandardPointcutParser.parsePointcutExpression(java.lang.String expression, java.lang.Class inScope, PointcutParameter[] formalParameters)
          Parse the given pointcut expression.