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

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

Introduction

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

The text is from its open source code.

Method

PointcutParameter[]getParameterBindings()
Get the parameter bindings at the matched join point.
booleanmatches()
True if the pointcut expression has matched at this join point, and false otherwise