| Package | Description |
|---|---|
| org.eclipse.xtext.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorContext |
| 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.