| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro.declaration | |
| org.eclipse.xtend.lib.macro.expression | |
| org.eclipse.xtend.lib.macro.services |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Expression |
| Modifier and Type | Method and Description |
|---|---|
Element |
Tracability.getPrimaryGeneratedJavaElement(Element source) |
Element |
Tracability.getPrimarySourceElement(Element target) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemSupport.addError(Element element,
String message)
Adds a problem marker with severity
Problem.Severity#ERROR to the given element |
void |
ProblemSupport.addWarning(Element element,
String message)
Adds a problem marker with severity
Problem.Severity#WARNING to the given element |
Element |
Tracability.getPrimaryGeneratedJavaElement(Element source) |
Element |
Tracability.getPrimarySourceElement(Element target) |
List<? extends Problem> |
ProblemSupport.getProblems(Element element) |
boolean |
Tracability.isExternal(Element element) |
boolean |
Tracability.isGenerated(Element element) |
boolean |
Tracability.isSource(Element element) |
boolean |
Tracability.isThePrimaryGeneratedJavaElement(Element target) |
void |
Associator.setPrimarySourceElement(MutableElement javaElement,
Element sourceElement)
Associates the generate element with the Xtend source code.
|
Copyright © 2015. All Rights Reserved.