| 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,
IGeneratorContext context)
Release any data that is no longer necessary after the generator ran.
|
void |
GeneratorDelegate.afterGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
void |
AbstractGenerator.afterGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
void |
IGenerator2.beforeGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context)
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, IGeneratorContext)
is executed. |
void |
GeneratorDelegate.beforeGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
void |
AbstractGenerator.beforeGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
void |
IGenerator2.doGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context)
Perform the code generation for the given input resource.
|
void |
GeneratorDelegate.doGenerate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
void |
GeneratorDelegate.generate(org.eclipse.emf.ecore.resource.Resource input,
IFileSystemAccess2 fsa,
IGeneratorContext context) |
Copyright © 2015. All Rights Reserved.