@Beta
public class DelegateProcessor
extends java.lang.Object
implements org.eclipse.xtend.lib.macro.TransformationParticipant<org.eclipse.xtend.lib.macro.declaration.MutableMemberDeclaration>
Modifier and Type | Class and Description |
---|---|
static class |
DelegateProcessor.Util |
Constructor and Description |
---|
DelegateProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
doTransform(java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.MutableMemberDeclaration> elements,
org.eclipse.xtend.lib.macro.TransformationContext context) |
public void doTransform(java.util.List<? extends org.eclipse.xtend.lib.macro.declaration.MutableMemberDeclaration> elements, @Extension org.eclipse.xtend.lib.macro.TransformationContext context)
doTransform
in interface org.eclipse.xtend.lib.macro.TransformationParticipant<org.eclipse.xtend.lib.macro.declaration.MutableMemberDeclaration>