Class TypedAstDeserializer


  • @GwtIncompatible("protobuf.lite")
    public final class TypedAstDeserializer
    extends java.lang.Object
    Class that deserializes a TypedAst proto into the JSCompiler AST structure.

    NOTE: This is a work in progress, and incomplete.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TypedAstDeserializer.DeserializedAst deserialize​(com.google.javascript.jscomp.serialization.TypedAst typedAst)
      Transforms a given TypedAst object into a compiler AST (represented as a IR.root node)
      • Methods inherited from class java.lang.Object

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

      • deserialize

        public static TypedAstDeserializer.DeserializedAst deserialize​(com.google.javascript.jscomp.serialization.TypedAst typedAst)
        Transforms a given TypedAst object into a compiler AST (represented as a IR.root node)