| Package | Description |
|---|---|
| org.eclipse.xtext | |
| org.eclipse.xtext.debug | |
| org.eclipse.xtext.formatting2 |
Xtext formatting infrastructure since Xtext 2.8.
|
| org.eclipse.xtext.formatting2.regionaccess |
This package contains the
ITextRegionAccess and related classes. |
| org.eclipse.xtext.formatting2.regionaccess.internal | |
| org.eclipse.xtext.linking.lazy | |
| org.eclipse.xtext.nodemodel.impl | |
| org.eclipse.xtext.nodemodel.serialization | |
| org.eclipse.xtext.resource | |
| org.eclipse.xtext.resource.persistence | |
| org.eclipse.xtext.service | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends XtextResource> |
XtextRuntimeModule.bindXtextResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IStratumBreakpointSupport.isValidLineForBreakPoint(XtextResource resource,
int line) |
boolean |
IStratumBreakpointSupport.DefaultImpl.isValidLineForBreakPoint(XtextResource resource,
int line) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFormatter2._format(XtextResource resource,
IFormattableDocument document)
For
resources, assume we want to format the first EObject from the contents list only. |
| Modifier and Type | Method and Description |
|---|---|
XtextResource |
ITextRegionAccess.getResource() |
| Modifier and Type | Method and Description |
|---|---|
TextRegionAccessBuilder |
TextRegionAccessBuilder.forNodeModel(XtextResource resource) |
| Modifier and Type | Method and Description |
|---|---|
XtextResource |
StringBasedRegionAccess.getResource() |
XtextResource |
NodeModelBasedRegionAccess.getResource() |
protected XtextResource |
NodeModelBasedRegionAccessBuilder.getXtextResource() |
| Modifier and Type | Method and Description |
|---|---|
NodeModelBasedRegionAccessBuilder |
NodeModelBasedRegionAccessBuilder.withResource(XtextResource resource) |
| Constructor and Description |
|---|
StringBasedRegionAccess(XtextResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyLinkingResource |
| Constructor and Description |
|---|
SerializableNodeModel(XtextResource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SerializationConversionContext.fillGrammarElementToIdMap(XtextResource r) |
static String |
SerializationUtil.getCompleteContent(XtextResource xr) |
| Constructor and Description |
|---|
DeserializationConversionContext(XtextResource xr,
String completeContent) |
SerializationConversionContext(XtextResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedStateAwareResource
Adds a hook for late initialization to be used to create derived state.
|
| Modifier and Type | Method and Description |
|---|---|
INode |
EObjectAtOffsetHelper.getCrossReferenceNode(XtextResource resource,
ITextRegion region) |
protected org.eclipse.emf.ecore.EObject |
EObjectAtOffsetHelper.internalResolveElementAt(XtextResource resource,
int offset,
boolean containment) |
org.eclipse.emf.ecore.EObject |
EObjectAtOffsetHelper.resolveContainedElementAt(XtextResource resource,
int offset) |
org.eclipse.emf.ecore.EObject |
EObjectAtOffsetHelper.resolveCrossReferencedElementAt(XtextResource resource,
int offset) |
org.eclipse.emf.ecore.EObject |
EObjectAtOffsetHelper.resolveElementAt(XtextResource resource,
int offset) |
| Constructor and Description |
|---|
XtextResourceFactory(com.google.inject.Provider<XtextResource> resourceProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageAwareResource
A resource implementation that can load itself from ResourceStorage.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends XtextResource> |
DefaultRuntimeModule.bindXtextResource() |
| Modifier and Type | Class and Description |
|---|---|
class |
GrammarResource
Resource implementation that instantiates the infered packages as part of the
derived state computation.
|
Copyright © 2015. All Rights Reserved.