| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstructorProcessor.doGenerateCode(ConstructorDeclaration annotatedConstructor,
CodeGenerationContext context) |
void |
AbstractConstructorProcessor.doRegisterGlobals(ConstructorDeclaration annotatedConstructor,
RegisterGlobalsContext context) |
void |
AbstractConstructorProcessor.doValidate(ConstructorDeclaration annotatedConstructor,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstructorProcessor.doGenerateCode(List<? extends ConstructorDeclaration> annotatedConstructors,
CodeGenerationContext context) |
void |
AbstractConstructorProcessor.doRegisterGlobals(List<? extends ConstructorDeclaration> annotatedConstructors,
RegisterGlobalsContext context) |
void |
AbstractConstructorProcessor.doValidate(List<? extends ConstructorDeclaration> annotatedConstructors,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableConstructorDeclaration
A mutable constructor declaration
|
| Modifier and Type | Method and Description |
|---|---|
ConstructorDeclaration |
TypeDeclaration.findDeclaredConstructor(TypeReference... parameterTypes) |
ConstructorDeclaration |
ResolvedConstructor.getDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ConstructorDeclaration> |
TypeDeclaration.getDeclaredConstructors() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableFieldDeclaration.markAsInitializedBy(ConstructorDeclaration constructorDeclaration)
Indicate that this field is properly initialized by the given constructor.
|
Copyright © 2015. All Rights Reserved.