Class MetricDSLGenerator

java.lang.Object
org.somox.metrics.dsl.generator.MetricDSLGenerator
All Implemented Interfaces:
org.eclipse.xtext.generator.IGenerator

public class MetricDSLGenerator extends Object implements org.eclipse.xtext.generator.IGenerator
Generates code from your model files on save. see http://www.eclipse.org/Xtext/documentation.html#TutorialCodeGeneration
  • 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGenerate(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 Details

    • MetricDSLGenerator

      public MetricDSLGenerator()
  • Method Details

    • doGenerate

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