Interface MethodContext

All Superinterfaces:
ClassContext, Context

public interface MethodContext extends ClassContext
Context for scanning a single field of a class
Author:
Lincoln Baxter, III
  • Method Details

    • getClassContext

      ClassContext getClassContext()
      Return the parent ClassContext to which this context is a descendant.
    • getJavaMethod

      Method getJavaMethod()
      Get the method that is currently processed