Serialized Form
Package com.google.javascript.jscomp |
serialVersionUID: 1L
serialVersionUID: 1L
propertyTestFunctions
Set<E> propertyTestFunctions
nextConvention
CodingConvention nextConvention
serialVersionUID: 1L
externsRoot
Node externsRoot
jsRoot
Node jsRoot
externs
List<E> externs
inputs
List<E> inputs
modules
List<E> modules
passConfigState
com.google.javascript.jscomp.PassConfig.State passConfigState
typeRegistry
JSTypeRegistry typeRegistry
lifeCycleStage
com.google.javascript.jscomp.AbstractCompiler.LifeCycleStage lifeCycleStage
serialVersionUID: 1L
module
JSModule module
id
InputId id
ast
SourceAst ast
provides
Set<E> provides
requires
Set<E> requires
generatedDependencyInfoFromSource
boolean generatedDependencyInfoFromSource
errorManager
ErrorManager errorManager
compiler
AbstractCompiler compiler
serialVersionUID: 7L
manageClosureDependencies
boolean manageClosureDependencies
languageIn
CompilerOptions.LanguageMode languageIn
languageOut
CompilerOptions.LanguageMode languageOut
acceptConstKeyword
boolean acceptConstKeyword
assumeStrictThis
boolean assumeStrictThis
ideMode
boolean ideMode
inferTypes
boolean inferTypes
skipAllPasses
boolean skipAllPasses
nameAnonymousFunctionsOnly
boolean nameAnonymousFunctionsOnly
devMode
com.google.javascript.jscomp.CompilerOptions.DevMode devMode
dependencyOptions
DependencyOptions dependencyOptions
checkSymbols
boolean checkSymbols
aggressiveVarCheck
CheckLevel aggressiveVarCheck
checkSuspiciousCode
boolean checkSuspiciousCode
checkControlStructures
boolean checkControlStructures
checkTypes
boolean checkTypes
tightenTypes
boolean tightenTypes
reportMissingOverride
CheckLevel reportMissingOverride
reportUnknownTypes
CheckLevel reportUnknownTypes
checkRequires
CheckLevel checkRequires
checkProvides
CheckLevel checkProvides
checkGlobalNamesLevel
CheckLevel checkGlobalNamesLevel
brokenClosureRequiresLevel
CheckLevel brokenClosureRequiresLevel
checkGlobalThisLevel
CheckLevel checkGlobalThisLevel
checkMissingGetCssNameLevel
CheckLevel checkMissingGetCssNameLevel
checkMissingGetCssNameBlacklist
String checkMissingGetCssNameBlacklist
checkCaja
boolean checkCaja
extraAnnotationNames
Set<E> extraAnnotationNames
foldConstants
boolean foldConstants
deadAssignmentElimination
boolean deadAssignmentElimination
inlineConstantVars
boolean inlineConstantVars
inlineFunctions
boolean inlineFunctions
inlineLocalFunctions
boolean inlineLocalFunctions
assumeClosuresOnlyCaptureReferences
boolean assumeClosuresOnlyCaptureReferences
crossModuleCodeMotion
boolean crossModuleCodeMotion
coalesceVariableNames
boolean coalesceVariableNames
crossModuleMethodMotion
boolean crossModuleMethodMotion
inlineGetters
boolean inlineGetters
inlineVariables
boolean inlineVariables
inlineLocalVariables
boolean inlineLocalVariables
flowSensitiveInlineVariables
boolean flowSensitiveInlineVariables
smartNameRemoval
boolean smartNameRemoval
removeDeadCode
boolean removeDeadCode
checkUnreachableCode
CheckLevel checkUnreachableCode
checkMissingReturn
CheckLevel checkMissingReturn
extractPrototypeMemberDeclarations
boolean extractPrototypeMemberDeclarations
removeUnusedPrototypeProperties
boolean removeUnusedPrototypeProperties
removeUnusedPrototypePropertiesInExterns
boolean removeUnusedPrototypePropertiesInExterns
removeUnusedVars
boolean removeUnusedVars
removeUnusedLocalVars
boolean removeUnusedLocalVars
aliasExternals
boolean aliasExternals
aliasableGlobals
String aliasableGlobals
unaliasableGlobals
String unaliasableGlobals
collapseVariableDeclarations
boolean collapseVariableDeclarations
groupVariableDeclarations
boolean groupVariableDeclarations
collapseAnonymousFunctions
boolean collapseAnonymousFunctions
aliasableStrings
Set<E> aliasableStrings
aliasStringsBlacklist
String aliasStringsBlacklist
aliasAllStrings
boolean aliasAllStrings
outputJsStringUsage
boolean outputJsStringUsage
convertToDottedProperties
boolean convertToDottedProperties
rewriteFunctionExpressions
boolean rewriteFunctionExpressions
optimizeParameters
boolean optimizeParameters
optimizeReturns
boolean optimizeReturns
optimizeCalls
boolean optimizeCalls
optimizeArgumentsArray
boolean optimizeArgumentsArray
chainCalls
boolean chainCalls
variableRenaming
VariableRenamingPolicy variableRenaming
propertyRenaming
PropertyRenamingPolicy propertyRenaming
propertyAffinity
boolean propertyAffinity
labelRenaming
boolean labelRenaming
reserveRawExports
boolean reserveRawExports
shadowVariables
boolean shadowVariables
generatePseudoNames
boolean generatePseudoNames
renamePrefix
String renamePrefix
renamePrefixNamespace
String renamePrefixNamespace
aliasKeywords
boolean aliasKeywords
collapseProperties
boolean collapseProperties
collapseObjectLiterals
boolean collapseObjectLiterals
collapsePropertiesOnExternTypes
boolean collapsePropertiesOnExternTypes
devirtualizePrototypeMethods
boolean devirtualizePrototypeMethods
computeFunctionSideEffects
boolean computeFunctionSideEffects
debugFunctionSideEffectsPath
String debugFunctionSideEffectsPath
disambiguateProperties
boolean disambiguateProperties
ambiguateProperties
boolean ambiguateProperties
anonymousFunctionNaming
AnonymousFunctionNamingPolicy anonymousFunctionNaming
inputVariableMapSerialized
byte[] inputVariableMapSerialized
inputPropertyMapSerialized
byte[] inputPropertyMapSerialized
exportTestFunctions
boolean exportTestFunctions
specializeInitialModule
boolean specializeInitialModule
runtimeTypeCheck
boolean runtimeTypeCheck
runtimeTypeCheckLogFunction
String runtimeTypeCheckLogFunction
codingConvention
CodingConvention codingConvention
ignoreCajaProperties
boolean ignoreCajaProperties
syntheticBlockStartMarker
String syntheticBlockStartMarker
syntheticBlockEndMarker
String syntheticBlockEndMarker
locale
String locale
markAsCompiled
boolean markAsCompiled
removeTryCatchFinally
boolean removeTryCatchFinally
closurePass
boolean closurePass
jqueryPass
boolean jqueryPass
rewriteNewDateGoogNow
boolean rewriteNewDateGoogNow
removeAbstractMethods
boolean removeAbstractMethods
removeClosureAsserts
boolean removeClosureAsserts
gatherCssNames
boolean gatherCssNames
stripTypes
Set<E> stripTypes
stripNameSuffixes
Set<E> stripNameSuffixes
stripNamePrefixes
Set<E> stripNamePrefixes
stripTypePrefixes
Set<E> stripTypePrefixes
markNoSideEffectCalls
boolean markNoSideEffectCalls
defineReplacements
Map<K,V> defineReplacements
tweakProcessing
CompilerOptions.TweakProcessing tweakProcessing
tweakReplacements
Map<K,V> tweakReplacements
moveFunctionDeclarations
boolean moveFunctionDeclarations
instrumentationTemplate
String instrumentationTemplate
appNameStr
String appNameStr
recordFunctionInformation
boolean recordFunctionInformation
generateExports
boolean generateExports
cssRenamingMap
CssRenamingMap cssRenamingMap
processObjectPropertyString
boolean processObjectPropertyString
replaceIdGenerators
boolean replaceIdGenerators
idGenerators
Set<E> idGenerators
replaceStringsFunctionDescriptions
List<E> replaceStringsFunctionDescriptions
replaceStringsPlaceholderToken
String replaceStringsPlaceholderToken
replaceStringsReservedStrings
Set<E> replaceStringsReservedStrings
propertyInvalidationErrors
Map<K,V> propertyInvalidationErrors
transformAMDToCJSModules
boolean transformAMDToCJSModules
processCommonJSModules
boolean processCommonJSModules
commonJSModulePathPrefix
String commonJSModulePathPrefix
prettyPrint
boolean prettyPrint
lineBreak
boolean lineBreak
printInputDelimiter
boolean printInputDelimiter
inputDelimiter
String inputDelimiter
reportPath
String reportPath
tracer
CompilerOptions.TracerMode tracer
colorizeErrorOutput
boolean colorizeErrorOutput
errorFormat
ErrorFormat errorFormat
warningsGuard
ComposeWarningsGuard warningsGuard
summaryDetailLevel
int summaryDetailLevel
lineLengthThreshold
int lineLengthThreshold
externExports
boolean externExports
externExportsPath
String externExportsPath
nameReferenceReportPath
String nameReferenceReportPath
nameReferenceGraphPath
String nameReferenceGraphPath
sourceMapOutputPath
String sourceMapOutputPath
sourceMapDetailLevel
SourceMap.DetailLevel sourceMapDetailLevel
sourceMapFormat
SourceMap.Format sourceMapFormat
sourceMapLocationMappings
List<E> sourceMapLocationMappings
outputCharset
String outputCharset
looseTypes
boolean looseTypes
protectHiddenSideEffects
boolean protectHiddenSideEffects
serialVersionUID: 1L
orderOfAddition
Map<K,V> orderOfAddition
numberOfAdds
int numberOfAdds
guardComparator
Comparator<T> guardComparator
guards
TreeSet<E> guards
serialVersionUID: 1L
sortDependencies
boolean sortDependencies
pruneDependencies
boolean pruneDependencies
dropMoochers
boolean dropMoochers
entryPoints
Set<E> entryPoints
serialVersionUID: 1L
types
Set<E> types
name
String name
serialVersionUID: 1L
group
DiagnosticGroup group
level
CheckLevel level
serialVersionUID: 1L
key
String key
format
MessageFormat format
defaultLevel
CheckLevel defaultLevel
level
CheckLevel level
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
entry_
List<E> entry_
module_
List<E> module_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
id_
int id_
sourceName_
Object sourceName_
lineNumber_
int lineNumber_
moduleName_
Object moduleName_
size_
int size_
name_
Object name_
compiledSource_
Object compiledSource_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
compiledSource_
Object compiledSource_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 1L
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
reportDefined_
Object reportDefined_
reportCall_
Object reportCall_
reportExit_
Object reportExit_
declarationToRemove_
com.google.protobuf.LazyStringList declarationToRemove_
init_
com.google.protobuf.LazyStringList init_
appNameSetter_
Object appNameSetter_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 1L
propertyTestFunctions
Set<E> propertyTestFunctions
prototypeAliases
Set<E> prototypeAliases
serialVersionUID: 1L
fileName
String fileName
root
Node root
serialVersionUID: 1L
name
String name
inputs
List<E> inputs
deps
List<E> deps
depth
int depth
serialVersionUID: 1L
module
JSModule module
dependentModule
JSModule dependentModule
serialVersionUID: 1L
referenced
SourceFile referenced
globalScopeName
String globalScopeName
- The name of the scope to prefix all global variable assignments
with. This assumes that all of the resulting code will be wrapped
in a with (scope) { } wrapper.
serialVersionUID: 1L
paths
String[] paths
showType
ShowByPathWarningsGuard.ShowType showType
serialVersionUID: 1L
fileName
String fileName
isExternFile
boolean isExternFile
originalPath
String originalPath
lineOffsets
int[] lineOffsets
lastOffset
int lastOffset
lastLine
int lastLine
code
String code
serialVersionUID: 1L
references
Map<K,V> references
scope
SymbolTable.SymbolScope scope
propertyScope
SymbolTable.SymbolScope propertyScope
declaration
SymbolTable.Reference declaration
docInfo
JSDocInfo docInfo
docScope
SymbolTable.SymbolScope docScope
serialVersionUID: 1L
inputId
InputId inputId
sourceFile
SourceFile sourceFile
root
Node root
serialVersionUID: 1L
coffeeScriptException
PlovrCoffeeScriptCompilerException coffeeScriptException
serialVersionUID: 1L
soySyntaxException
SoySyntaxException soySyntaxException
plovrSoySyntaxException
PlovrSoySyntaxException plovrSoySyntaxException
serialVersionUID: 1L
input
JsInput input
circularDependency
Collection<E> circularDependency
serialVersionUID: 1L
lineno
int lineno
serialVersionUID: 1L
serialVersionUID: 1L
input
JsInput input
missingProvide
String missingProvide
serialVersionUID: -6236569978296669755L
serialVersionUID: 1L
coffeeScriptCompilerException
CoffeeScriptCompilerException coffeeScriptCompilerException
input
JsInput input
serialVersionUID: 1L
soySyntaxException
SoySyntaxException soySyntaxException
input
JsInput input
lineno
int lineno
charno
int charno