| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstructorProcessor.doTransform(MutableConstructorDeclaration annotatedConstructor,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstructorProcessor.doTransform(List<? extends MutableConstructorDeclaration> annotatedConstructors,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MutableConstructorDeclaration |
MutableTypeDeclaration.addConstructor(Procedures.Procedure1<MutableConstructorDeclaration> initializer)
Adds a new constructor to this type declaration.
|
MutableConstructorDeclaration |
MutableTypeDeclaration.findDeclaredConstructor(TypeReference... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends MutableConstructorDeclaration> |
MutableTypeDeclaration.getDeclaredConstructors() |
| Modifier and Type | Method and Description |
|---|---|
MutableConstructorDeclaration |
MutableTypeDeclaration.addConstructor(Procedures.Procedure1<MutableConstructorDeclaration> initializer)
Adds a new constructor to this type declaration.
|
Copyright © 2015. All Rights Reserved.