Class TypedAstDeserializer.DeserializedAst
- java.lang.Object
-
- com.google.javascript.jscomp.serialization.TypedAstDeserializer.DeserializedAst
-
- Enclosing class:
- TypedAstDeserializer
public abstract static class TypedAstDeserializer.DeserializedAst extends java.lang.ObjectThe result of deserializing a given TypedAst object
-
-
Constructor Summary
Constructors Constructor Description DeserializedAst()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ColorRegistrygetColorRegistry()abstract com.google.common.collect.ImmutableSet<java.lang.String>getExternProperties()abstract com.google.common.collect.ImmutableMap<InputId,CompilerInput>getInputsById()abstract NodegetRoot()
-
-
-
Method Detail
-
getRoot
public abstract Node getRoot()
-
getColorRegistry
public abstract ColorRegistry getColorRegistry()
-
getInputsById
public abstract com.google.common.collect.ImmutableMap<InputId,CompilerInput> getInputsById()
-
getExternProperties
@Nullable public abstract com.google.common.collect.ImmutableSet<java.lang.String> getExternProperties()
-
-