Class CapturingContext

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.CapturingContext

public class CapturingContext extends Object
Global registry of active contexts to be used for capturing in situations that have no AST location nor Scope at hand.
  • Method Details

    • enter

      public static void enter(int start, int end, Scope scope)
    • leave

      public static void leave()
    • maybeCapture

      public static ReferenceBinding maybeCapture(ReferenceBinding type)
    • isActive

      public static boolean isActive()