Example usage for org.aspectj.weaver IntMap getEnclosingAdvice

List of usage examples for org.aspectj.weaver IntMap getEnclosingAdvice

Introduction

In this page you can find the example usage for org.aspectj.weaver IntMap getEnclosingAdvice.

Prototype

public ShadowMunger getEnclosingAdvice() 

Source Link

Usage

From source file:org.caesarj.compiler.aspectj.CaesarKindedPointcut.java

License:Open Source License

public Pointcut concretize1(ResolvedTypeX inAspect, IntMap bindings) {
    Pointcut ret = new KindedPointcut(kind, signature, bindings.getEnclosingAdvice());
    ret.copyLocationFrom(this);
    return ret;// w ww  .j av  a2 s  .  c o m
}