Class TypedAstDeserializer.DeserializedAst

  • Enclosing class:
    TypedAstDeserializer

    public abstract static class TypedAstDeserializer.DeserializedAst
    extends java.lang.Object
    The result of deserializing a given TypedAst object
    • Constructor Detail

      • DeserializedAst

        public DeserializedAst()
    • Method Detail

      • getRoot

        public abstract Node getRoot()
      • getColorRegistry

        public abstract ColorRegistry getColorRegistry()
      • getInputsById

        public abstract com.google.common.collect.ImmutableMap<InputId,​CompilerInput> getInputsById()