| Package | Description |
|---|---|
| org.eclipse.xtext.resource | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Method and Description |
|---|---|
void |
IDerivedStateComputer.discardDerivedState(DerivedStateAwareResource resource)
is called when the resource is updated.
|
void |
IDerivedStateComputer.installDerivedState(DerivedStateAwareResource resource,
boolean preLinkingPhase)
callback to do modifications when and before getContents is called the first time on a resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrammarResource
Resource implementation that instantiates the infered packages as part of the
derived state computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarResource.LinkingTrigger.discardDerivedState(DerivedStateAwareResource resource) |
void |
GrammarResource.LinkingTrigger.installDerivedState(DerivedStateAwareResource resource,
boolean preLinkingPhase) |
Copyright © 2015. All Rights Reserved.