| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.compiler | |
| org.eclipse.xtext.xbase.compiler.output |
| Modifier and Type | Method and Description |
|---|---|
TreeAppendable |
JvmModelGenerator.createAppendable(org.eclipse.emf.ecore.EObject context,
ImportManager importManager,
GeneratorConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorTreeAppendable
A tree appendable capable of serializing broken type references.
|
| Modifier and Type | Method and Description |
|---|---|
TreeAppendable |
TreeAppendable.acceptVisitor(TreeAppendable.Visitor visitor) |
TreeAppendable |
TreeAppendable.append(JvmType type) |
TreeAppendable |
ErrorTreeAppendable.append(JvmType type) |
TreeAppendable |
TreeAppendable.appendUnsafe(String string) |
protected TreeAppendable |
TreeAppendable.createChild(SharedAppendableState state,
ILocationInFileProvider locationProvider,
IJvmModelAssociations jvmModelAssociations,
Set<ILocationData> newData,
boolean useForDebugging) |
protected TreeAppendable |
ErrorTreeAppendable.createChild(SharedAppendableState state,
ILocationInFileProvider locationProvider,
IJvmModelAssociations jvmModelAssociations,
Set<ILocationData> newData,
boolean useForDebugging) |
TreeAppendable |
TreeAppendable.decreaseIndentation() |
TreeAppendable |
TreeAppendable.increaseIndentation() |
TreeAppendable |
TreeAppendable.newLine() |
TreeAppendable |
TreeAppendable.trace(org.eclipse.emf.ecore.EObject object) |
TreeAppendable |
TreeAppendable.trace(org.eclipse.emf.ecore.EObject object,
boolean useForDebugging) |
TreeAppendable |
TreeAppendable.trace(org.eclipse.emf.ecore.EObject object,
ILocationInFileProviderExtension.RegionDescription region,
boolean useForDebugging) |
protected TreeAppendable |
TreeAppendable.trace(Set<ILocationData> newData,
boolean useForDebugging) |
protected TreeAppendable |
TreeAppendable.Visitor.visit(TreeAppendable original)
Manipulate the given appendable or return a new one.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AppendableBasedTraceRegion.hasVisibleChildren(TreeAppendable castedChild) |
protected TreeAppendable |
TreeAppendable.Visitor.visit(TreeAppendable original)
Manipulate the given appendable or return a new one.
|
protected void |
TreeAppendable.Visitor.visitChildren(TreeAppendable parent)
Traverses the children of the given appendable and manipulates it in-place.
|
| Constructor and Description |
|---|
AppendableBasedTraceRegion(AbstractTraceRegion parent,
TreeAppendable delegate,
int offset,
int lineNumber) |
Copyright © 2015. All Rights Reserved.