Uses of Class
com.google.javascript.jscomp.serialization.SerializationOptions
-
Packages that use SerializationOptions Package Description com.google.javascript.jscomp.serialization -
-
Uses of SerializationOptions in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization that return SerializationOptions Modifier and Type Method Description static SerializationOptionsSerializationOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SerializationOptions[]SerializationOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp.serialization with parameters of type SerializationOptions Modifier and Type Method Description static SerializeTypedAstPassSerializeTypedAstPass. createFromOutputStream(AbstractCompiler c, java.io.OutputStream out, SerializationOptions serializationOptions)Serializes a TypedAst to the given output stream.static SerializeTypedAstPassSerializeTypedAstPass. createFromPath(AbstractCompiler compiler, java.nio.file.Path outputPath, SerializationOptions serializationOptions)Serializes a gzipped TypedAst to the specified outputPathConstructors in com.google.javascript.jscomp.serialization with parameters of type SerializationOptions Constructor Description ConvertTypesToColors(AbstractCompiler compiler, SerializationOptions serializationOptions)
-