Class CompilerBasedTransformer.CompileResult

  • Enclosing class:
    CompilerBasedTransformer

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

      Constructors 
      Constructor Description
      CompileResult​(java.lang.String source, com.google.common.collect.ImmutableList<JSError> errors, boolean transformed, 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
      • errors

        public final com.google.common.collect.ImmutableList<JSError> errors
      • transformed

        public final boolean transformed
      • sourceMap

        public final java.lang.String sourceMap
    • Constructor Detail

      • CompileResult

        public CompileResult​(java.lang.String source,
                             com.google.common.collect.ImmutableList<JSError> errors,
                             boolean transformed,
                             java.lang.String sourceMap)