Package org.eclipse.xtext.generator
Class IGenerator.NullGenerator
- java.lang.Object
-
- org.eclipse.xtext.generator.IGenerator.NullGenerator
-
- All Implemented Interfaces:
IGenerator
- Enclosing interface:
- IGenerator
public static class IGenerator.NullGenerator extends java.lang.Object implements IGenerator
- Since:
- 2.4
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.generator.IGenerator
IGenerator.NullGenerator
-
-
Constructor Summary
Constructors Constructor Description NullGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGenerate(org.eclipse.emf.ecore.resource.Resource input, IFileSystemAccess fsa)
-
-
-
Method Detail
-
doGenerate
public void doGenerate(org.eclipse.emf.ecore.resource.Resource input, IFileSystemAccess fsa)- Specified by:
doGeneratein interfaceIGenerator- Parameters:
input- the input for which to generate resourcesfsa- file system access to be used to generate files
-
-