Interface FieldContext
- 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.Returns the field 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. -
getJavaField
Field getJavaField()Returns the field that is currently processed
-