Class DSLGenerator

  • All Implemented Interfaces:
    org.eclipse.xtext.generator.IGenerator

    public class DSLGenerator
    extends java.lang.Object
    implements org.eclipse.xtext.generator.IGenerator
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.generator.IGenerator

        org.eclipse.xtext.generator.IGenerator.NullGenerator
    • Constructor Summary

      Constructors 
      Constructor Description
      DSLGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doGenerate​(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess fsa)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DSLGenerator

        public DSLGenerator()
    • Method Detail

      • doGenerate

        public void doGenerate​(org.eclipse.emf.ecore.resource.Resource resource,
                               org.eclipse.xtext.generator.IFileSystemAccess fsa)
        Specified by:
        doGenerate in interface org.eclipse.xtext.generator.IGenerator