|
rewrite-config-annotations-api 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterContext
Context for scanning a single field of a class
| Method Summary | |
|---|---|
BindingBuilder |
getBindingBuilder()
Returns the BindingBuilder for the current parameter. |
ClassContext |
getClassContext()
Return the parent ClassContext to which this context is a descendant. |
MethodContext |
getMethodContext()
Return the parent MethodContext to which this context is a descendant. |
void |
setBindingBuilder(BindingBuilder bindingBuilder)
Sets the BindingBuilder for the current parameter. |
| Methods inherited from interface org.ocpsoft.rewrite.annotation.api.ClassContext |
|---|
getConfigurationBuilder, getRuleBuilder |
| Methods inherited from interface org.ocpsoft.rewrite.context.Context |
|---|
containsKey, get, put |
| Method Detail |
|---|
void setBindingBuilder(BindingBuilder bindingBuilder)
BindingBuilder for the current parameter. Should be called by annotation handlers after creating
a binding for the parameter.
BindingBuilder getBindingBuilder()
BindingBuilder for the current parameter. May return null if no binding has yet
been created for the parameter.
ClassContext getClassContext()
ClassContext to which this context is a descendant.
MethodContext getMethodContext()
MethodContext to which this context is a descendant.
|
rewrite-config-annotations-api 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||