| Package | Description |
|---|---|
| org.eclipse.xtext.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileSystemAccess2
Abstract base class for file system access supporting
IFileSystemAccess2. |
class |
InMemoryFileSystemAccess |
class |
JavaIoFileSystemAccess |
class |
URIBasedFileSystemAccess
A file system access implementation that is based on EMF URIs and URIConverter
|
| Modifier and Type | Method and Description |
|---|---|
protected IFileSystemAccess2 |
GeneratorComponent.getConfiguredFileSystemAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
IGenerator2.afterGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa)
Release any data that is no longer necessary after the generator ran.
|
void |
GeneratorDelegate.afterGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa) |
void |
IGenerator2.beforeGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa)
Before the generation is triggered, the resource or the entire resource set
may be prepared such that no modification will happen while
IGenerator2.doGenerate(Resource, IFileSystemAccess2)
is executed. |
void |
GeneratorDelegate.beforeGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa) |
void |
IGenerator2.doGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa)
Perform the code generation for the given input resource.
|
void |
GeneratorDelegate.doGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa) |
void |
GeneratorDelegate.generate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa) |
Copyright © 2015. All Rights Reserved.