org.eclipse.xtext.generator
Interface IGenerator

All Known Implementing Classes:
JvmModelGenerator

public interface IGenerator

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 void doGenerate(org.eclipse.emf.ecore.resource.Resource input, IFileSystemAccess fsa)
           
 

Method Detail

doGenerate

void doGenerate(org.eclipse.emf.ecore.resource.Resource input,
                IFileSystemAccess fsa)
Parameters:
input - - the input for which to generate resources
fsa - - file system access to be used to generate files