| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.compiler | |
| org.eclipse.xtext.xbase.compiler.output |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringBuilderBasedAppendable |
class |
StringBuilderBasedAppendable |
| Modifier and Type | Method and Description |
|---|---|
IAppendable |
IAppendable.append(CharSequence string) |
IAppendable |
AbstractStringBuilderBasedAppendable.append(CharSequence string) |
IAppendable |
AbstractStringBuilderBasedAppendable.append(Class<?> type) |
IAppendable |
IAppendable.append(JvmType type) |
IAppendable |
AbstractStringBuilderBasedAppendable.append(JvmType type) |
IAppendable |
IAppendable.append(LightweightTypeReference typeRef) |
IAppendable |
AbstractStringBuilderBasedAppendable.append(LightweightTypeReference typeRef) |
IAppendable |
IAppendable.decreaseIndentation() |
IAppendable |
AbstractStringBuilderBasedAppendable.decreaseIndentation() |
IAppendable |
IAppendable.increaseIndentation() |
IAppendable |
AbstractStringBuilderBasedAppendable.increaseIndentation() |
IAppendable |
IAppendable.newLine() |
IAppendable |
AbstractStringBuilderBasedAppendable.newLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeReferenceSerializer.serialize(JvmTypeReference type,
org.eclipse.emf.ecore.EObject context,
IAppendable appendable) |
void |
TypeReferenceSerializer.serialize(JvmTypeReference type,
org.eclipse.emf.ecore.EObject context,
IAppendable appendable,
boolean withoutConstraints,
boolean paramsToWildcard) |
void |
TypeReferenceSerializer.serialize(JvmTypeReference type,
org.eclipse.emf.ecore.EObject context,
IAppendable appendable,
boolean withoutConstraints,
boolean paramsToWildcard,
boolean paramsToObject,
boolean allowPrimitives) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeAppendable
A specialized appendable that can be used to trace the source location
for the written output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorTreeAppendable
A tree appendable capable of serializing broken type references.
|
class |
FakeTreeAppendable |
class |
TreeAppendable |
Copyright © 2015. All Rights Reserved.