Interface ParameterContext
- All Superinterfaces:
ClassContext,Context
Context for scanning a single field of a class
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionReturn the parentClassContextto which this context is a descendant.Get the parameter that is currently processedReturn the parentMethodContextto which this context is a descendant.Methods 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. -
getMethodContext
MethodContext getMethodContext()Return the parentMethodContextto which this context is a descendant. -
getJavaParameter
Parameter getJavaParameter()Get the parameter that is currently processed
-