| Package | Description |
|---|---|
| org.eclipse.xtext.parsetree.reconstr | |
| org.eclipse.xtext.resource | |
| org.eclipse.xtext.serializer | |
| org.eclipse.xtext.serializer.impl |
| Modifier and Type | Method and Description |
|---|---|
SaveOptions |
SerializerOptions.toSaveOptions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IParseTreeConstructor.TreeConstructionReport |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
ITokenStream tokenStream,
SaveOptions options)
Deprecated.
|
String |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
SaveOptions options)
Deprecated.
|
void |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options)
Deprecated.
|
ReplaceRegion |
Serializer.serializeReplacement(org.eclipse.emf.ecore.EObject obj,
SaveOptions options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SaveOptions |
SaveOptions.defaultOptions()
This is equal to
builder().getOptions(). |
SaveOptions |
SaveOptions.Builder.getOptions() |
static SaveOptions |
SaveOptions.getOptions(Map<?,?> saveOptions)
Transparently handles the deprecated options that could be passed as
map-entries to
Resource.save(Map)
and converts them to semantically equal SaveOptions. |
| Modifier and Type | Method and Description |
|---|---|
String |
ISerializer.serialize(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
void |
ISerializer.serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options) |
ReplaceRegion |
ISerializer.serializeReplacement(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
Appendable appendable,
SaveOptions options) |
protected void |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
ITokenStream tokenStream,
SaveOptions options) |
String |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
void |
Serializer.serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options) |
ReplaceRegion |
Serializer.serializeReplacement(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
Copyright © 2015. All Rights Reserved.