@Beta public class AccessorsProcessor extends java.lang.Object implements TransformationParticipant<MutableMemberDeclaration>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AccessorsProcessor.Util  | 
| Constructor and Description | 
|---|
AccessorsProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
_transform(MutableClassDeclaration it,
          TransformationContext context)  | 
protected void | 
_transform(MutableFieldDeclaration it,
          TransformationContext context)  | 
void | 
doTransform(java.util.List<? extends MutableMemberDeclaration> elements,
           TransformationContext context)
Invoked by the compiler 
 | 
void | 
transform(MutableMemberDeclaration it,
         TransformationContext context)  | 
public void doTransform(java.util.List<? extends MutableMemberDeclaration> elements, @Extension TransformationContext context)
TransformationParticipantdoTransform in interface TransformationParticipant<MutableMemberDeclaration>elements - the mutable java representation of the annotated elementscontext - a TransformationContext providing useful services.protected void _transform(MutableFieldDeclaration it, @Extension TransformationContext context)
protected void _transform(MutableClassDeclaration it, @Extension TransformationContext context)
public void transform(MutableMemberDeclaration it, TransformationContext context)