@Beta public class FinalFieldsConstructorProcessor extends Object implements TransformationParticipant<MutableTypeParameterDeclarator>
| Modifier and Type | Class and Description |
|---|---|
static class |
FinalFieldsConstructorProcessor.Util |
| Constructor and Description |
|---|
FinalFieldsConstructorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_transform(MutableClassDeclaration it,
TransformationContext context) |
protected void |
_transform(MutableConstructorDeclaration it,
TransformationContext context) |
void |
doTransform(List<? extends MutableTypeParameterDeclarator> elements,
TransformationContext context) |
void |
transform(MutableTypeParameterDeclarator it,
TransformationContext context) |
public void doTransform(List<? extends MutableTypeParameterDeclarator> elements, @Extension TransformationContext context)
doTransform in interface TransformationParticipant<MutableTypeParameterDeclarator>protected void _transform(MutableClassDeclaration it, @Extension TransformationContext context)
protected void _transform(MutableConstructorDeclaration it, @Extension TransformationContext context)
public void transform(MutableTypeParameterDeclarator it, TransformationContext context)
Copyright © 2015. All Rights Reserved.