Interface MethodContext
- All Superinterfaces:
ClassContext,Context
Context for scanning a single field of a class
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionReturn the parentClassContextto which this context is a descendant.Get the method that is currently processedMethods inherited from interface org.ocpsoft.rewrite.annotation.api.ClassContext
getConfigurationBuilder, getJavaClass, getRuleBuilder, setBaseRuleMethods inherited from interface org.ocpsoft.rewrite.context.Context
clear, containsKey, get, put
-
Method Details
-
getClassContext
ClassContext getClassContext()Return the parentClassContextto which this context is a descendant. -
getJavaMethod
Method getJavaMethod()Get the method that is currently processed
-