Class BaseTranspiler.CompileResult

  • Enclosing class:
    BaseTranspiler

    public static class BaseTranspiler.CompileResult
    extends java.lang.Object
    The source together with the additional compilation results.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String source  
      java.lang.String sourceMap  
      boolean transpiled  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompileResult​(java.lang.String source, boolean transpiled, java.lang.String sourceMap)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • source

        public final java.lang.String source
      • transpiled

        public final boolean transpiled
      • sourceMap

        public final java.lang.String sourceMap
    • Constructor Detail

      • CompileResult

        public CompileResult​(java.lang.String source,
                             boolean transpiled,
                             java.lang.String sourceMap)