| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExecutableDeclaration.getBody() |
Expression |
AnnotationTypeElementDeclaration.getDefaultValueExpression() |
Expression |
AnnotationReference.getExpression(String name)
Returns the expression for the given annotation property.
|
Expression |
FieldDeclaration.getInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableExecutableDeclaration.setBody(Expression body)
Setting an expression will alter the scope of it accordingly.
|
void |
MutableFieldDeclaration.setInitializer(Expression initializer)
sets the 'initializer' expression of this field declaration.
|
Copyright © 2015. All Rights Reserved.