Class LiteralEmitter

  • All Implemented Interfaces:
    CodeEmitter<java.lang.Object>

    public class LiteralEmitter
    extends java.lang.Object
    implements CodeEmitter<java.lang.Object>
    Generates code for simple Java types.
    • Constructor Summary

      Constructors 
      Constructor Description
      LiteralEmitter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String emitCode​(@NotNull CodeGenerationContext context, @NotNull java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait