| Package | Description |
|---|---|
| org.ocpsoft.rewrite.annotation.api | |
| org.ocpsoft.rewrite.annotation.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldContext
Context for scanning a single field of a class
|
interface |
MethodContext
Context for scanning a single field of a class
|
interface |
ParameterContext
Context for scanning a single field of a class
|
| Modifier and Type | Method and Description |
|---|---|
ClassContext |
ParameterContext.getClassContext()
Return the parent
ClassContext to which this context is a descendant. |
ClassContext |
FieldContext.getClassContext()
Return the parent
ClassContext to which this context is a descendant. |
ClassContext |
MethodContext.getClassContext()
Return the parent
ClassContext to which this context is a descendant. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
FieldAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
ParameterAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
MethodAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
Copyright © 2023 OCPsoft. All rights reserved.