Uses of Class
com.google.javascript.jscomp.VariableMap
-
Packages that use VariableMap Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of VariableMap in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as VariableMap Modifier and Type Field Description VariableMapResult. namedAnonFunctionMapVariableMapResult. propertyMapVariableMapResult. stringMapVariableMapResult. variableMapMethods in com.google.javascript.jscomp that return VariableMap Modifier and Type Method Description static VariableMapVariableMap. fromBytes(byte[] bytes)Deserializes the variable map from a byte array returned bytoBytes().static VariableMapVariableMap. fromMap(java.util.Map<java.lang.String,java.lang.String> map)Initializes the variable map from an existing map.static VariableMapVariableMap. load(java.lang.String filename)Reads the variable map from a file written viasave(String).Methods in com.google.javascript.jscomp with parameters of type VariableMap Modifier and Type Method Description abstract voidAbstractCompiler. setAnonymousFunctionNameMap(VariableMap functionMap)Sets the naming map for anonymous functionsvoidCompiler. setAnonymousFunctionNameMap(VariableMap functionMap)voidCompilerOptions. setInputAnonymousFunctionNamingMap(VariableMap inputMap)voidCompilerOptions. setInputPropertyMap(VariableMap inputPropertyMap)voidCompilerOptions. setInputVariableMap(VariableMap inputVariableMap)abstract voidAbstractCompiler. setPropertyMap(VariableMap propertyMap)Sets the property renaming mapvoidCompiler. setPropertyMap(VariableMap propertyMap)voidCompilerOptions. setReplaceStringsInputMap(VariableMap serializedMap)abstract voidAbstractCompiler. setStringMap(VariableMap stringMap)Sets the string replacement mapvoidCompiler. setStringMap(VariableMap stringMap)abstract voidAbstractCompiler. setVariableMap(VariableMap variableMap)Sets the variable renaming mapvoidCompiler. setVariableMap(VariableMap variableMap)Constructors in com.google.javascript.jscomp with parameters of type VariableMap Constructor Description ReplacedStringsDecoder(VariableMap variableMap)Result(com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings, VariableMap variableMap, VariableMap propertyMap, VariableMap namedAnonFunctionMap, SourceMap sourceMap, java.lang.String externExport)Deprecated.
-