类 AspectJAdviceParameterNameDiscoverer.PointcutBody

java.lang.Object
infra.aop.aspectj.AspectJAdviceParameterNameDiscoverer.PointcutBody
封闭类:
AspectJAdviceParameterNameDiscoverer

private static class AspectJAdviceParameterNameDiscoverer.PointcutBody extends Object
Simple struct to hold the extracted text from a pointcut body, together with the number of tokens consumed in extracting it.
  • 字段详细资料

    • numTokensConsumed

      private final int numTokensConsumed
    • text

      @Nullable private final String text
  • 构造器详细资料

    • PointcutBody

      public PointcutBody(int tokens, @Nullable String text)