List of usage examples for org.aspectj.weaver.patterns Pointcut copyLocationFrom
public void copyLocationFrom(PatternNode other)
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;/*from w ww .j a v a 2 s. c o m*/ }