Java org.aspectj.weaver.tools PointcutExpression fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver.tools PointcutExpression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.weaver.tools PointcutExpression.

The text is from its open source code.

Method

booleancouldMatchJoinPointsInType(Class aClass)
Determine whether or not this pointcut could ever match a join point in the given class.
StringgetPointcutExpression()
Return a string representation of this pointcut expression.
ShadowMatchmatchesMethodExecution(Method aMethod)
Determine whether or not this pointcut matches the execution of a given method.