public class Xtend2ExecutionContext
extends java.lang.Object
| Constructor and Description |
|---|
Xtend2ExecutionContext(org.eclipse.xpand2.XpandExecutionContext legacyContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.CharSequence contents) |
org.eclipse.xpand2.XpandExecutionContext |
getXpandExecutionContext() |
void |
writeFile(java.lang.String outletName,
java.lang.String filename,
java.lang.CharSequence contents) |
public Xtend2ExecutionContext(org.eclipse.xpand2.XpandExecutionContext legacyContext)
public void writeFile(java.lang.String outletName,
java.lang.String filename,
java.lang.CharSequence contents)
public void append(java.lang.CharSequence contents)
public org.eclipse.xpand2.XpandExecutionContext getXpandExecutionContext()