public abstract class AbstractContextMapGenerator
extends org.eclipse.xtext.generator.AbstractGenerator
Modifier and Type | Field and Description |
---|---|
protected ContextMappingModel |
contextMappingModel |
Constructor and Description |
---|
AbstractContextMapGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
doGenerate(org.eclipse.emf.ecore.resource.Resource resource,
org.eclipse.xtext.generator.IFileSystemAccess2 fsa,
org.eclipse.xtext.generator.IGeneratorContext context) |
protected abstract void |
generateFromContextMap(ContextMap contextmap,
org.eclipse.xtext.generator.IFileSystemAccess2 fsa,
org.eclipse.emf.common.util.URI inputFileURI) |
protected ContextMappingModel contextMappingModel
public void doGenerate(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, org.eclipse.xtext.generator.IGeneratorContext context)
protected abstract void generateFromContextMap(ContextMap contextmap, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, org.eclipse.emf.common.util.URI inputFileURI)