|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.google.debugging.sourcemap |
---|
Class com.google.debugging.sourcemap.SourceMapParseException extends Exception implements Serializable |
---|
Package com.google.debugging.sourcemap.proto |
---|
Class com.google.debugging.sourcemap.proto.Mapping.LineMapping extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int bitField0_
int lineNumber_
int columnPosition_
Mapping.OriginalMapping originalMapping_
byte memoizedIsInitialized
int memoizedSerializedSize
Class com.google.debugging.sourcemap.proto.Mapping.OriginalMapping extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int bitField0_
Object originalFile_
int lineNumber_
int columnPosition_
Object identifier_
byte memoizedIsInitialized
int memoizedSerializedSize
Package com.google.javascript.jscomp |
---|
Class com.google.javascript.jscomp.AbstractCommandLineRunner.FlagUsageException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.jscomp.ClosureCodingConvention extends CodingConventions.Proxy implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> propertyTestFunctions
Class com.google.javascript.jscomp.CodingConventions.Proxy extends Object implements Serializable |
---|
Serialized Fields |
---|
CodingConvention nextConvention
Class com.google.javascript.jscomp.Compiler.IntermediateState extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Node externsRoot
Node jsRoot
List<E> externs
List<E> inputs
List<E> modules
com.google.javascript.jscomp.PassConfig.State passConfigState
JSTypeRegistry typeRegistry
com.google.javascript.jscomp.AbstractCompiler.LifeCycleStage lifeCycleStage
Map<K,V> injectedLibraries
Class com.google.javascript.jscomp.CompilerInput extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JSModule module
InputId id
SourceAst ast
Set<E> provides
Set<E> requires
boolean generatedDependencyInfoFromSource
Class com.google.javascript.jscomp.CompilerOptions extends Object implements Serializable |
---|
serialVersionUID: 7L
Serialized Fields |
---|
boolean manageClosureDependencies
CompilerOptions.LanguageMode languageIn
CompilerOptions.LanguageMode languageOut
CompilerOptions.languageIn
.
boolean acceptConstKeyword
boolean assumeStrictThis
boolean ideMode
CustomPassExecutionTime.BEFORE_OPTIMIZATIONS
boolean inferTypes
boolean skipAllPasses
boolean nameAnonymousFunctionsOnly
com.google.javascript.jscomp.CompilerOptions.DevMode devMode
DependencyOptions dependencyOptions
boolean checkSymbols
CheckLevel aggressiveVarCheck
boolean checkSuspiciousCode
boolean checkControlStructures
boolean checkTypes
boolean tightenTypes
CheckLevel reportMissingOverride
CheckLevel reportUnknownTypes
CheckLevel checkRequires
CheckLevel checkProvides
CheckLevel checkGlobalNamesLevel
CheckLevel brokenClosureRequiresLevel
CheckLevel checkGlobalThisLevel
CheckLevel checkMissingGetCssNameLevel
String checkMissingGetCssNameBlacklist
boolean checkCaja
Set<E> extraAnnotationNames
boolean foldConstants
boolean deadAssignmentElimination
boolean inlineConstantVars
boolean inlineFunctions
boolean inlineLocalFunctions
boolean assumeClosuresOnlyCaptureReferences
boolean crossModuleCodeMotion
boolean coalesceVariableNames
boolean crossModuleMethodMotion
boolean inlineGetters
boolean inlineVariables
boolean inlineLocalVariables
boolean flowSensitiveInlineVariables
boolean smartNameRemoval
boolean removeDeadCode
CheckLevel checkUnreachableCode
CheckLevel checkMissingReturn
boolean extractPrototypeMemberDeclarations
boolean removeUnusedPrototypeProperties
boolean removeUnusedPrototypePropertiesInExterns
boolean removeUnusedVars
boolean removeUnusedLocalVars
boolean aliasExternals
String aliasableGlobals
String unaliasableGlobals
boolean collapseVariableDeclarations
boolean groupVariableDeclarations
boolean collapseAnonymousFunctions
Set<E> aliasableStrings
String aliasStringsBlacklist
boolean aliasAllStrings
boolean outputJsStringUsage
boolean convertToDottedProperties
boolean rewriteFunctionExpressions
boolean optimizeParameters
boolean optimizeReturns
boolean optimizeCalls
boolean optimizeArgumentsArray
boolean chainCalls
VariableRenamingPolicy variableRenaming
PropertyRenamingPolicy propertyRenaming
boolean propertyAffinity
boolean labelRenaming
boolean reserveRawExports
boolean shadowVariables
boolean generatePseudoNames
String renamePrefix
String renamePrefixNamespace
boolean aliasKeywords
boolean collapseProperties
boolean collapseObjectLiterals
boolean collapsePropertiesOnExternTypes
boolean devirtualizePrototypeMethods
boolean computeFunctionSideEffects
String debugFunctionSideEffectsPath
boolean disambiguateProperties
boolean ambiguateProperties
AnonymousFunctionNamingPolicy anonymousFunctionNaming
byte[] inputVariableMapSerialized
byte[] inputPropertyMapSerialized
boolean exportTestFunctions
boolean specializeInitialModule
boolean runtimeTypeCheck
String runtimeTypeCheckLogFunction
CodingConvention codingConvention
boolean ignoreCajaProperties
String syntheticBlockStartMarker
String syntheticBlockEndMarker
String locale
boolean markAsCompiled
boolean removeTryCatchFinally
boolean closurePass
boolean jqueryPass
boolean rewriteNewDateGoogNow
boolean removeAbstractMethods
boolean removeClosureAsserts
boolean gatherCssNames
Set<E> stripTypes
Set<E> stripNameSuffixes
Set<E> stripNamePrefixes
Set<E> stripTypePrefixes
boolean markNoSideEffectCalls
Map<K,V> defineReplacements
CompilerOptions.TweakProcessing tweakProcessing
Map<K,V> tweakReplacements
boolean moveFunctionDeclarations
String instrumentationTemplate
String appNameStr
boolean recordFunctionInformation
boolean generateExports
CssRenamingMap cssRenamingMap
boolean processObjectPropertyString
boolean replaceIdGenerators
Set<E> idGenerators
List<E> replaceStringsFunctionDescriptions
String replaceStringsPlaceholderToken
Set<E> replaceStringsReservedStrings
Map<K,V> propertyInvalidationErrors
boolean transformAMDToCJSModules
boolean processCommonJSModules
String commonJSModulePathPrefix
boolean prettyPrint
boolean lineBreak
boolean preferLineBreakAtEndOfFile
boolean printInputDelimiter
String inputDelimiter
String reportPath
CompilerOptions.TracerMode tracer
boolean colorizeErrorOutput
ErrorFormat errorFormat
ComposeWarningsGuard warningsGuard
int summaryDetailLevel
int lineLengthThreshold
boolean externExports
Result
after
compilation. This is implicitly true if CompilerOptions.externExportsPath
is set.
String externExportsPath
String nameReferenceReportPath
String nameReferenceGraphPath
String sourceMapOutputPath
SourceMap.DetailLevel sourceMapDetailLevel
SourceMap.Format sourceMapFormat
List<E> sourceMapLocationMappings
String outputCharset
boolean looseTypes
boolean protectHiddenSideEffects
Class com.google.javascript.jscomp.ComposeWarningsGuard extends WarningsGuard implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> orderOfAddition
int numberOfAdds
Comparator<T> guardComparator
TreeSet<E> guards
Class com.google.javascript.jscomp.DependencyOptions extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean sortDependencies
boolean pruneDependencies
boolean dropMoochers
Set<E> entryPoints
Class com.google.javascript.jscomp.DiagnosticGroup extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> types
String name
Class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard extends WarningsGuard implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
DiagnosticGroup group
CheckLevel level
Class com.google.javascript.jscomp.DiagnosticType extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String key
MessageFormat format
CheckLevel defaultLevel
CheckLevel level
Class com.google.javascript.jscomp.FunctionInformationMap extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
List<E> entry_
List<E> module_
byte memoizedIsInitialized
int memoizedSerializedSize
Class com.google.javascript.jscomp.FunctionInformationMap.Entry extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int bitField0_
int id_
Object sourceName_
int lineNumber_
Object moduleName_
int size_
Object name_
Object compiledSource_
byte memoizedIsInitialized
int memoizedSerializedSize
Class com.google.javascript.jscomp.FunctionInformationMap.Module extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int bitField0_
Object name_
Object compiledSource_
byte memoizedIsInitialized
int memoizedSerializedSize
Class com.google.javascript.jscomp.GoogleCodingConvention extends CodingConventions.Proxy implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.jscomp.Instrumentation extends com.google.protobuf.GeneratedMessage implements Serializable |
---|
serialVersionUID: 0L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int bitField0_
Object reportDefined_
Object reportCall_
Object reportExit_
com.google.protobuf.LazyStringList declarationToRemove_
com.google.protobuf.LazyStringList init_
Object appNameSetter_
byte memoizedIsInitialized
int memoizedSerializedSize
Class com.google.javascript.jscomp.JqueryCodingConvention extends CodingConventions.Proxy implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> propertyTestFunctions
Set<E> prototypeAliases
Class com.google.javascript.jscomp.JsAst extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String fileName
Node root
Class com.google.javascript.jscomp.JSModule extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
List<E> inputs
List<E> deps
int depth
Class com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JSModule module
JSModule dependentModule
Class com.google.javascript.jscomp.JSSourceFile extends SourceFile implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
SourceFile referenced
Class com.google.javascript.jscomp.ShowByPathWarningsGuard extends WarningsGuard implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String[] paths
ShowByPathWarningsGuard.ShowType showType
Class com.google.javascript.jscomp.SourceFile extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String fileName
boolean isExternFile
String originalPath
int[] lineOffsets
int lastOffset
int lastLine
String code
Class com.google.javascript.jscomp.StrictWarningsGuard extends WarningsGuard implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.jscomp.SymbolTable.Symbol extends SimpleSlot implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> references
SymbolTable.SymbolScope scope
SymbolTable.SymbolScope propertyScope
SymbolTable.Reference declaration
JSDocInfo docInfo
SymbolTable.SymbolScope docScope
Class com.google.javascript.jscomp.SyntheticAst extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
InputId inputId
SourceFile sourceFile
Node root
Class com.google.javascript.jscomp.WarningsGuard extends Object implements Serializable |
---|
Class com.google.javascript.jscomp.WhitelistWarningsGuard extends WarningsGuard implements Serializable |
---|
Serialized Fields |
---|
Set<E> whiteList
formatWarning
.
Package com.google.javascript.jscomp.deps |
---|
Class com.google.javascript.jscomp.deps.SortedDependencies.CircularDependencyException extends Exception implements Serializable |
---|
Class com.google.javascript.jscomp.deps.SortedDependencies.MissingProvideException extends Exception implements Serializable |
---|
Package com.google.javascript.jscomp.graph |
---|
Class com.google.javascript.jscomp.graph.StandardUnionFind extends Object implements Serializable |
---|
serialVersionUID: -1L
Serialized Fields |
---|
Map<K,V> elmap
Package com.google.javascript.jscomp.jsonml |
---|
Class com.google.javascript.jscomp.jsonml.JsonMLAst extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JsonML jsonml
Node root
SourceFile sourceFile
InputId inputId
Package com.google.javascript.rhino |
---|
Class com.google.javascript.rhino.InputId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String id
Class com.google.javascript.rhino.JSDocInfo extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
com.google.javascript.rhino.JSDocInfo.LazilyInitializedInfo info
com.google.javascript.rhino.JSDocInfo.LazilyInitializedDocumentation documentation
Node associatedNode
JSDocInfo.Visibility visibility
int bitset
JSDocInfo.isConstant()
, JSDocInfo.isConstructor()
, JSDocInfo.isInterface()
,
JSDocInfo.isHidden()
and JSDocInfo.shouldPreserveTry()
flags as well as
whether the JSDocInfo.type
field stores a value for JSDocInfo.getType()
,
JSDocInfo.getReturnType()
or JSDocInfo.getEnumParameterType()
.
JSDocInfo.setFlag(boolean, int)
,
JSDocInfo.getFlag(int)
,
JSDocInfo.setType(JSTypeExpression, int)
,
JSDocInfo.getType(int)
JSTypeExpression type
JSDocInfo.getType()
, JSDocInfo.getReturnType()
or
JSDocInfo.getEnumParameterType()
. The knowledge of which one is recorded is
stored in the JSDocInfo.bitset
field.
JSDocInfo.setType(JSTypeExpression, int)
,
JSDocInfo.getType(int)
JSTypeExpression thisType
JSDocInfo.getThisType()
.
boolean includeDocumentation
JSDocInfo.LazilyInitializedDocumentation
Class com.google.javascript.rhino.JSTypeExpression extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Node root
String sourceName
Class com.google.javascript.rhino.Node extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int type
Node next
Node first
Node last
com.google.javascript.rhino.Node.PropListItem propListHead
int sourcePosition
JSType jsType
Node parent
Package com.google.javascript.rhino.jstype |
---|
Class com.google.javascript.rhino.jstype.AllType extends JSType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.BooleanType extends com.google.javascript.rhino.jstype.ValueType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.EnumElementType extends ObjectType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JSType primitiveType
LOCAL_CODES
enum
var LOCAL_CODES = {A: 3, B: 9, C: 8}the primitive type of the the constants is
number
.
ObjectType primitiveObjectType
String name
Class com.google.javascript.rhino.jstype.EnumType extends com.google.javascript.rhino.jstype.PrototypeObjectType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Node source
null
.
EnumElementType elementsType
Set<E> elements
Class com.google.javascript.rhino.jstype.FunctionType extends com.google.javascript.rhino.jstype.PrototypeObjectType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
com.google.javascript.rhino.jstype.ArrowType call
[[Call]]
property.
ObjectType.Property prototypeSlot
prototype
property. This field is lazily initialized by
#getPrototype()
. The most important reason for lazily
initializing this field is that there are cycles in the native types
graph, so some prototypes must temporarily be null
during
the construction of the graph.
If non-null, the type must be a PrototypeObjectType.
com.google.javascript.rhino.jstype.FunctionType.Kind kind
ObjectType typeOfThis
this
in the scope of this function.
Node source
null
.
List<E> implementedInterfaces
null
.
List<E> extendedInterfaces
null
.
List<E> subTypes
null
.
String templateTypeName
null
.
Class com.google.javascript.rhino.jstype.JSType extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean resolved
JSType resolveResult
JSTypeRegistry registry
Class com.google.javascript.rhino.jstype.JSTypeRegistry extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JSType[] nativeTypes
Map<K,V> namesToTypes
Set<E> namespaces
Set<E> nonNullableTypeNames
Set<E> forwardDeclaredTypes
Map<K,V> typesIndexedByProperty
Map<K,V> eachRefTypeIndexedByProperty
Map<K,V> greatestSubtypeByProperty
com.google.common.collect.Multimap<K,V> interfaceToImplementors
com.google.common.collect.Multimap<K,V> unresolvedNamedTypes
com.google.common.collect.Multimap<K,V> resolvedNamedTypes
boolean lastGeneration
String templateTypeName
TemplateType templateType
boolean tolerateUndefinedValues
JSTypeRegistry.ResolveMode resolveMode
Class com.google.javascript.rhino.jstype.NoObjectType extends FunctionType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.NoType extends NoObjectType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.NullType extends com.google.javascript.rhino.jstype.ValueType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.NumberType extends com.google.javascript.rhino.jstype.ValueType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.ObjectType extends JSType implements Serializable |
---|
Serialized Fields |
---|
boolean visited
JSDocInfo docInfo
boolean unknown
Class com.google.javascript.rhino.jstype.ObjectType.Property extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
JSType type
boolean inferred
Node propertyNode
JSDocInfo docInfo
Class com.google.javascript.rhino.jstype.SimpleSlot extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
JSType type
boolean inferred
Class com.google.javascript.rhino.jstype.StringType extends com.google.javascript.rhino.jstype.ValueType implements Serializable |
---|
serialVersionUID: 1L
Class com.google.javascript.rhino.jstype.TemplateType extends com.google.javascript.rhino.jstype.ProxyObjectType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
Class com.google.javascript.rhino.jstype.UnionType extends JSType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Collection<E> alternates
int hashcode
Class com.google.javascript.rhino.jstype.UnknownType extends ObjectType implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean isChecked
Class com.google.javascript.rhino.jstype.VoidType extends com.google.javascript.rhino.jstype.ValueType implements Serializable |
---|
serialVersionUID: 1L
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |