Class JavaCompilerState<T>

java.lang.Object
de.monochromata.cucumber.stepdefs.JavaCompilerState<T>

public class JavaCompilerState<T>
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Class<T> clazz  
    T instance  
  • Constructor Summary

    Constructors
    Constructor Description
    JavaCompilerState()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • clazz

      public java.lang.Class<T> clazz
    • instance

      public T instance
  • Constructor Details

    • JavaCompilerState

      public JavaCompilerState()