Class JsAst.ParseResult

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JsAst

    public static class JsAst.ParseResult
    extends java.lang.Object
    implements java.io.Serializable
    Simple class to share parse results between compilation jobs
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • errors

        public final com.google.common.collect.ImmutableList<JsAst.RhinoError> errors
      • warnings

        public final com.google.common.collect.ImmutableList<JsAst.RhinoError> warnings