- Cache(Node, Node, Node, Node) - Constructor for class com.google.javascript.jscomp.CodingConvention.Cache
-
- CachedTransformer - Class in com.google.javascript.jscomp.bundle
-
A Transformer that caches output from a delegate transformer.
- CachedTransformer(Source.Transformer, CacheBuilder<? super Source, ? super Source>) - Constructor for class com.google.javascript.jscomp.bundle.CachedTransformer
-
- CachedTransformer(Source.Transformer, String) - Constructor for class com.google.javascript.jscomp.bundle.CachedTransformer
-
- CachedTransformer(Source.Transformer) - Constructor for class com.google.javascript.jscomp.bundle.CachedTransformer
-
- caching() - Method in class com.google.javascript.jscomp.transpile.TranspilerBuilder
-
Returns a TranspilerBuilder with cached transpilations, using the default
cache settings (maximum size of 10,000).
- caching(String) - Method in class com.google.javascript.jscomp.transpile.TranspilerBuilder
-
Returns a TranspilerBuilder with cached transpilations, using the given cache spec.
- caching(CacheBuilder) - Method in class com.google.javascript.jscomp.transpile.TranspilerBuilder
-
Returns a TranspilerBuilder with cached transpilations, using the given cache builder.
- CachingTranspiler - Class in com.google.javascript.jscomp.transpile
-
A transpiler implementation that delegates to a lower-level
implementation on a cache miss.
- CachingTranspiler(Transpiler, CacheBuilder<Object, ? super TranspileResult>) - Constructor for class com.google.javascript.jscomp.transpile.CachingTranspiler
-
- call(Node, Node...) - Static method in class com.google.javascript.rhino.IR
-
- CallExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- CallExpressionTree(SourceRange, ParseTree, ArgumentListTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CallExpressionTree
-
- CallSignatureTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
Represents an callable or newable object in TypeScript.
- CallSignatureTree(SourceRange, boolean, GenericTypeListTree, FormalParameterListTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
-
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.JSType
-
This predicate is used to test whether a given type can be used as the
'function' in a function call.
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- canBeCalled() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- canCastTo(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether values of this
type can be safely assigned
to values of that
type.
- canMergeBlock(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
A check inside a block to see if there are const, let, class, or function declarations
to be safe and not hoist them into the upper block.
- canonicalizePath(String, String) - Method in class com.google.javascript.jscomp.deps.ModuleResolver
-
Normalizes a module path reference.
- canPropertyBeDefined(JSType, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Returns whether the given property can possibly be set on the given type.
- canReturnNull(ControlFlowGraph<Node>) - Static method in class com.google.javascript.jscomp.lint.CheckNullableReturn
-
- canTestForEqualityWith(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this
and that
are meaningfully
comparable.
- canTestForShallowEqualityWith(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this
and that
are meaningfully
comparable using shallow comparison.
- CASE_SENSITIVE - Static variable in class com.google.javascript.jscomp.regex.CaseCanonicalize
-
Set of code units that are case-insensitively equivalent to some other
code unit according to the EcmaScript
Canonicalize operation
described in section 15.10.2.8.
- caseAllType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseAllType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
All type's case.
- caseBooleanType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseBooleanType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Boolean value type's case.
- CaseCanonicalize - Class in com.google.javascript.jscomp.regex
-
Implements the ECMAScript 5
Canonicalize operation
used to specify how case-insensitive regular expressions match.
- caseCanonicalize(String) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
-
Returns the case canonical version of the given string.
- caseCanonicalize(char) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
-
Returns the case canonical version of the given code-unit.
- caseClauses - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SwitchStatementTree
-
- CaseClauseTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- CaseClauseTree(SourceRange, ParseTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CaseClauseTree
-
- caseEnumElementType(EnumElementType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseEnumElementType(EnumElementType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Enum element type's case.
- caseFunctionType(FunctionType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseFunctionType(FunctionType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Function type's case.
- caseNamedType(NamedType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseNamedType(NamedType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Named type's case.
- caseNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- caseNoObjectType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseNoObjectType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Bottom Object type's case.
- caseNoType(NoType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseNoType(NoType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Bottom type's case.
- caseNullType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseNullType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Null type's case.
- caseNumberType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseNumberType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Number value type's case.
- caseObjectType(ObjectType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseObjectType(ObjectType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Object type's case.
- caseProxyObjectType(ProxyObjectType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseProxyObjectType(ProxyObjectType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Proxy type's case.
- caseStringType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseStringType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
String value type's case.
- caseSymbolType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseSymbolType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Symbol value type's case.
- caseTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMapReplacer
-
- caseTemplateType(TemplateType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Template type's case.
- caseTemplatizedType(TemplatizedType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseTemplatizedType(TemplatizedType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Templatized type's case.
- caseUnionType(UnionType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseUnionType(UnionType) - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Union type's case.
- caseUnknownType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseUnknownType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Unknown type's case.
- caseVoidType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
-
- caseVoidType() - Method in interface com.google.javascript.rhino.jstype.Visitor
-
Void type's case.
- cast(Node, JSDocInfo) - Static method in class com.google.javascript.rhino.IR
-
- cast(JSType) - Static method in class com.google.javascript.rhino.jstype.ObjectType
-
A null-safe version of JSType#toObjectType.
- catchBlock - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TryStatementTree
-
- catchBody - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CatchTree
-
- catchNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- CatchTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- CatchTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CatchTree
-
- ChainableReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
-
Chainable reverse abstract interpreter providing basic functionality.
- ChainableReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Constructs an interpreter, which is the only link in a chain.
- CHANGE_TIME - Static variable in class com.google.javascript.rhino.Node
-
- changeBaseType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Changes a base type, even if one has already been set on currentInfo.
- changeJsDocType(Node, AbstractCompiler, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
Changes the JS Doc Type of the given node.
- changes - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
-
- ChangeVerifier - Class in com.google.javascript.jscomp
-
A Class to assist in AST change tracking verification.
- charAt(int) - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
-
- check(NodeTraversal, Node) - Method in interface com.google.javascript.jscomp.CheckConformance.Rule
-
Perform conformance check
- check(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
-
- CHECK_CONST_PARAMS - Static variable in class com.google.javascript.jscomp.PassNames
-
- CHECK_EVENTFUL_OBJECT_DISPOSAL - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
Deprecated.
- CHECK_REG_EXP - Static variable in class com.google.javascript.jscomp.PassNames
-
- CHECK_REGEXP - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CHECK_TYPES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CHECK_TYPES - Static variable in class com.google.javascript.jscomp.PassNames
-
- CHECK_USELESS_CODE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CHECK_VARIABLE_REFERENCES - Static variable in class com.google.javascript.jscomp.PassNames
-
- CHECK_VARIABLES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CHECK_VARS - Static variable in class com.google.javascript.jscomp.PassNames
-
- CheckArrayWithGoogObject - Class in com.google.javascript.jscomp.lint
-
Lints against passing arrays to goog.object methods with the intention of
iterating over them as though with a for-in loop, which is discouraged with
arrays.
- CheckArrayWithGoogObject(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckArrayWithGoogObject
-
- CheckConformance - Class in com.google.javascript.jscomp
-
Provides a framework for checking code against a set of user configured conformance rules.
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanCreateDom
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanCreateElement
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanExpose
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanForOf
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanGlobalVars
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanNullDeref
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanThrowOfNonErrorTypes
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownDirectThisPropsReferences
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownThis
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownTypedClassPropsReferences
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnresolvedType
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.RequireFileoverviewVisibility
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.RequireUseStrict
-
- checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.StrictBanUnresolvedType
-
- CheckConformance.InvalidRequirementSpec - Exception in com.google.javascript.jscomp
-
- CheckConformance.Rule - Interface in com.google.javascript.jscomp
-
- CheckDuplicateCase - Class in com.google.javascript.jscomp.lint
-
Check for duplicate case labels in a switch statement
Eg:
switch (foo) {
case 1:
case 1:
}
This is normally an indication of a programmer error.
- CheckDuplicateCase(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckDuplicateCase
-
- CheckEmptyStatements - Class in com.google.javascript.jscomp.lint
-
Check for empty statements (i.e.
- CheckEmptyStatements(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEmptyStatements
-
- CheckEnums - Class in com.google.javascript.jscomp.lint
-
Check for duplicate values in enums.
- CheckEnums(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEnums
-
- checkEquivalenceHelper(TemplateTypeMap, EquivalenceMethod, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
Determines if this map and the specified map have equivalent template
types.
- checkEquivalenceHelper(TemplateTypeMap, EquivalenceMethod, JSType.EqCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
- CheckEs6ModuleFileStructure - Class in com.google.javascript.jscomp.lint
-
Checks the file structure of ES6 modules.
- CheckEs6ModuleFileStructure(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEs6ModuleFileStructure
-
- CheckEs6Modules - Class in com.google.javascript.jscomp.lint
-
Miscellaneous checks for style in ES6 modules.
- CheckEs6Modules(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEs6Modules
-
- checkExtendsLoop() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
check if there is a loop in the type extends chain
- checkForCallingConventionDefinitions(Node, Map<String, String>) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks for getprops that set the calling conventions on delegate methods.
- checkForCallingConventionDefinitions(Node, Map<String, String>) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- checkGlobalNamesLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- checkGlobalThisLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- CheckInterfaces - Class in com.google.javascript.jscomp.lint
-
Checks for errors related to interfaces.
- CheckInterfaces(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckInterfaces
-
- CheckJSDocStyle - Class in com.google.javascript.jscomp.lint
-
Checks for various JSDoc-related style issues, such as function definitions without JsDoc, params
with no corresponding @param
annotation, coding conventions not being respected, etc.
- CheckJSDocStyle(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckJSDocStyle
-
- CheckLevel - Enum in com.google.javascript.jscomp
-
Controls checking levels of certain options.
- CheckLevelLegacy - Enum in com.google.javascript.jscomp
-
Enum used in flags to control the behavior of JS compiler checks.
- CheckMissingAndExtraRequires - Class in com.google.javascript.jscomp
-
Walks the AST looking for usages of qualified names, and 'goog.require's of those names.
- checkMissingGetCssNameBlacklist - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Regex of string literals that may only appear in goog.getCssName arguments.
- checkMissingGetCssNameLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- CheckMissingSemicolon - Class in com.google.javascript.jscomp.lint
-
Check for statements that should end with a semicolon according to the Google style guide.
- CheckMissingSemicolon(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckMissingSemicolon
-
- checkModuleName(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Validates the module name.
- checkModuleName(String) - Method in class com.google.javascript.jscomp.CommandLineRunner
-
- checkNode(Node, Token) - Method in class com.google.javascript.jscomp.JsMessageVisitor
-
Checks a node's type.
- CheckNoMutatedEs6Exports - Class in com.google.javascript.jscomp.lint
-
Checks that exports of ES6 modules are not mutated outside of module initialization.
- CheckNoMutatedEs6Exports(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckNoMutatedEs6Exports
-
- CheckNullabilityModifiers - Class in com.google.javascript.jscomp.lint
-
Checks for missing or redundant nullability modifiers.
- CheckNullabilityModifiers(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckNullabilityModifiers
-
- CheckNullableReturn - Class in com.google.javascript.jscomp.lint
-
Checks when a function is annotated as returning {SomeType} (nullable)
but actually always returns {!SomeType}, i.e.
- CheckNullableReturn(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckNullableReturn
-
- CheckPathsBetweenNodes<N,E> - Class in com.google.javascript.jscomp
-
See constructor, #CheckPathsBetweenNodes(DiGraph,
DiGraphNode, DiGraphNode, Predicate, Predicate)
, for a
description of this algorithm.
- CheckPathsBetweenNodes(DiGraph<N, E>, DiGraph.DiGraphNode<N, E>, DiGraph.DiGraphNode<N, E>, Predicate<N>, Predicate<DiGraph.DiGraphEdge<N, E>>) - Constructor for class com.google.javascript.jscomp.CheckPathsBetweenNodes
-
Inclusive check.
- CheckPrimitiveAsObject - Class in com.google.javascript.jscomp.lint
-
Check for explicit creation of the object equivalents of primitive types
(e.g.
- CheckPrimitiveAsObject(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckPrimitiveAsObject
-
- CheckPrototypeProperties - Class in com.google.javascript.jscomp.lint
-
Checks when a mutable property is assigned to a prototype.
- CheckPrototypeProperties(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckPrototypeProperties
-
- CheckRequiresAndProvidesSorted - Class in com.google.javascript.jscomp.lint
-
Checks that goog.require() and goog.provide() calls are sorted alphabetically.
- CheckRequiresAndProvidesSorted(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
-
- checkSuspiciousCode - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Checks for suspicious statements that have no effect
- checkSymbols - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Checks that all symbols are defined
- checkTreeEquals(Node) - Method in class com.google.javascript.rhino.Node
-
Checks if the subtree under this node is the same as another subtree.
- checkTreeEqualsIncludingJsDoc(Node) - Method in class com.google.javascript.rhino.Node
-
Checks if the subtree under this node is the same as another subtree.
- checkTypes - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Checks types on expressions
- CheckTypeSummaryWarningsGuard - Class in com.google.javascript.jscomp.ijs
-
A warnings guard that demotes the errors found in type summary files to be less severe, leaving
only the errors found in the original source.
- CheckTypeSummaryWarningsGuard(CheckLevel) - Constructor for class com.google.javascript.jscomp.ijs.CheckTypeSummaryWarningsGuard
-
- CheckUnusedLabels - Class in com.google.javascript.jscomp.lint
-
Check for unused labels blocks.
- CheckUnusedLabels(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckUnusedLabels
-
- CheckUselessBlocks - Class in com.google.javascript.jscomp.lint
-
Check for useless blocks.
- CheckUselessBlocks(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckUselessBlocks
-
- children - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Alternation
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.CapturingGroup
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree
-
The children of this node.
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Concatenation
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookaheadAssertion
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookbehindAssertion
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.NamedCaptureGroup
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.RegExpTreeAtom
-
- children() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Repetition
-
- children() - Method in class com.google.javascript.rhino.Node
-
Return an iterable object that iterates over this node's children.
- ChromeCodingConvention - Class in com.google.javascript.jscomp
-
Coding convention used by the Chrome team to compile Chrome's JS.
- ChromeCodingConvention() - Constructor for class com.google.javascript.jscomp.ChromeCodingConvention
-
- ChromeCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.ChromeCodingConvention
-
- ChromePass - Class in com.google.javascript.jscomp
-
Compiler pass for Chrome-specific needs.
- ChromePass(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.ChromePass
-
- CLASS_DISALLOWED_JSDOC - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
-
- ClassDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ClassDeclarationTree(SourceRange, IdentifierToken, GenericTypeListTree, ParseTree, ImmutableList<ParseTree>, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
-
- cleanUpDuplicatedFiles(Map<String, DependencyInfo>, Map<String, DependencyInfo>) - Method in class com.google.javascript.jscomp.deps.DepsGenerator
-
Removes duplicated depsInfo from jsFiles if this info already present in
some of the parsed deps.js
- clear() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- clear() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- clear() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- clear() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- clear() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- clear() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- clear() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- clearAllFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
No side-effects occur and the returned results are local.
- clearAppNameSetter() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string app_name_setter = 5;
- clearAst() - Method in class com.google.javascript.jscomp.CompilerInput
-
- clearAst() - Method in class com.google.javascript.jscomp.JsAst
-
- clearAst() - Method in class com.google.javascript.jscomp.RecoverableJsAst
-
- clearAst() - Method in interface com.google.javascript.jscomp.SourceAst
-
Removes any references to root node of the AST.
- clearAst() - Method in class com.google.javascript.jscomp.SyntheticAst
-
- clearCachedSource() - Method in class com.google.javascript.jscomp.SourceFile
-
- clearCachedValues() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- clearCachedValues() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Clear cached values.
- clearCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string compiled_source = 8;
- clearCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string compiled_source = 103;
- clearConformanceConfigs() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- clearDeclarationToRemove() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- clearEdgeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
-
Makes each edge's annotation null.
- clearEntry() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- clearErrorMessage() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The message to report when a requirement is violated.
- clearExtends() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Allows extending whitelists of rules with the specified rule_id.
- clearExtension(GeneratedMessage.GeneratedExtension<Requirement, ?>) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- clearId() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 id = 2;
- clearInit() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- clearJavaClass() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
For "custom" requirements, the Java class used to enforce the requirement.
- clearJSTypeRegistry() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
- clearJSTypeRegistry() - Method in class com.google.javascript.jscomp.Compiler
-
- clearLineNumber() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 line_number = 4;
- clearModule() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- clearModuleName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string module_name = 5;
- clearName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string name = 7;
- clearName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string name = 102;
- clearNamedTypes() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Flushes out the current resolved and unresolved Named Types from
the type registry.
- clearNodeAnnotations() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
-
Makes each node's annotation null.
- clearNodeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- clearOnlyApplyTo() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- clearOnlyApplyToRegexp() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- clearPrefix() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- clearReason() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;
- clearRegexp() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- clearReportCall() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_call = 2;
- clearReportDefined() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_defined = 1;
- clearReportExit() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_exit = 6;
- clearReportLooseTypeViolations() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Whether to report possible violations when type information is not exact.
- clearRequirement() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- clearRuleId() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- clearSeverity() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING];
- clearSideEffectFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
Preserve the return result flag, but clear the others:
no global state change, no throws, no this change, no arguments change
- clearSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 size = 6;
- clearSourceName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string source_name = 3;
- clearState() - Method in class com.google.javascript.jscomp.Es6RewriteModules
-
- clearTemplates() - Method in class com.google.javascript.refactoring.RefasterJsScanner
-
Clears the RefasterJs templates used for comparison.
- clearType() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The type of requirement.
- clearTypeMatchingStrategy() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Strategy to use for matching types in the value parameter (e.g.
- clearValue() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- clearWhitelist() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- clearWhitelistEntry() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- clearWhitelistRegexp() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- clone() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- clone() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- clone() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- clone() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- clone() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- clone(Set<String>, String, char[]) - Method in class com.google.javascript.jscomp.RandomNameGenerator
-
- clone() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- clone() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- clone() - Method in class com.google.javascript.rhino.JSDocInfo
-
- clone(boolean) - Method in class com.google.javascript.rhino.JSDocInfo
-
- cloneNode() - Method in class com.google.javascript.rhino.Node
-
- cloneNode(boolean) - Method in class com.google.javascript.rhino.Node
-
- cloneNode(boolean) - Method in class com.google.javascript.rhino.Node.TypeDeclarationNode
-
- clonePropsFrom(Node) - Method in class com.google.javascript.rhino.Node
-
Clone the properties from the provided node without copying
the property object.
- cloneTree() - Method in class com.google.javascript.rhino.Node
-
- cloneTree(boolean) - Method in class com.google.javascript.rhino.Node
-
- CLOSURE_DEP_METHOD_USAGE_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CLOSURE_REWRITE_CLASS - Static variable in class com.google.javascript.jscomp.PassNames
-
- ClosureBundler - Class in com.google.javascript.jscomp.deps
-
A utility class to assist in creating JS bundle files.
- ClosureBundler() - Constructor for class com.google.javascript.jscomp.deps.ClosureBundler
-
- ClosureBundler(Transpiler) - Constructor for class com.google.javascript.jscomp.deps.ClosureBundler
-
- ClosureBundler(Transpiler, Transpiler) - Constructor for class com.google.javascript.jscomp.deps.ClosureBundler
-
- ClosureCheckModule - Class in com.google.javascript.jscomp
-
Checks that goog.module() is used correctly.
- ClosureCheckModule(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.ClosureCheckModule
-
- ClosureCodingConvention - Class in com.google.javascript.jscomp
-
This describes the Closure-specific JavaScript coding conventions.
- ClosureCodingConvention() - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention
-
- ClosureCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention
-
- ClosureCodingConvention.AssertFunctionByTypeName - Class in com.google.javascript.jscomp
-
A function that will throw an exception when the value is not an
instanceof the given type name, for instance "Element".
- ClosureCodingConvention.AssertInstanceofSpec - Class in com.google.javascript.jscomp
-
A function that will throw an exception when if the value is not
an instanceof a specific type.
- closureNamespace() - Method in class com.google.javascript.jscomp.modules.Binding
-
- closureNamespace() - Method in class com.google.javascript.jscomp.modules.Export
-
- closureNamespace() - Method in class com.google.javascript.jscomp.modules.Module
-
The specific Closure namespace this module represents, if any.
- closurePass - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Processes goog.provide() and goog.require() calls
- ClosureReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
-
A reverse abstract interpreter (RAI) for specific closure patterns such as
goog.isDef
.
- ClosureReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.ClosureReverseAbstractInterpreter
-
- COALESCE_VARIABLE_NAMES - Static variable in class com.google.javascript.jscomp.PassNames
-
- coalesceVariableNames - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Merge two variables together as one.
- code() - Method in class com.google.javascript.jscomp.bundle.Source
-
The actual code in this source file.
- CodeBuilder() - Constructor for class com.google.javascript.jscomp.Compiler.CodeBuilder
-
- CodeConsumer - Class in com.google.javascript.jscomp
-
Abstracted consumer of the CodeGenerator output.
- CodeConsumer() - Constructor for class com.google.javascript.jscomp.CodeConsumer
-
- CodeGenerator - Class in com.google.javascript.jscomp
-
CodeGenerator generates codes from a parse tree, sending it to the specified
CodeConsumer.
- CodeGenerator(CodeConsumer, CompilerOptions) - Constructor for class com.google.javascript.jscomp.CodeGenerator
-
- CodeGenerator.Context - Enum in com.google.javascript.jscomp
-
Information on the current context.
- CodePrinter - Class in com.google.javascript.jscomp
-
CodePrinter prints out JS code in either pretty format or compact format.
- CodePrinter() - Constructor for class com.google.javascript.jscomp.CodePrinter
-
- CodePrinter.Builder - Class in com.google.javascript.jscomp
-
- CodePrinter.Builder.CodeGeneratorFactory - Interface in com.google.javascript.jscomp
-
- CodePrinter.Format - Enum in com.google.javascript.jscomp
-
Specifies a format for code generation.
- CodeReplacement - Class in com.google.javascript.refactoring
-
Class that represents a set of changes to make to the code.
- CodeReplacement() - Constructor for class com.google.javascript.refactoring.CodeReplacement
-
- CodingConvention - Interface in com.google.javascript.jscomp
-
CodingConvention defines a set of hooks to customize the behavior of the
Compiler for a specific team/company.
- CodingConvention.AssertionFunctionSpec - Class in com.google.javascript.jscomp
-
A function that will throw an exception when either:
-One or more of its parameters evaluate to false.
- CodingConvention.Bind - Class in com.google.javascript.jscomp
-
Bind class
- CodingConvention.Cache - Class in com.google.javascript.jscomp
-
Cache class
- CodingConvention.DelegateRelationship - Class in com.google.javascript.jscomp
-
Delegates provides a mechanism and structure for identifying where classes
can call out to optional code to augment their functionality.
- CodingConvention.ObjectLiteralCast - Class in com.google.javascript.jscomp
-
An object literal cast provides a mechanism to cast object literals to
other types without a warning.
- CodingConvention.SubclassRelationship - Class in com.google.javascript.jscomp
-
Record subclass relations
- CodingConvention.SubclassType - Enum in com.google.javascript.jscomp
-
Specify the kind of inheritance
- CodingConventions - Class in com.google.javascript.jscomp
-
Helper classes for dealing with coding conventions.
- CodingConventions.Proxy - Class in com.google.javascript.jscomp
-
A convention that wraps another.
- COLLAPSE_ANONYMOUS_FUNCTIONS - Static variable in class com.google.javascript.jscomp.PassNames
-
- COLLAPSE_OBJECT_LITERALS - Static variable in class com.google.javascript.jscomp.PassNames
-
- COLLAPSE_PROPERTIES - Static variable in class com.google.javascript.jscomp.PassNames
-
- COLLAPSE_VARIABLE_DECLARATIONS - Static variable in class com.google.javascript.jscomp.PassNames
-
- collapseAnonymousFunctions - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Collapses anonymous function declarations into named function
declarations
- collapseDots(String) - Static method in class com.google.javascript.jscomp.deps.PathUtil
-
Removes all ../ and ./ entries from within the given path.
- collapseUnion() - Method in class com.google.javascript.rhino.jstype.JSType
-
Gets the least supertype of this that's not a union.
- collapseUnion() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- collapseUnion() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- collapseVariableDeclarations - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Collapses multiple variable declarations into one
- collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
-
- collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForAwaitOfStatementTree
-
- collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
-
- collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
-
- color() - Method in class com.google.javascript.jscomp.graph.GraphColoring
-
- color() - Method in class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
-
- colorToNodeMap - Variable in class com.google.javascript.jscomp.graph.GraphColoring
-
- column - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
-
- COLUMN_BITS - Static variable in class com.google.javascript.rhino.Node
-
COLUMN_BITS represents how many of the lower-order bits of
sourcePosition are reserved for storing the column number.
- COLUMN_MASK - Static variable in class com.google.javascript.rhino.Node
-
COLUMN_MASK stores a value where bits storing the column number
are set, and bits storing the line are not set.
- com.google.javascript.jscomp - package com.google.javascript.jscomp
-
Provides the core compiler and its public API.
- com.google.javascript.jscomp.bundle - package com.google.javascript.jscomp.bundle
-
- com.google.javascript.jscomp.deps - package com.google.javascript.jscomp.deps
-
Analyzes information about dependencies between files.
- com.google.javascript.jscomp.graph - package com.google.javascript.jscomp.graph
-
Provides graph data structures and algorithms for coloring and fixed-point
computations.
- com.google.javascript.jscomp.ijs - package com.google.javascript.jscomp.ijs
-
- com.google.javascript.jscomp.lint - package com.google.javascript.jscomp.lint
-
Provides "lint" checks: Checks which are likely to provide a lot of false positives, and therefore
should not generally be turned on as errors, but which might be appropriate to include in a static
analysis tool.
- com.google.javascript.jscomp.modules - package com.google.javascript.jscomp.modules
-
- com.google.javascript.jscomp.parsing - package com.google.javascript.jscomp.parsing
-
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
- com.google.javascript.jscomp.parsing.parser - package com.google.javascript.jscomp.parsing.parser
-
- com.google.javascript.jscomp.parsing.parser.trees - package com.google.javascript.jscomp.parsing.parser.trees
-
- com.google.javascript.jscomp.parsing.parser.util - package com.google.javascript.jscomp.parsing.parser.util
-
- com.google.javascript.jscomp.parsing.parser.util.format - package com.google.javascript.jscomp.parsing.parser.util.format
-
- com.google.javascript.jscomp.regex - package com.google.javascript.jscomp.regex
-
- com.google.javascript.jscomp.transpile - package com.google.javascript.jscomp.transpile
-
- com.google.javascript.jscomp.type - package com.google.javascript.jscomp.type
-
Provides type-checking data structures and algorithms.
- com.google.javascript.refactoring - package com.google.javascript.refactoring
-
- com.google.javascript.refactoring.examples - package com.google.javascript.refactoring.examples
-
- com.google.javascript.rhino - package com.google.javascript.rhino
-
- com.google.javascript.rhino.dtoa - package com.google.javascript.rhino.dtoa
-
- com.google.javascript.rhino.jstype - package com.google.javascript.rhino.jstype
-
Provides abstractions to represent types in JavaScript.
- comma(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- CommaExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- CommaExpressionTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CommaExpressionTree
-
- CommandLineConfig() - Constructor for class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- CommandLineRunner - Class in com.google.javascript.jscomp
-
CommandLineRunner translates flags into Java API calls on the Compiler.
- CommandLineRunner(String[]) - Constructor for class com.google.javascript.jscomp.CommandLineRunner
-
Create a new command-line runner.
- CommandLineRunner(String[], PrintStream, PrintStream) - Constructor for class com.google.javascript.jscomp.CommandLineRunner
-
- CommandLineRunner(String[], InputStream, PrintStream, PrintStream) - Constructor for class com.google.javascript.jscomp.CommandLineRunner
-
- Comment - Class in com.google.javascript.jscomp.parsing.parser.trees
-
placeholder class
- Comment(String, SourceRange, Comment.Type) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.Comment
-
- Comment.Type - Enum in com.google.javascript.jscomp.parsing.parser.trees
-
- comments - Variable in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
-
- commonJs(String, String) - Static method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- compareTo(DiagnosticType) - Method in class com.google.javascript.jscomp.DiagnosticType
-
- CompilationLevel - Enum in com.google.javascript.jscomp
-
A CompilationLevel represents the level of optimization that should be
applied when compiling JavaScript code.
- compile(Path, String) - Method in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompilerSupplier
-
- compile(SourceFile, SourceFile, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Compiles a single source file and a single externs file.
- compile(List<T1>, List<T2>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Compiles a list of inputs.
- compile(URI, String) - Method in class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
- COMPILED_SOURCE_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- COMPILED_SOURCE_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- compileModules(List<T>, List<JSModule>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Compiles a list of modules.
- compiler() - Method in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompilerSupplier
-
- Compiler - Class in com.google.javascript.jscomp
-
Compiler (and the other classes in this package) does the following:
parses JS code
checks for undefined variables
performs optimizations such as constant folding and constants inlining
renames variables (to short names)
outputs compact JavaScript code
External variables are declared in 'externs' files.
- Compiler() - Constructor for class com.google.javascript.jscomp.Compiler
-
Creates a Compiler that reports errors and warnings to its logger.
- Compiler(PrintStream) - Constructor for class com.google.javascript.jscomp.Compiler
-
Creates a Compiler that reports errors and warnings to an output stream.
- Compiler(ErrorManager) - Constructor for class com.google.javascript.jscomp.Compiler
-
Creates a Compiler that uses a custom error manager.
- compiler - Variable in class com.google.javascript.jscomp.NameBasedDefinitionProvider
-
- compiler() - Method in class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
- Compiler.CodeBuilder - Class in com.google.javascript.jscomp
-
Stores a buffer of text to which more can be appended.
- Compiler.ExternalSourceLoader - Class in com.google.javascript.jscomp
-
Subclasses are responsible for loading sources that were not provided as explicit inputs to the
compiler.
- CompilerBasedTransformer - Class in com.google.javascript.jscomp.bundle
-
A source transformer base class.
- CompilerBasedTransformer(CompilerBasedTransformer.CompilerSupplier) - Constructor for class com.google.javascript.jscomp.bundle.CompilerBasedTransformer
-
- CompilerBasedTransformer.CompileResult - Class in com.google.javascript.jscomp.bundle
-
The source together with the additional compilation results.
- CompilerBasedTransformer.CompilerSupplier - Class in com.google.javascript.jscomp.bundle
-
Wraps the Compiler into a more relevant interface, making it easy to test the
CompilerBasedTransformer without depending on implementation details of the Compiler itself.
- CompileResult(String, JSError[], boolean, String) - Constructor for class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompileResult
-
- CompileResult(String, boolean, String) - Constructor for class com.google.javascript.jscomp.transpile.BaseTranspiler.CompileResult
-
- CompilerInput - Class in com.google.javascript.jscomp
-
A class for the internal representation of an input to the compiler.
- CompilerInput(SourceAst) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput(SourceAst, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput(SourceAst, String, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput(SourceAst, InputId, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput(SourceFile) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput(SourceFile, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
-
- CompilerInput.ModuleType - Enum in com.google.javascript.jscomp
-
JavaScript module type.
- compilerModule(String) - Static method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- CompilerOptions - Class in com.google.javascript.jscomp
-
Compiler options
- CompilerOptions() - Constructor for class com.google.javascript.jscomp.CompilerOptions
-
Initializes compiler options.
- CompilerOptions.AliasTransformation - Interface in com.google.javascript.jscomp
-
A Role Specific Interface for the JS Compiler to report aliases used to
change the code during a compile.
- CompilerOptions.AliasTransformationHandler - Interface in com.google.javascript.jscomp
-
A Role Specific Interface for JS Compiler that represents a data holder
object which is used to store goog.scope alias code changes to code made
during a compile.
- CompilerOptions.DependencyMode - Enum in com.google.javascript.jscomp
-
How compiler should prune files based on the provide-require dependency graph
- CompilerOptions.DevMode - Enum in com.google.javascript.jscomp
-
When to do the extra validity checks
- CompilerOptions.DisposalCheckingPolicy - Enum in com.google.javascript.jscomp
-
- CompilerOptions.Environment - Enum in com.google.javascript.jscomp
-
An environment specifies the built-in externs that are loaded for a given
compilation.
- CompilerOptions.Es6ModuleTranspilation - Enum in com.google.javascript.jscomp
-
How ES6 modules should be transformed.
- CompilerOptions.ExtractPrototypeMemberDeclarationsMode - Enum in com.google.javascript.jscomp
-
- CompilerOptions.IncrementalCheckMode - Enum in com.google.javascript.jscomp
-
- CompilerOptions.IsolationMode - Enum in com.google.javascript.jscomp
-
What kind of isolation is going to be used
- CompilerOptions.J2clPassMode - Enum in com.google.javascript.jscomp
-
A mode enum used to indicate whether J2clPass should be enabled, disabled, or enabled
automatically if there is any J2cl source file (i.e.
- CompilerOptions.LanguageMode - Enum in com.google.javascript.jscomp
-
A language mode applies to the whole compilation job.
- CompilerOptions.OutputJs - Enum in com.google.javascript.jscomp
-
What type of JS file should be output by this compilation
- CompilerOptions.PropertyCollapseLevel - Enum in com.google.javascript.jscomp
-
- CompilerOptions.Reach - Enum in com.google.javascript.jscomp
-
A common enum for compiler passes that can run either globally or locally.
- CompilerOptions.TracerMode - Enum in com.google.javascript.jscomp
-
How much tracing we want to do
- CompilerOptions.TweakProcessing - Enum in com.google.javascript.jscomp
-
Option for the ProcessTweaks pass
- CompilerPass - Interface in com.google.javascript.jscomp
-
Interface for classes that can compile JS.
- CompilerSupplier() - Constructor for class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompilerSupplier
-
- compilerSupplier() - Static method in class com.google.javascript.jscomp.bundle.CoverageInstrumenter
-
- CompilerSupplier() - Constructor for class com.google.javascript.jscomp.bundle.CoverageInstrumenter.CompilerSupplier
-
- compilerSupplier() - Static method in class com.google.javascript.jscomp.bundle.Transpiler
-
- CompilerSupplier() - Constructor for class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
- CompilerSupplier(FeatureSet) - Constructor for class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
- CompilerSupplier(FeatureSet, ModuleLoader.ResolutionMode, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
Accepts commonly overridden options for ES6 modules to avoid needed to subclass.
- compose(Source.Transformer) - Method in interface com.google.javascript.jscomp.bundle.Source.Transformer
-
Concatenates two Transformers.
- ComposeWarningsGuard - Class in com.google.javascript.jscomp
-
WarningsGuard that represents just a chain of other guards.
- ComposeWarningsGuard(List<WarningsGuard>) - Constructor for class com.google.javascript.jscomp.ComposeWarningsGuard
-
- ComposeWarningsGuard(WarningsGuard...) - Constructor for class com.google.javascript.jscomp.ComposeWarningsGuard
-
- ComprehensionForTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComprehensionForTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
-
- ComprehensionIfTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComprehensionIfTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionIfTree
-
- ComprehensionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComprehensionTree(SourceRange, ComprehensionTree.ComprehensionType, ImmutableList<ParseTree>, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
-
- ComprehensionTree.ComprehensionType - Enum in com.google.javascript.jscomp.parsing.parser.trees
-
- compute(N) - Method in class com.google.javascript.jscomp.graph.GraphReachability
-
- COMPUTED_PROP_GETTER - Static variable in class com.google.javascript.rhino.Node
-
- COMPUTED_PROP_METHOD - Static variable in class com.google.javascript.rhino.Node
-
- COMPUTED_PROP_NAME_IN_ENUM - Static variable in class com.google.javascript.jscomp.lint.CheckEnums
-
- COMPUTED_PROP_SETTER - Static variable in class com.google.javascript.rhino.Node
-
- COMPUTED_PROP_VARIABLE - Static variable in class com.google.javascript.rhino.Node
-
- computeDependencyCalls() - Method in class com.google.javascript.jscomp.deps.DepsGenerator
-
Performs the parsing inputs and writing of outputs.
- computedProp(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- ComputedPropertyDefinitionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
Represents a computed property in an object literal.
- ComputedPropertyDefinitionTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyDefinitionTree
-
- ComputedPropertyGetterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComputedPropertyGetterTree(SourceRange, ParseTree, boolean, TokenType, ParseTree, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
-
- ComputedPropertyMemberVariableTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
Represents a member variable with a computed property name.
- ComputedPropertyMemberVariableTree(SourceRange, ParseTree, boolean, TokenType, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
-
- ComputedPropertyMethodTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComputedPropertyMethodTree(SourceRange, TokenType, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMethodTree
-
- ComputedPropertySetterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ComputedPropertySetterTree(SourceRange, ParseTree, boolean, TokenType, FormalParameterListTree, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
-
- computeFixedPoint(DiGraph<N, E>) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
-
Compute a fixed point for the given graph.
- computeFixedPoint(DiGraph<N, E>, N) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
-
Compute a fixed point for the given graph, entering from the given node.
- computeFixedPoint(DiGraph<N, E>, Set<N>) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
-
Compute a fixed point for the given graph, entering from the given nodes.
- computeFunctionSideEffects - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Use @nosideeffects annotations, function bodies and name graph
to determine if calls have side effects.
- condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
-
- condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DoWhileStatementTree
-
- condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
-
- condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
-
- condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.WhileStatementTree
-
- ConditionalExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ConditionalExpressionTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
-
- Config - Class in com.google.javascript.jscomp.parsing
-
Configuration for the AST factory.
- Config() - Constructor for class com.google.javascript.jscomp.parsing.Config
-
- Config() - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser.Config
-
- Config(Parser.Config.Mode, boolean) - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser.Config
-
- Config.JsDocParsing - Enum in com.google.javascript.jscomp.parsing
-
Whether to parse the descriptions of JsDoc comments.
- Config.LanguageMode - Enum in com.google.javascript.jscomp.parsing
-
JavaScript mode
- Config.RunMode - Enum in com.google.javascript.jscomp.parsing
-
Whether to keep going after encountering a parse error.
- Config.StrictMode - Enum in com.google.javascript.jscomp.parsing
-
Level of language strictness required for the input source code.
- Conformance - Class in com.google.javascript.jscomp
-
- CONFORMANCE - Static variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
-
- CONFORMANCE_VIOLATIONS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- ConformanceConfig - Class in com.google.javascript.jscomp
-
A container to describe code requirements
- ConformanceConfig.Builder - Class in com.google.javascript.jscomp
-
A container to describe code requirements
- ConformanceConfigOrBuilder - Interface in com.google.javascript.jscomp
-
- ConformanceRules - Class in com.google.javascript.jscomp
-
Standard conformance rules.
- ConformanceRules.AbstractRule - Class in com.google.javascript.jscomp
-
A conformance rule implementation to support things common to all rules such as whitelisting
and reporting.
- ConformanceRules.BanCreateDom - Class in com.google.javascript.jscomp
-
Ban goog.dom.createDom
and goog.dom.DomHelper#createDom
with parameters
specified in value
in the format tagname.attribute, e.g.
- ConformanceRules.BanCreateElement - Class in com.google.javascript.jscomp
-
Bans document.createElement
and similar methods with string literal parameter specified
in value
, e.g.
- ConformanceRules.BanExpose - Class in com.google.javascript.jscomp
-
Banned @expose
- ConformanceRules.BanForOf - Class in com.google.javascript.jscomp
-
Banned for/of loops
- ConformanceRules.BanGlobalVars - Class in com.google.javascript.jscomp
-
Banned global var declarations.
- ConformanceRules.BanNullDeref - Class in com.google.javascript.jscomp
-
Banned dereferencing null or undefined types.
- ConformanceRules.BanThrowOfNonErrorTypes - Class in com.google.javascript.jscomp
-
Banned throw of non-error object types.
- ConformanceRules.BanUnknownDirectThisPropsReferences - Class in com.google.javascript.jscomp
-
Banned unknown type references of the form "this.prop" unless
- it is immediately cast,
- it is a @template type (until template type
restricts are enabled) or
- the value is unused.
- ConformanceRules.BanUnknownThis - Class in com.google.javascript.jscomp
-
Banned unknown "this" types.
- ConformanceRules.BanUnknownTypedClassPropsReferences - Class in com.google.javascript.jscomp
-
Banned unknown type references of the form "instance.prop" unless
(a) it is immediately cast/asserted, or
(b) it is a @template type (until template type restrictions are enabled), or
(c) the value is unused, or
(d) the source object type is unknown (to avoid error cascades)
- ConformanceRules.BanUnresolvedType - Class in com.google.javascript.jscomp
-
Banned accessing properties from objects that are unresolved
forward-declared type names.
- ConformanceRules.ConformanceLevel - Enum in com.google.javascript.jscomp
-
Possible check check results
- ConformanceRules.ConformanceResult - Class in com.google.javascript.jscomp
-
Classes extending AbstractRule must return ConformanceResult
from their checkConformance implementation.
- ConformanceRules.RequireFileoverviewVisibility - Class in com.google.javascript.jscomp
-
Requires source files to contain a top-level @fileoverview
block
with an explicit visibility annotation.
- ConformanceRules.RequireUseStrict - Class in com.google.javascript.jscomp
-
Require "use strict" rule
- ConformanceRules.StrictBanUnresolvedType - Class in com.google.javascript.jscomp
-
Ban any use of unresolved forward-declared types
- ConformanceWhitelister - Class in com.google.javascript.jscomp
-
Creates or updates conformance whitelist entries.
- connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Connects two nodes in the graph with an edge.
- connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- connect(DiGraph.DiGraphNode<N, E>, E, DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
DiGraphNode look ups can be expensive for a large graph operation, prefer this
method if you have the DiGraphNode available.
- connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- connectIfNotConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
DiGraphNode look ups can be expensive for a large graph operation, prefer this
method if you have the DiGraphNode available.
- connectIfNotFound(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Connects two nodes in the graph with an edge if such edge does not already
exists between the nodes.
- CONST - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CONSTANT_PROPERTY - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- CONSTANT_PROPERTY_DEF - Static variable in class com.google.javascript.rhino.Node
-
- constNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- CONSTRUCT_SIGNATURE - Static variable in class com.google.javascript.rhino.Node
-
- constructor() - Static method in class com.google.javascript.refactoring.Matchers
-
Returns a matcher that matches any constructor definitions.
- constructor(String) - Static method in class com.google.javascript.refactoring.Matchers
-
Returns a matcher that matches constructor definitions of the specified
name.
- constructor() - Method in class com.google.javascript.rhino.jstype.NominalTypeBuilderOti
-
- constructor() - Method in interface com.google.javascript.rhino.NominalTypeBuilder
-
Returns the constructor as a JSType.
- constructorPropertyDeclaration() - Static method in class com.google.javascript.refactoring.Matchers
-
Returns a Matcher that matches against properties that are declared in the constructor.
- contains(FeatureSet) - Method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
Does this
FeatureSet
contain all of the features of
other
?
- contains(FeatureSet.Feature) - Method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
- contains(boolean) - Method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Returns whether this
contains the given literal value.
- contains(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
A
UnionType
contains a given type (alternate) iff the member
vector contains it.
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Alternation
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Anchor
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.CapturingGroup
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Concatenation
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree
-
True if the regular expression contains an anchor : ^
or $
.
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookaheadAssertion
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookbehindAssertion
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.NamedCaptureGroup
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.RegExpTreeAtom
-
- containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Repetition
-
- containsDeclaration() - Method in class com.google.javascript.rhino.JSDocInfo
-
- containsFunctionDeclaration() - Method in class com.google.javascript.rhino.JSDocInfo
-
- containsType(Node, Token) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- containsTypeDefinition() - Method in class com.google.javascript.rhino.JSDocInfo
-
- containWarning(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
-
Determines whether a given warning is included in the white-list.
- contents - Variable in class com.google.javascript.jscomp.parsing.parser.SourceFile
-
- continueNode() - Static method in class com.google.javascript.rhino.IR
-
- continueNode(Node) - Static method in class com.google.javascript.rhino.IR
-
- ContinueStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ContinueStatementTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ContinueStatementTree
-
- ControlFlowAnalysis - Class in com.google.javascript.jscomp
-
This is a compiler pass that computes a control flow graph.
- ControlFlowGraph<N> - Class in com.google.javascript.jscomp
-
Control flow graph.
- ControlFlowGraph.AbstractCfgNodeTraversalCallback - Class in com.google.javascript.jscomp
-
Abstract callback to visit a control flow graph node without going into
subtrees of the node that are also represented by other
control flow graph nodes.
- ControlFlowGraph.Branch - Enum in com.google.javascript.jscomp
-
The edge object for the control flow graph.
- CONVERT_TO_DOTTED_PROPERTIES - Static variable in class com.google.javascript.jscomp.PassNames
-
- convertToDottedProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Converts quoted property accesses to dot syntax (a['b'] → a.b)
- ConvertToTypedInterface - Class in com.google.javascript.jscomp.ijs
-
The goal of this pass is to shrink the AST, preserving only typing, not behavior.
- ConvertToTypedInterface(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.ijs.ConvertToTypedInterface
-
- copy() - Method in class com.google.javascript.rhino.JSTypeExpression
-
- copyFrom(JSDocInfo) - Static method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- copyFromOtherFunction(FunctionType) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
-
Copies all the information from another function type.
- CoverageInstrumenter - Class in com.google.javascript.jscomp.bundle
-
A source transformer for instrmenting code for coverage data collection.
- CoverageInstrumenter(CompilerBasedTransformer.CompilerSupplier) - Constructor for class com.google.javascript.jscomp.bundle.CoverageInstrumenter
-
- CoverageInstrumenter.CompilerSupplier - Class in com.google.javascript.jscomp.bundle
-
Supply options for coverage.
- create(String, boolean) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
- create(ImmutableSet<String>, ImmutableList<String>, ErrorHandler, ModuleLoader.PathEscaper) - Method in class com.google.javascript.jscomp.deps.BrowserWithTransformedPrefixesModuleResolver.Factory
-
- create(ImmutableSet<String>, ImmutableList<String>, ErrorHandler, ModuleLoader.PathEscaper) - Method in interface com.google.javascript.jscomp.deps.ModuleLoader.ModuleResolverFactory
-
- create(ImmutableSet<String>, ImmutableList<String>, ErrorHandler, ModuleLoader.PathEscaper) - Method in class com.google.javascript.jscomp.deps.NodeModuleResolver.Factory
-
- create(ImmutableSet<String>, ImmutableList<String>, ErrorHandler, ModuleLoader.PathEscaper) - Method in class com.google.javascript.jscomp.deps.WebpackModuleResolver.Factory
-
- create(Scope, Node) - Method in interface com.google.javascript.jscomp.Es6SyntacticScopeCreator.ScopeFactory
-
- create() - Static method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- create() - Static method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- create(AbstractCompiler) - Method in class com.google.javascript.jscomp.PassFactory
-
Creates a new compiler pass to be run.
- create(AbstractCompiler) - Method in class com.google.javascript.jscomp.PassFactory.HotSwapPassFactory
-
- create(JSTypeRegistry) - Static method in class com.google.javascript.rhino.jstype.UnionTypeBuilder
-
- createAnonymousObjectType(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Create an anonymous object type.
- createAstFactory() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Returns a new AstFactory that will add type information to the nodes it creates if and only if
type type checking has already happened.
- createCompiler() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- createCompiler() - Method in class com.google.javascript.jscomp.CommandLineRunner
-
- createCompilerExecutor() - Method in class com.google.javascript.jscomp.Compiler
-
- createConfig(Config.LanguageMode, Config.StrictMode) - Method in class com.google.javascript.jscomp.Compiler
-
- createConfig(Config.LanguageMode, Set<String>, Config.StrictMode) - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
-
- createConfig(Config.LanguageMode, Config.JsDocParsing, Config.RunMode, Set<String>, boolean, Config.StrictMode) - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
-
- createConstructorType(String, Node, Node, JSType, ImmutableList<TemplateType>, boolean) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a constructor function type.
- createDefaultObjectUnion(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a type representing nullable values of the given type.
- createDefineOrTweakReplacements(List<String>, CompilerOptions, boolean) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Create a map of constant names to constant values from a textual description of the map.
- createDelegateSuffix(String) - Static method in class com.google.javascript.rhino.jstype.ObjectType
-
Creates a suffix for a proxy delegate.
- createDependencyOptions(CompilerOptions.DependencyMode, List<ModuleIdentifier>) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
A helper function for creating the dependency options object.
- createDepsFileParser() - Method in class com.google.javascript.jscomp.deps.DepsGenerator
-
- createDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- createDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- createEmptyPass(String) - Static method in class com.google.javascript.jscomp.PassFactory
-
Create a no-op pass that can only run once.
- createEnumType(String, Node, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates an enum type.
- createExterns(CompilerOptions) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- createExterns(CompilerOptions) - Method in class com.google.javascript.jscomp.CommandLineRunner
-
- createFunctionType(JSType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a function type.
- createFunctionType(JSType, Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createFunctionTypeWithInstanceType(ObjectType, JSType, List<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a function type in which this
refers to an object instance.
- createFunctionTypeWithNewReturnType(FunctionType, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a new function type based on an existing function type but
with a new return type.
- createFunctionTypeWithVarArgs(JSType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a function type.
- createGetterPropName(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>>, boolean, List<AbstractCommandLineRunner.JsModuleSpec>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Creates inputs from a list of files.
- createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>>, List<AbstractCommandLineRunner.JsonFileSpec>, List<AbstractCommandLineRunner.JsModuleSpec>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Creates inputs from a list of source files and json files.
- createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>>, List<AbstractCommandLineRunner.JsonFileSpec>, boolean, List<AbstractCommandLineRunner.JsModuleSpec>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Creates inputs from a list of source files, zips and json files.
- createInterfaceType(String, Node, ImmutableList<TemplateType>, boolean) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates an interface function type.
- createJsModules(List<AbstractCommandLineRunner.JsModuleSpec>, List<SourceFile>) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Creates module objects from a list of js module specifications.
- createNamedType(StaticTypedScope, String, String, int, int) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a named type.
- createNode(N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Gets a node from the graph given a value.
- createNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- createNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- createNullableType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a type representing nullable values of the given type.
- createObjectType(String, ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Create an object type.
- createOptionalNullableType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a nullable and undefine-able value of the given type.
- createOptionalParameters(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a tree hierarchy representing a typed parameter list in which
every parameter is optional.
- createOptionalType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a type representing optional values of the given type.
- createOptions() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- createOptions() - Method in class com.google.javascript.jscomp.CommandLineRunner
-
- createParameters(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a tree hierarchy representing a typed argument list.
- createParametersWithVarArgs(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a tree hierarchy representing a typed argument list.
- createRecordType(Map<String, ? extends JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createScope(Node, AbstractScope<?, ?>) - Method in class com.google.javascript.jscomp.Es6SyntacticScopeCreator
-
- createScope(Node, AbstractScope<?, ?>) - Method in class com.google.javascript.jscomp.SyntacticScopeCreator
-
- createScopeWithTemplates(StaticTypedScope, Iterable<TemplateType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Returns a new scope that includes the given template names for type resolution
purposes.
- createSetterPropName(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createTemplateType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createTemplateTypeMap(ImmutableList<TemplateType>, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a template type map from the specified list of template keys and
template value types.
- createTemplateTypeWithTransformation(String, Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createTemplatizedType(ObjectType, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a templatized instance of the specified type.
- createTemplatizedType(ObjectType, Map<TemplateType, JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a templatized instance of the specified type.
- createTemplatizedType(ObjectType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a templatized instance of the specified type.
- createTypeFromCommentNode(Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createTypeFromCommentNode(Node, String, StaticTypedScope) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a JSType from the nodes representing a type.
- createUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- createUnionType(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a union type whose variants are the arguments.
- createUnionType(List<? extends JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- createUnionType(JSTypeNative...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Creates a union type whose variants are the built-in types specified
by the arguments.
- createWithoutAnnotations() - Static method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- CROSS_CHUNK_CODE_MOTION - Static variable in class com.google.javascript.jscomp.PassNames
-
- CROSS_CHUNK_METHOD_MOTION - Static variable in class com.google.javascript.jscomp.PassNames
-
- CrossChunkReferenceCollector - Class in com.google.javascript.jscomp
-
- cssNames - Variable in class com.google.javascript.jscomp.Result
-
- cssRenamingMap - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Map used in the renaming of CSS class names.
- CssRenamingMap - Interface in com.google.javascript.jscomp
-
- CssRenamingMap.ByPart - Class in com.google.javascript.jscomp
-
ByPart renaming map
- CssRenamingMap.ByWhole - Class in com.google.javascript.jscomp
-
ByWhole renaming map
- CssRenamingMap.Style - Enum in com.google.javascript.jscomp
-
Kind of renaming map
- CUSTOM_VALUE - Static variable in enum com.google.javascript.jscomp.Requirement.Type
-
A requirement enforced with code a external java class.
- customPasses - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Custom passes
- CustomPassExecutionTime - Enum in com.google.javascript.jscomp
-
Custom pass type.
- CyclicSerializableLinkedHashSet<T> - Class in com.google.javascript.rhino
-
A LinkedHashSet
that can be safely (de)serialized when involved in a reference cycle.
- CyclicSerializableLinkedHashSet() - Constructor for class com.google.javascript.rhino.CyclicSerializableLinkedHashSet
-
- GATHER_MODULE_METADATA - Static variable in class com.google.javascript.jscomp.PassNames
-
- GATHER_RAW_EXPORTS - Static variable in class com.google.javascript.jscomp.PassNames
-
- gatherCssNames - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Gather CSS names (requires closurePass)
- GatherModuleMetadata - Class in com.google.javascript.jscomp
-
Gathers metadata around modules that is useful for checking imports / requires and creates a
ModuleMetadataMap
.
- GatherModuleMetadata(AbstractCompiler, boolean, ModuleLoader.ResolutionMode) - Constructor for class com.google.javascript.jscomp.GatherModuleMetadata
-
- GENERATE_EXPORTS - Static variable in class com.google.javascript.jscomp.PassNames
-
- generateCode(AbstractCompiler, Node) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
- generateExports - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- generateId(String, List<CharSequence>) - Method in class com.google.javascript.jscomp.GoogleJsMessageIdGenerator
-
- generateId(String, List<CharSequence>) - Method in interface com.google.javascript.jscomp.JsMessage.IdGenerator
-
Generate the ID for the message.
- generateNextName() - Method in class com.google.javascript.jscomp.RandomNameGenerator
-
Generates the next short name.
- generatePseudoNames - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Generate pseudo names for variables and properties for debugging purposes.
- generateReport() - Method in class com.google.javascript.jscomp.BasicErrorManager
-
Deprecated.
- generateReport() - Method in class com.google.javascript.jscomp.Compiler
-
Generates a report of all warnings and errors found during compilation to stderr.
- generateReport() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Writes a report to an implementation-specific medium.
- generateReport(SortingErrorManager) - Method in class com.google.javascript.jscomp.JsonErrorReportGenerator
-
- generateReport(SortingErrorManager) - Method in class com.google.javascript.jscomp.PrintStreamErrorReportGenerator
-
- generateReport(SortingErrorManager) - Method in interface com.google.javascript.jscomp.SortingErrorManager.ErrorReportGenerator
-
- generateReport() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- generateReport() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- GENERATOR_FN - Static variable in class com.google.javascript.rhino.Node
-
- GENERATOR_MARKER - Static variable in class com.google.javascript.rhino.Node
-
- GENERATOR_SAFE - Static variable in class com.google.javascript.rhino.Node
-
- GENERIC_TYPE_LIST - Static variable in class com.google.javascript.rhino.Node
-
- generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
-
- generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
-
- generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
-
- generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GenericTypeListTree
-
- generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
-
- GenericTypeListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
A tree representing generic type(s) in classes and functions
(class Foo<T extends () => boolean, U>
).
- GenericTypeListTree(SourceRange, LinkedHashMap<IdentifierToken, ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.GenericTypeListTree
-
- get(String) - Method in class com.google.javascript.jscomp.CssRenamingMap.ByPart
-
- get(String) - Method in class com.google.javascript.jscomp.CssRenamingMap.ByWhole
-
- get(String) - Method in interface com.google.javascript.jscomp.CssRenamingMap
-
- get(String, boolean) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- get(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- GET - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
-
- get(String) - Method in interface com.google.javascript.jscomp.RenamingMap
-
- get(SourceExcerptProvider, String, int, SourceExcerptProvider.ExcerptFormatter) - Method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
-
Get a source excerpt string based on the type of the source excerpt.
- get(String) - Method in class com.google.javascript.jscomp.Xid
-
Gets the string that should be substituted for key
.
- get(K) - Method in class com.google.javascript.rhino.HamtPMap
-
Retrieves the value associated with the given key from the map, or returns null if it is not
present.
- get(boolean) - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Returns the singleton set {literalValue}.
- get(K) - Method in interface com.google.javascript.rhino.PMap
-
Retrieves the given key from the map, or returns null if it is not present.
- getAbsolutePosition() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
-
- getAbstractMethodName() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getAbstractMethodName() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Function name for abstract methods.
- getAbstractMethodName() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getAbstractScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current scope.
- GetAccessorTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- GetAccessorTree(SourceRange, Token, boolean, ParseTree, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
-
- getAliasTransformationHandler() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getAllDependencies() - Method in class com.google.javascript.jscomp.JSModule
-
Returns the transitive closure of dependencies starting from the
dependencies of this module.
- getAllFixes() - Method in class com.google.javascript.refactoring.FixingErrorManager
-
Returns fixes for errors first, then fixes for warnings.
- getAllImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns all interfaces implemented by a class or its superclass and any superclasses for any of
those interfaces.
- getAllJSDocInfoNodes() - Method in class com.google.javascript.jscomp.SymbolTable
-
- getAllMessages() - Method in class com.google.javascript.jscomp.EmptyMessageBundle
-
Returns an empty list of messages.
- getAllMessages() - Method in interface com.google.javascript.jscomp.MessageBundle
-
Returns an iterable over the keys that this object has replacements for.
- getAllMessages() - Method in class com.google.javascript.jscomp.XtbMessageBundle
-
- getAllScopes() - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets all the scopes in this symbol table.
- getAllSymbols() - Method in class com.google.javascript.jscomp.ReferenceCollectingCallback
-
Gets the variables that were referenced in this callback.
- getAllSymbols() - Method in class com.google.javascript.jscomp.SymbolTable
-
- getAllSymbols() - Method in interface com.google.javascript.rhino.StaticSymbolTable
-
Returns all variables in this symbol table.
- getAllSymbolsForType(JSType) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets all symbols associated with the given type.
- getAllSymbolsForTypeOf(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
-
Get all symbols associated with the type of the given symbol.
- getAllSymbolsSorted() - Method in class com.google.javascript.jscomp.SymbolTable
-
Get the symbols in their natural ordering.
- getAlternates() - Method in class com.google.javascript.rhino.jstype.UnionType
-
Gets the alternate types of this union type.
- getAlternatesWithoutStructuralTyping() - Method in class com.google.javascript.rhino.jstype.UnionType
-
Gets the alternate types of this union type, including structural interfaces and implicit
implementations as distinct alternatesCollapsingStructuralSubtypes.
- getAlternatives() - Method in class com.google.javascript.refactoring.SuggestedFix
-
Get all possible fixes for this problem, including this fix.
- getAncestor(int) - Method in class com.google.javascript.rhino.Node
-
Gets the ancestor node relative to this.
- getAncestorInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getAncestors() - Method in class com.google.javascript.rhino.Node
-
Iterates all of the node's ancestors excluding itself.
- getAnnotation() - Method in interface com.google.javascript.jscomp.graph.Annotatable
-
Retrieves a piece of information that has been annotated.
- getAnnotation() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getAnnotation() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
-
Gets the position information for the annotation name.
- getAppNameSetter() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string app_name_setter = 5;
- getAppNameSetter() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string app_name_setter = 5;
- getAppNameSetter() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string app_name_setter = 5;
- getAppNameSetterBytes() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string app_name_setter = 5;
- getAppNameSetterBytes() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string app_name_setter = 5;
- getAppNameSetterBytes() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string app_name_setter = 5;
- getApproxRequiredArity(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Counts the parameters of a function that are not marked optional or varargs.
- getAsInt(String) - Method in class com.google.javascript.jscomp.Xid
-
Returns the underlying integer representation of the given key.
- getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertFunctionByTypeName
-
- getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertInstanceofSpec
-
Returns the type for a type assertion, or null if the function asserts
that the node must not be null or undefined.
- getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
-
Returns the old type system type for a type assertion, or null if
the function asserts that the node must not be null or undefined.
- getAssertedParam(Node) - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
-
Returns the parameter of the assertion function that is being checked.
- getAssertionFunctions() - Method in class com.google.javascript.jscomp.ChromeCodingConvention
-
- getAssertionFunctions() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getAssertionFunctions() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Returns the set of AssertionFunction.
- getAssertionFunctions() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getAssignedValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
For an assignment or variable declaration get the assigned value.
- getAstDotGraph() - Method in class com.google.javascript.jscomp.Compiler
-
Gets the DOT graph of the AST generated at the end of compilation.
- getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.CompilerInput
-
- getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.JsAst
-
- getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.RecoverableJsAst
-
- getAstRoot(AbstractCompiler) - Method in interface com.google.javascript.jscomp.SourceAst
-
Gets the root node of the AST for the source file this represents.
- getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.SyntheticAst
-
- getAstSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
-
- getAuthors() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the list of authors or null if none.
- getBasePropertyImport(String) - Method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- getBaseType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the base type specified by the @extends
annotation.
- getBeginningLineNumber() - Method in interface com.google.javascript.jscomp.Region
-
Get the beginning line number.
- getBeginningLineNumber() - Method in class com.google.javascript.jscomp.SimpleRegion
-
- getBestJSDocInfo(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Find the best JSDoc for the given node.
- getBestJSDocInfoNode(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getBestLValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Find the l-value that the given r-value is being assigned to.
- getBindReturnType(int) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Get the return value of calling "bind" on this function with the specified number of arguments.
- getBlockDescription() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the block-level description or null if none specified.
- getBooleanProp(byte) - Method in class com.google.javascript.rhino.Node
-
- getBrowserResolverPrefixReplacements() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getBuiltinExterns(CompilerOptions.Environment) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- getByName(String) - Method in class com.google.javascript.jscomp.JSModule
-
Returns the input with the given name or null if none.
- getCfg(AbstractCompiler, Node) - Static method in class com.google.javascript.jscomp.ControlFlowAnalysis
-
- getChangeStamp() - Method in class com.google.javascript.jscomp.Compiler
-
- getChangeTime() - Method in class com.google.javascript.rhino.Node
-
Returns the time of the last change for this node
- getCharno() - Method in class com.google.javascript.jscomp.JSError
-
Get the character number.
- getCharno() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current char number, or zero if it cannot be determined.
- getCharno() - Method in class com.google.javascript.refactoring.SuggestedFix.MatchedNodeInfo
-
- getCharno() - Method in class com.google.javascript.rhino.Node
-
- getCheckDeterminism() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getCheckEventfulObjectDisposalPolicy() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getChecks() - Method in class com.google.javascript.jscomp.DefaultPassConfig
-
- getChecks() - Method in class com.google.javascript.jscomp.PassConfig
-
Gets the checking passes to run.
- getChildAtIndex(int) - Method in class com.google.javascript.rhino.Node
-
Gets the ith child, note that this is O(N) where N is the number of children.
- getChildBefore(Node) - Method in class com.google.javascript.rhino.Node
-
- getChildCount() - Method in class com.google.javascript.rhino.Node
-
- getClassesDefinedByCall(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
- getClassesDefinedByCall(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
- getClassesDefinedByCall(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getClassMembers(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getClosestContainerScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getClosestHoistScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getClosestHoistScopeRoot() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getClosureNamespace() - Method in class com.google.javascript.jscomp.ModuleIdentifier
-
- getCode() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getCode() - Method in interface com.google.javascript.jscomp.SourceFile.Generator
-
- getCode() - Method in class com.google.javascript.jscomp.SourceFile
-
Gets all the code in this source file.
- getCodeGenerator(CodePrinter.Format, CodeConsumer) - Method in interface com.google.javascript.jscomp.CodePrinter.Builder.CodeGeneratorFactory
-
- getCodeReader() - Method in class com.google.javascript.jscomp.SourceFile
-
Gets a reader for the code in this source file.
- getCodingConvention() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the current coding convention.
- getCodingConvention() - Method in class com.google.javascript.jscomp.Compiler
-
- getCodingConvention() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getCollapseObjectLiterals() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getColor() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
-
Retrieves color of the edge.
- getColor() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
-
Retrieves color of the node.
- getColor() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getColumnOfOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
-
- getColumnOfOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
-
- getColumnOfOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Gets the 0-based column number of the given source offset.
- getCommandLineConfig() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Get the command line config, so that it can be initialized.
- getComments(String) - Method in class com.google.javascript.jscomp.Compiler
-
- getComments() - Method in class com.google.javascript.jscomp.parsing.parser.Parser
-
- getCommonJsImportPath(Node) - Method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- getCommonJsImportPath(Node, ModuleLoader.ResolutionMode) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- getCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string compiled_source = 8;
- getCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string compiled_source = 8;
- getCompiledSource() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string compiled_source = 8;
- getCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string compiled_source = 103;
- getCompiledSource() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
required string compiled_source = 103;
- getCompiledSource() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder
-
required string compiled_source = 103;
- getCompiledSourceBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string compiled_source = 8;
- getCompiledSourceBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string compiled_source = 8;
- getCompiledSourceBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string compiled_source = 8;
- getCompiledSourceBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string compiled_source = 103;
- getCompiledSourceBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
required string compiled_source = 103;
- getCompiledSourceBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder
-
required string compiled_source = 103;
- getCompiler() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- getCompiler() - Method in interface com.google.javascript.jscomp.HasCompiler
-
- getCompiler() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getCompiler() - Method in class com.google.javascript.refactoring.NodeMetadata
-
- getCompiler() - Method in class com.google.javascript.refactoring.RefactoringDriver
-
- getCompilerExecutor() - Method in class com.google.javascript.jscomp.Compiler
-
- getCompilerOptions() - Static method in class com.google.javascript.refactoring.RefactoringDriver
-
- getConformanceConfigs() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getConformanceErrors(Compiler, Node, Node, Requirement) - Static method in class com.google.javascript.jscomp.ConformanceWhitelister
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.EnumType
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets this object's constructor.
- getConstructor() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getConstructor() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- getConstructorOnlyTemplateParameters() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns a list of template types present on the constructor but not on the instance.
- getContent() - Method in class com.google.javascript.jscomp.deps.DependencyFile
-
- getContent() - Method in interface com.google.javascript.jscomp.deps.SourceFile
-
- getContent() - Method in class com.google.javascript.jscomp.deps.VirtualFile
-
- getControlFlowGraph() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the control flow graph for the current JS scope.
- getCookedString() - Method in class com.google.javascript.rhino.Node
-
Can only be called when getType() == Token.TEMPLATELIT_STRING
- getCount(Node, Predicate<Node>, Predicate<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getCrossModuleIdGenerator() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the id generator for cross-module motion.
- getCrossModuleIdGenerator() - Method in class com.google.javascript.jscomp.Compiler
-
- getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the interfaces extended by the interface associated with this type.
- getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the interfaces implemented by the ctor associated with this type.
- getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getCurrentFile() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getCurrentNode() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Returns the node currently being traversed.
- getDeclaration() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getDeclaration() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getDeclaration() - Method in class com.google.javascript.rhino.jstype.Property
-
- getDeclaration() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- getDeclaration() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
-
Gets the declaration of this symbol.
- getDeclaration() - Method in interface com.google.javascript.rhino.StaticSlot
-
Gets the declaration of this symbol.
- getDeclarationNode() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getDeclarationScope() - Method in interface com.google.javascript.jscomp.type.FlowScope
-
Returns the underlying TypedScope.
- getDeclarationToRemove(int) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemove(int) - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemove(int) - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveBytes(int) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveBytes(int) - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveBytes(int) - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveCount() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveCount() - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveCount() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveList() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveList() - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string declaration_to_remove = 3;
- getDeclarationToRemoveList() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string declaration_to_remove = 3;
- getDeclarativelyUnboundVarsWithoutTypes() - Method in class com.google.javascript.jscomp.TypedScope
-
Returns the variables in this scope that have been declared with 'var' and not declared with a
known type.
- getDeclaredTypeExpression(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Return declared JSDoc type for the given name declaration, or null if none present.
- getDeclaredTypeExpression() - Method in class com.google.javascript.rhino.Node
-
Returns the syntactical type specified on this node.
- getDeclaringParent(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns the node that is effectively declaring the given target.
- getDeepestCommonDependencyInclusive(JSModule, JSModule) - Method in class com.google.javascript.jscomp.JSModuleGraph
-
Finds the deepest common dependency of two modules, including the
modules themselves.
- getDeepestCommonDependencyInclusive(Collection<JSModule>) - Method in class com.google.javascript.jscomp.JSModuleGraph
-
Returns the deepest common dependency of the given modules.
- getDefault() - Static method in class com.google.javascript.jscomp.CodingConventions
-
Gets the default coding convention.
- getDefaultExterns() - Static method in class com.google.javascript.jscomp.CommandLineRunner
-
Deprecated.
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.ConformanceConfig
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.Instrumentation
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.Requirement
-
- getDefaultInstance() - Static method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Instrumentation
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Requirement
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- getDefaultInstanceForType() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getDefaultLevel() - Method in class com.google.javascript.jscomp.JSError
-
The default level, before any of the WarningsGuards are applied.
- getDefineReplacements() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Returns the map of define replacements.
- getDefinitionForFunction(Node) - Method in class com.google.javascript.jscomp.NameBasedDefinitionProvider
-
- getDefinitionSites() - Method in class com.google.javascript.jscomp.NameBasedDefinitionProvider
-
Returns the collection of definition sites found during traversal.
- getDefinitionsReferencedAt(Node) - Method in class com.google.javascript.jscomp.NameBasedDefinitionProvider
-
Returns a collection of definitions that characterize the possible values of a variable or
property.
- getDelegateRelationship(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
- getDelegateRelationship(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getDelegateSuperclassName() - Method in interface com.google.javascript.jscomp.CodingConvention
-
- getDelegateSuperclassName() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getDependencies(String) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
-
Gets a list of dependencies for the provided code.
- getDependencies(Collection<String>) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
-
Gets a list of dependencies for the provided list of symbols.
- getDependencies(String, Set<String>, boolean) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
-
- getDependencies(Collection<String>, Set<String>) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
-
- getDependencies(String) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
-
Gets a list of dependencies for the provided code.
- getDependencies(Collection<String>) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
-
Gets a list of dependencies for *the provided list of symbols.
- getDependencies(String, Set<String>, boolean) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
-
- getDependencies(Collection<String>, Set<String>) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
-
- getDependencies() - Method in class com.google.javascript.jscomp.JSModule
-
Gets the list of modules that this module depends on.
- getDependenciesOf(List<INPUT>, boolean) - Method in class com.google.javascript.jscomp.deps.Es6SortedDependencies
-
- getDependenciesOf(List<INPUT>, boolean) - Method in interface com.google.javascript.jscomp.deps.SortedDependencies
-
Gets all the dependencies of the given roots.
- getDependencyInfo(String) - Method in class com.google.javascript.jscomp.deps.DependencyFile
-
Gets the dependency info for the provided symbol, if contained in this
dependency file.
- getDependencyOptions() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getDependentModule() - Method in exception com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
-
- getDeprecationReason() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the deprecation reason or null if none specified.
- getDeps() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
- getDepth() - Method in class com.google.javascript.jscomp.JSModule
-
- getDepth() - Method in class com.google.javascript.jscomp.TypedScope
-
- getDesc() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets the description associated with this message, intended to help
translators, or null if this message has no description.
- getDescription() - Method in class com.google.javascript.refactoring.SuggestedFix
-
- getDescription() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the description specified by the @desc
annotation.
- getDescription() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
-
Gets the position information for the description found
in a block tag.
- getDescriptionForParameter(String) - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the description for the parameter with the given name, if its
exists.
- getDescriptor() - Static method in class com.google.javascript.jscomp.Conformance
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.ConformanceConfig
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInfo
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Instrumentation
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.InstrumentationTemplate
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Requirement.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Requirement
-
- getDescriptor() - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
- getDescriptor() - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
- getDescriptor() - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- getDescriptor() - Static method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getDescriptor() - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- getDescriptorForType() - Method in enum com.google.javascript.jscomp.Requirement.Severity
-
- getDescriptorForType() - Method in enum com.google.javascript.jscomp.Requirement.Type
-
- getDescriptorForType() - Method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- getDescriptorForType() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- getDescriptorForType() - Method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- getDestination() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
-
- getDiagnosticGroups() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
The warning classes that are available from the command-line.
- getDiagnosticGroups() - Method in class com.google.javascript.jscomp.Compiler
-
The warning classes that are available from the command-line, and are suppressible by the
@suppress
annotation.
- getDirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.DiGraph
-
Gets an immutable iterable over all the nodes in the graph.
- getDirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedPredNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedPredNodes(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedPredNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedPredNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedSuccNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedSuccNodes(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- getDirectedSuccNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectedSuccNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getDirectImplementors(ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Returns a collection of types that directly implement interfaceInstance
.
- getDirectives() - Method in class com.google.javascript.rhino.Node
-
Returns the set of ES5 directives for this node.
- getDirectSubTypes() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.AllType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.BooleanType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.EnumType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns a user meaningful label for the JSType instance.
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.NullType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.NumberType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.StringType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.SymbolType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- getDisplayName() - Method in class com.google.javascript.rhino.jstype.VoidType
-
- getDouble() - Method in class com.google.javascript.rhino.Node
-
Can only be called when getType() == TokenStream.NUMBER
- getDynamicRequires() - Method in class com.google.javascript.jscomp.CompilerInput
-
Returns the types that this input dynamically depends on in the order seen in the file.
- getEachReferenceTypeWithProperty(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Returns each reference type that has a property propertyName
defined on it.
- getEdges() - Method in class com.google.javascript.jscomp.graph.Graph
-
Gets an immutable list of all edges.
- getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Retrieves an edge from the graph.
- getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getEdges() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getelem(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- getElements() - Method in class com.google.javascript.rhino.jstype.EnumType
-
Gets the elements defined on this enum.
- getElementsType() - Method in class com.google.javascript.rhino.jstype.EnumType
-
Gets the elements' type, which is a subtype of the enumerated type.
- getEnclosingBlock(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Finds the block containing the given node.
- getEnclosingBlockScopeRoot(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getEnclosingClass(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Finds the class containing the given node.
- getEnclosingFunction() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Examines the functions stack for the last instance of a function node.
- getEnclosingFunction(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Finds the function containing the given node.
- getEnclosingFunctionScope(Node) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the scope that contains the given node.
- getEnclosingNode(Node, Predicate<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getEnclosingScope(Node) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the scope that contains the given node.
- getEnclosingScopeRoot(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getEnclosingScript(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Finds the script containing the given node.
- getEnclosingStatement(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getEnclosingType(Node, Token) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Gets the closest ancestor to the given node of the provided type.
- getEnd() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- getEndingLineNumber() - Method in interface com.google.javascript.jscomp.Region
-
Get the ending line number.
- getEndingLineNumber() - Method in class com.google.javascript.jscomp.SimpleRegion
-
- getEndLine() - Method in class com.google.javascript.rhino.SourcePosition
-
Returns the ending line number of this position.
- getEndPosition() - Method in class com.google.javascript.refactoring.CodeReplacement
-
Returns the end position within the file that the modification
should be applied starting at.
- getEntry() - Method in class com.google.javascript.jscomp.ControlFlowGraph
-
Gets the entry point of the control flow graph.
- getEntry(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntry(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Entry = 1 { ...
- getEntry(int) - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Entry = 1 { ...
- getEntryBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryCount() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryCount() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Entry = 1 { ...
- getEntryCount() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Entry = 1 { ...
- getEntryList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryList() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Entry = 1 { ...
- getEntryList() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Entry = 1 { ...
- getEntryOrBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryOrBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Entry = 1 { ...
- getEntryOrBuilder(int) - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Entry = 1 { ...
- getEntryOrBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- getEntryOrBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Entry = 1 { ...
- getEntryOrBuilderList() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Entry = 1 { ...
- getEnumeratedTypeOfEnumElement() - Method in class com.google.javascript.rhino.jstype.JSType
-
- getEnumeratedTypeOfEnumObject() - Method in class com.google.javascript.rhino.jstype.EnumType
-
Gets the enumerated type.
- getEnumeratedTypeOfEnumObject() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getEnumParameterType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the enum parameter type specified by the @enum
annotation.
- getEnumType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getEnvironment() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getErrorCount() - Method in class com.google.javascript.jscomp.Compiler
-
Gets the number of errors.
- getErrorCount() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Gets the number of reported errors.
- getErrorCount() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- getErrorCount() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- getErrorFormat() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getErrorHandler() - Method in class com.google.javascript.jscomp.deps.ModuleLoader
-
- getErrorLevel(JSError) - Method in class com.google.javascript.jscomp.Compiler
-
- getErrorManager() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the error manager.
- getErrorManager() - Method in class com.google.javascript.jscomp.Compiler
-
- getErrorMessage() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The message to report when a requirement is violated.
- getErrorMessage() - Method in class com.google.javascript.jscomp.Requirement
-
Required: The message to report when a requirement is violated.
- getErrorMessage() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Required: The message to report when a requirement is violated.
- getErrorMessageBytes() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The message to report when a requirement is violated.
- getErrorMessageBytes() - Method in class com.google.javascript.jscomp.Requirement
-
Required: The message to report when a requirement is violated.
- getErrorMessageBytes() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Required: The message to report when a requirement is violated.
- getErrorPrintStream() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Returns the PrintStream for writing errors associated with this AbstractCommandLineRunner.
- getErrorReporter() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getErrors() - Method in class com.google.javascript.jscomp.Compiler
-
Returns the array of errors (never null).
- getErrors() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Gets all the errors.
- getErrors() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- getErrors() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- getEs6ModuleTranspilation() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getExistingIntProp(byte) - Method in class com.google.javascript.rhino.Node
-
- getExportedNames() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the names that have been exported.
- getExportedNames() - Method in class com.google.javascript.jscomp.Compiler
-
- getExportPropertyFunction() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
Use closure's implementation.
- getExportPropertyFunction() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Function name used when exporting properties.
- getExportPropertyFunction() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getExportSymbolFunction() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
Use closure's implementation.
- getExportSymbolFunction() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Function name used when exporting symbols.
- getExportSymbolFunction() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getExtendedInterfaces() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the interfaces extended by an interface
- getExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns interfaces directly extended by an interface
- getExtendedInterfacesCount() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the number of extended interfaces specified
- getExtendedInterfacesCount() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns the number of interfaces directly extended by an interface
- getExtends() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Allows extending whitelists of rules with the specified rule_id.
- getExtends() - Method in class com.google.javascript.jscomp.Requirement
-
Allows extending whitelists of rules with the specified rule_id.
- getExtends() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Allows extending whitelists of rules with the specified rule_id.
- getExtendsBytes() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Allows extending whitelists of rules with the specified rule_id.
- getExtendsBytes() - Method in class com.google.javascript.jscomp.Requirement
-
Allows extending whitelists of rules with the specified rule_id.
- getExtendsBytes() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Allows extending whitelists of rules with the specified rule_id.
- getFeatures(AbstractCompiler) - Method in class com.google.javascript.jscomp.JsAst
-
- getFeatures() - Method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
- getFeatures() - Method in class com.google.javascript.jscomp.parsing.parser.Parser
-
- getFile() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
-
- getFileOverview() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the file overview or null if none specified.
- getFirst() - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Gets the first link of this chain.
- getFirstChild() - Method in class com.google.javascript.rhino.Node
-
- getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Retrieves any edge from the graph.
- getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getFirstFirstChild() - Method in class com.google.javascript.rhino.Node
-
Get the first child of the first child.
- getFirstLine(String) - Static method in class com.google.javascript.jscomp.WhitelistWarningsGuard
-
- getFixesForJsError(JSError, AbstractCompiler) - Static method in class com.google.javascript.refactoring.ErrorToFixMapper
-
- getFixesForJsError(JSError) - Method in class com.google.javascript.refactoring.FixingErrorManager
-
- getFixForJsError(JSError, AbstractCompiler) - Static method in class com.google.javascript.refactoring.ErrorToFixMapper
-
Creates a SuggestedFix for the given error.
- getFlag() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.FlagEntry
-
- getFunctionBody(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Return a BLOCK node for the given FUNCTION node.
- getFunctionName() - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
-
Returns the name of the function.
- getFunctionNames() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the fully qualified function name and globally unique id mapping.
- getFunctionNames() - Method in class com.google.javascript.jscomp.Compiler
-
- getFunctionParameters(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getFunctionType() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getGlobalObject() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getGlobalObject() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Gets the name of the global object.
- getGlobalObject() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getGlobalScope() - Method in class com.google.javascript.jscomp.SymbolTable
-
Returns the global scope.
- getGlobalType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getGrandparent() - Method in class com.google.javascript.rhino.Node
-
- getGraph() - Method in class com.google.javascript.jscomp.graph.GraphColoring
-
- getGraphvizEdges() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
-
Retrieve a list of edges in the graph.
- getGraphvizEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getGraphvizEdges() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getGraphvizNodes() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
-
Retrieve a list of nodes in the graph.
- getGraphvizNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getGraphvizNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getGreatestSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Gets the greatest subtype of this
and that
.
- getGreatestSubtypeWithProperty(String) - Method in class com.google.javascript.rhino.jstype.JSType
-
- getGreatestSubtypeWithProperty(JSType, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Gets the greatest subtype of the type
that has a property
propertyName
defined on it.
- getGzSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
-
- getHotSwapPass(AbstractCompiler) - Method in class com.google.javascript.jscomp.PassFactory
-
Any factory whose CompilerPass has a corresponding hot-swap version should
override this.
- getHotSwapPass(AbstractCompiler) - Method in class com.google.javascript.jscomp.PassFactory.HotSwapPassFactory
-
- getId() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 id = 2;
- getId() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required int32 id = 2;
- getId() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required int32 id = 2;
- getId() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
-
Retrieves the unique ID.
- getId() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getId() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets the message's id, or name (e.g.
- getIdName() - Method in class com.google.javascript.rhino.InputId
-
- getImplementedInterfaceCount() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the number of interfaces specified by the @implements
annotation.
- getImplementedInterfaces() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the types specified by the @implements
annotation.
- getImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns interfaces implemented directly by a class or its superclass.
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.EnumType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the implicit prototype (a.k.a.
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.RecordType
-
- getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- getImplicitReturn() - Method in class com.google.javascript.jscomp.ControlFlowGraph
-
Gets the implicit return node.
- getIndex() - Method in class com.google.javascript.jscomp.JSModule
-
- getIndexInParent() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- getIndexOfChild(Node) - Method in class com.google.javascript.rhino.Node
-
Gets the index of a child, note that this is O(N) where N is the number of children.
- getIndexOfSymbol(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
Gets a unique index for the symbol in this scope.
- getIndirectlyDeclaredProperties() - Method in class com.google.javascript.jscomp.ChromeCodingConvention
-
- getIndirectlyDeclaredProperties() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getIndirectlyDeclaredProperties() - Method in interface com.google.javascript.jscomp.CodingConvention
-
Gets a collection of all properties that are defined indirectly on global
objects.
- getIndirectlyDeclaredProperties() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getInEdges() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphNode
-
- getInEdges(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
Gets an immutable list of in edges of the given node.
- getInEdges(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getInEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getInferTypes() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Gets the inferTypes flag.
- getInit(int) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- getInit(int) - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string init = 4;
- getInit(int) - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string init = 4;
- getInitBytes(int) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- getInitBytes(int) - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string init = 4;
- getInitBytes(int) - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string init = 4;
- getInitCount() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- getInitCount() - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string init = 4;
- getInitCount() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string init = 4;
- getInitialValue() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getInitList() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- getInitList() - Method in class com.google.javascript.jscomp.Instrumentation
-
repeated string init = 4;
- getInitList() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
repeated string init = 4;
- getInlineFunctionsLevel() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Get the function inlining policy for the compiler.
- getInput(InputId) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Looks up an input (possibly an externs input) by input id.
- getInput(InputId) - Method in class com.google.javascript.jscomp.Compiler
-
- getInput(int) - Method in class com.google.javascript.jscomp.JSModule
-
Returns the i-th source code input.
- getInput() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current input source.
- getInputCount() - Method in class com.google.javascript.jscomp.JSModule
-
Returns the number of source code inputs.
- getInputId() - Method in class com.google.javascript.jscomp.CompilerInput
-
Returns a name for this input.
- getInputId() - Method in class com.google.javascript.jscomp.JsAst
-
- getInputId(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getInputId() - Method in class com.google.javascript.jscomp.RecoverableJsAst
-
- getInputId() - Method in class com.google.javascript.jscomp.Reference
-
- getInputId() - Method in interface com.google.javascript.jscomp.SourceAst
-
- getInputId() - Method in class com.google.javascript.jscomp.SyntheticAst
-
- getInputId() - Method in class com.google.javascript.rhino.Node
-
- getInputName() - Method in class com.google.javascript.jscomp.TypedVar
-
- getInputProviding(String) - Method in class com.google.javascript.jscomp.deps.Es6SortedDependencies
-
- getInputProviding(String) - Method in interface com.google.javascript.jscomp.deps.SortedDependencies
-
Return the input that gives us the given symbol.
- getInputs() - Method in class com.google.javascript.jscomp.JSModule
-
Gets this module's list of source code inputs.
- getInputsById() - Method in class com.google.javascript.jscomp.Compiler
-
Returns an unmodifiable view of the compiler inputs indexed by id.
- getInputsWithoutProvides() - Method in class com.google.javascript.jscomp.deps.Es6SortedDependencies
-
- getInputsWithoutProvides() - Method in interface com.google.javascript.jscomp.deps.SortedDependencies
-
- getInstanceType() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the type of instance of this function.
- getInstantiatedTypeArgument(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns the template type argument in this type's map corresponding to the supertype's template
parameter, or the UNKNOWN_TYPE if the supertype template key is not present.
- getInstrumentForCoverageOnly() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getIntProp(byte) - Method in class com.google.javascript.rhino.Node
-
Returns the integer value for the property, or 0 if the property
is not defined.
- getItem() - Method in class com.google.javascript.rhino.SourcePosition
-
Returns the item found at this source position.
- getIterableTemplate() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getIteratorTemplate() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getIThenableTemplate() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getJavaClass() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJavaClass() - Method in class com.google.javascript.jscomp.Requirement
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJavaClass() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJavaClassBytes() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJavaClassBytes() - Method in class com.google.javascript.jscomp.Requirement
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJavaClassBytes() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
For "custom" requirements, the Java class used to enforce the requirement.
- getJSDocInfo() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getJSDocInfo() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.JSType
-
Gets the docInfo for this type.
- getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the docInfo for this type.
- getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.Property
-
- getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- getJSDocInfo() - Method in class com.google.javascript.rhino.Node
-
- getJSDocInfo() - Method in interface com.google.javascript.rhino.StaticSlot
-
Gets the JSDoc for this slot.
- getJsdocOfTypeDeclaration(String) - Method in class com.google.javascript.jscomp.TypedScope
-
- getJsModuleType() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getJSType() - Method in class com.google.javascript.rhino.Node
-
Returns the compiled inferred type on this node.
- getJSTypeBeforeCast() - Method in class com.google.javascript.rhino.Node
-
Returns the type of this node before casting.
- getKey() - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
Gets the message's key (e.g.
- getKey() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets the message's key, or name (e.g.
- getKind() - Method in class com.google.javascript.jscomp.SourceFile
-
Returns the source kind.
- getKind() - Method in class com.google.javascript.rhino.SimpleSourceFile
-
- getKind() - Method in interface com.google.javascript.rhino.StaticSourceFile
-
The source kind.
- getKnownValueType(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Apply the supplied predicate against
all possible result Nodes of the expression.
- getLabel() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
-
Retrieves the label of the edge.
- getLabel() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
-
Retrieves the label of the node.
- getLabel() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getLabel() - Method in class com.google.javascript.jscomp.parsing.parser.trees.BreakStatementTree
-
- getLabel() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ContinueStatementTree
-
- getLanguageIn() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getLastChild() - Method in class com.google.javascript.rhino.Node
-
- getLeastSupertype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Gets the least supertype of this
and that
.
- getLeastSupertype(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getLegacyCodeCompile() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getLegacyResolvedType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getLendsName() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the name we're lending to in a @lends
annotation.
- getLength() - Method in class com.google.javascript.jscomp.Compiler.CodeBuilder
-
Returns the length of the text buffer.
- getLength() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
-
- getLength() - Method in class com.google.javascript.refactoring.CodeReplacement
-
Returns how many characters the new content should replace in the original content.
- getLength() - Method in class com.google.javascript.rhino.Node
-
- getLicense() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the description specified by the @license
annotation.
- getLine(int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
-
- getLine(int) - Method in class com.google.javascript.jscomp.SourceFile
-
Gets the source line for the indicated line number.
- getLineLengthThreshold() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getLineno() - Method in class com.google.javascript.refactoring.SuggestedFix.MatchedNodeInfo
-
- getLineno() - Method in class com.google.javascript.rhino.Node
-
- getLineNumber() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 line_number = 4;
- getLineNumber() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required int32 line_number = 4;
- getLineNumber() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required int32 line_number = 4;
- getLineNumber() - Method in class com.google.javascript.jscomp.JSError
-
Get the line number.
- getLineNumber() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current line number, or zero if it cannot be determined.
- getLineOffset(int) - Method in class com.google.javascript.jscomp.CompilerInput
-
- getLineOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
-
- getLineOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
-
- getLineOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Returns the offset of the given line number relative to the file start.
- getLineOfOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
-
- getLineOfOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
-
- getLineOfOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Gets the 1-based line number of the given source offset.
- getLoadFlags() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getLoadFlags() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the loading information for this file.
- getLoadFlags() - Method in class com.google.javascript.jscomp.JSModule
-
- getLoadFlags() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getMarkers() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the list of all markers for the documentation in this JSDoc.
- getMatchedNodeInfo() - Method in class com.google.javascript.refactoring.SuggestedFix
-
Returns information about the original JS Compiler Node that caused this SuggestedFix to be
constructed.
- getMaxArity() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the maximum number of arguments that this function requires, or Integer.MAX_VALUE if this
is a variable argument function.
- getMeaning() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets the meaning annotated to the message, intended to force different
translations.
- getMeaning() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the meaning specified by the @meaning
annotation.
- getMessage(String) - Method in class com.google.javascript.jscomp.EmptyMessageBundle
-
Returns null, to indicate it has no message replacements.
- getMessage(String) - Method in interface com.google.javascript.jscomp.MessageBundle
-
Gets a message replacement.
- getMessage(String) - Method in class com.google.javascript.jscomp.XtbMessageBundle
-
- getMessage0(String) - Static method in class com.google.javascript.rhino.SimpleErrorReporter
-
- getMessage1(String, Object) - Static method in class com.google.javascript.rhino.SimpleErrorReporter
-
- getMessageNode() - Method in class com.google.javascript.jscomp.JsMessageDefinition
-
- getMetadata() - Method in class com.google.javascript.refactoring.Match
-
Returns the metadata for this match.
- getMinArity() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the minimum number of arguments that this function requires.
- getModifies() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the set of sideeffect notations.
- getModule() - Method in class com.google.javascript.jscomp.CompilerInput
-
Returns the module to which the input belongs.
- getModule(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModule(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Module = 101 { ...
- getModule(int) - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Module = 101 { ...
- getModule() - Method in exception com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
-
- getModule() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current input module.
- getModuleBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleCount() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleCount() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Module = 101 { ...
- getModuleCount() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Module = 101 { ...
- getModuleList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleList() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Module = 101 { ...
- getModuleList() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Module = 101 { ...
- getModuleMetadataMap() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
- getModuleMetadataMap() - Method in class com.google.javascript.jscomp.Compiler
-
- getModuleName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string module_name = 5;
- getModuleName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string module_name = 5;
- getModuleName() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string module_name = 5;
- getModuleName() - Method in class com.google.javascript.jscomp.ModuleIdentifier
-
- getModuleName(CompilerInput) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- getModuleName(ModuleLoader.ModulePath) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- getModuleNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string module_name = 5;
- getModuleNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string module_name = 5;
- getModuleNameBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string module_name = 5;
- getModuleOrBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleOrBuilder(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Module = 101 { ...
- getModuleOrBuilder(int) - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Module = 101 { ...
- getModuleOrBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- getModuleOrBuilderList() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
repeated group Module = 101 { ...
- getModuleOrBuilderList() - Method in interface com.google.javascript.jscomp.FunctionInformationMapOrBuilder
-
repeated group Module = 101 { ...
- getModuleResolutionMode() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getModules() - Method in class com.google.javascript.jscomp.Compiler
-
Gets the JS source modules in dependency order.
- getModulesByGoogNamespace() - Method in class com.google.javascript.jscomp.ModuleMetadataMap
-
- getModulesByPath() - Method in class com.google.javascript.jscomp.ModuleMetadataMap
-
- getName() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
- getName() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getName() - Method in class com.google.javascript.jscomp.CompilerInput
-
Returns a name for this input.
- getName() - Method in class com.google.javascript.jscomp.deps.DependencyFile
-
- getName() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the unique name / path of this file.
- getName() - Method in interface com.google.javascript.jscomp.deps.SourceFile
-
- getName() - Method in class com.google.javascript.jscomp.deps.VirtualFile
-
- getName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string name = 7;
- getName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string name = 7;
- getName() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string name = 7;
- getName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string name = 102;
- getName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
required string name = 102;
- getName() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder
-
required string name = 102;
- getName() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
-
Name of the graph.
- getName() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getName() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getName() - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
-
- getName() - Method in class com.google.javascript.jscomp.JSModule
-
Gets the module name.
- getName() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getName() - Method in class com.google.javascript.jscomp.ModuleIdentifier
-
- getName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getName() - Method in class com.google.javascript.jscomp.SourceFile
-
Returns a unique name for the source file.
- getName() - Method in class com.google.javascript.rhino.jstype.Property
-
- getName() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- getName() - Method in class com.google.javascript.rhino.SimpleSourceFile
-
- getName() - Method in interface com.google.javascript.rhino.StaticSlot
-
Gets the name of the slot.
- getName() - Method in interface com.google.javascript.rhino.StaticSourceFile
-
The name of the file.
- getNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string name = 7;
- getNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string name = 7;
- getNameBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string name = 7;
- getNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string name = 102;
- getNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
required string name = 102;
- getNameBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder
-
required string name = 102;
- getNameNode() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getNameNode(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Gets the node of a function or class's name.
- getNameNode() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
-
Gets the position information for the name found
in an @param tag.
- getNamespaceOrTypedefType(String) - Method in class com.google.javascript.jscomp.TypedScope
-
- getNativeFunctionType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getNativeObjectType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getNativeType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getNaturalSymbolOrdering() - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the 'natural' ordering of symbols.
- getNearestFunctionName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Gets the function's name.
- getNeighborEdges() - Method in interface com.google.javascript.jscomp.graph.UndiGraph.UndiGraphNode
-
- getNeighborEdgesIterator() - Method in interface com.google.javascript.jscomp.graph.UndiGraph.UndiGraphNode
-
- getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Gets the neighboring nodes.
- getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getNewContent() - Method in class com.google.javascript.refactoring.CodeReplacement
-
Returns the new content that should be inserted into the file.
- getNewNameToOriginalNameMap() - Method in class com.google.javascript.jscomp.VariableMap
-
Returns an immutable mapping from new names to original names.
- getNext() - Method in class com.google.javascript.rhino.Node
-
- getNode() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getNode(N) - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
-
Gets a node from the graph given a value.
- getNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getNode() - Method in class com.google.javascript.jscomp.Reference
-
- getNode() - Method in class com.google.javascript.refactoring.Match
-
Returns the node that matched the given conditions.
- getNode() - Method in class com.google.javascript.rhino.jstype.Property
-
- getNode() - Method in class com.google.javascript.rhino.jstype.SimpleReference
-
- getNode() - Method in interface com.google.javascript.rhino.StaticRef
-
The node where the reference lives.
- getNode1Id() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
-
Get the first node in the edge.
- getNode2Id() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
-
Get the second node in the edge.
- getNodeA() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
-
- getNodeB() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
-
- getNodeByLineCol(Node, int, int) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getNodeCount() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
-
- getNodeCount() - Method in class com.google.javascript.jscomp.graph.Graph
-
- getNodeCount() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getNodeCount() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Gets the degree of a node.
- getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getNodeLength() - Method in class com.google.javascript.jscomp.JSError
-
- getNodes() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
-
Gets an immutable list of all nodes.
- getNodes() - Method in class com.google.javascript.jscomp.graph.Graph
-
Gets an immutable list of all nodes.
- getNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getNodeSourceOffset() - Method in class com.google.javascript.jscomp.JSError
-
- getNonDefaultAlternatives() - Method in class com.google.javascript.refactoring.SuggestedFix
-
Get all alternative fixes, excluding this fix.
- getNormalizedReferenceName() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Due to the complexity of some of our internal type systems, sometimes
we have different types constructed by the same constructor.
- getNumber() - Method in enum com.google.javascript.jscomp.Requirement.Severity
-
- getNumber() - Method in enum com.google.javascript.jscomp.Requirement.Type
-
- getNumber() - Method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- getNumber() - Method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- getNumInputs() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
- getNumJsFiles() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
- getNumLines() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getObjectElementKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getObjectIndexKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getObjectLiteralCast(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getObjectLiteralCast(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks if the given method performs a object literal cast, and if it does,
returns information on the cast.
- getObjectLiteralCast(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getOffset() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
-
- getOnlyApplyTo(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyTo(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyTo(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToBytes(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToBytes(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToBytes(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToCount() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToList() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- getOnlyApplyToRegexp(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexp(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexp(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpBytes(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpCount() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpList() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyApplyToRegexpList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- getOnlyChild() - Method in class com.google.javascript.rhino.Node
-
- getOptimizations() - Method in class com.google.javascript.jscomp.DefaultPassConfig
-
- getOptimizations() - Method in class com.google.javascript.jscomp.PassConfig
-
Gets the optimization passes to run.
- getOptionalNodeComparator(boolean) - Method in class com.google.javascript.jscomp.ControlFlowGraph
-
Gets a comparator for the nodes.
- getOriginalCommentPosition() - Method in class com.google.javascript.rhino.JSDocInfo
-
- getOriginalCommentString() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the original JSDoc comment string.
- getOriginalName() - Method in class com.google.javascript.rhino.Node
-
The original name of this node, if the node has been renamed.
- getOriginalNameToNewNameMap() - Method in class com.google.javascript.jscomp.VariableMap
-
Returns an immutable mapping from original names to new names.
- getOriginalPath() - Method in class com.google.javascript.jscomp.SourceFile
-
- getOriginalPath() - Method in class com.google.javascript.jscomp.SourceMapInput
-
Gets the original location of this sourcemap file on disk.
- getOriginalQualifiedName() - Method in class com.google.javascript.rhino.Node
-
This function takes a set of GETPROP nodes and produces a string that is each property
separated by dots.
- getOutEdges() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphNode
-
- getOutEdges(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
Gets an immutable list of out edges of the given node.
- getOutEdges(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- getOutEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getOutputFeatureSet() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Gets the set of features that can appear in the output.
- getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getOwnImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Returns interfaces directly implemented by the class.
- getOwnPropertyDefSite(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getOwnPropertyJSDocInfo(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the docInfo on the specified property on this type.
- getOwnPropertyKind(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Checks whether the property whose name is given is present directly on
the object.
- getOwnPropertyNames() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Includes the prototype iff someone has created it.
- getOwnPropertyNames() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Returns the names of all the properties directly on this type.
- getOwnSlot(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getOwnSlot(String) - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
-
Like getSlot
but does not recurse into parent scopes.
- getOwnSlot(String) - Method in interface com.google.javascript.rhino.StaticScope
-
Like getSlot
but does not recurse into parent scopes.
- getPackageJsonEntryNames() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPackageJsonMainEntries() - Method in class com.google.javascript.jscomp.deps.ModuleLoader
-
- getPackageJsonMainEntries() - Method in class com.google.javascript.jscomp.RewriteJsonToModule
-
- getPackageName(StaticSourceFile) - Method in interface com.google.javascript.jscomp.CodingConvention
-
- getPackageName(StaticSourceFile) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getPackageName(StaticSourceFile) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
- getParameterCount() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the number of parameters defined.
- getParameterInFunction(SymbolTable.Symbol, String) - Method in class com.google.javascript.jscomp.SymbolTable
-
If sym
is a function, try to find a Symbol for a parameter with the given name.
- getParameterNameAt(int) - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the nth name in the defined parameters.
- getParameterNames() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the set of names of the defined parameters.
- getParameters() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getParametersNode() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets a PARAM_LIST node that contains all params.
- getParameterType(String) - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the type of a given named parameter.
- getParameterTypes() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getParent() - Method in class com.google.javascript.jscomp.TypedScope
-
- getParent() - Method in class com.google.javascript.rhino.Node
-
- getParentChangeScopeNodes(List<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns the list of scope nodes which are parents of the provided list of scope nodes.
- getParentNode() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getParentScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- getParentScope() - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
-
Returns the scope enclosing this one or null if none.
- getParentScope() - Method in interface com.google.javascript.rhino.StaticScope
-
Returns the scope enclosing this one or null if none.
- getParserForType() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- getParserForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getParserForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getParserForType() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getParserForType() - Method in class com.google.javascript.jscomp.Instrumentation
-
- getParserForType() - Method in class com.google.javascript.jscomp.Requirement
-
- getParserForType() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getPartitionSuperNode(N) - Method in class com.google.javascript.jscomp.graph.GraphColoring
-
Using the coloring as partitions, finds the node that represents that
partition as the super node.
- getParts() - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
- getPath() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
-
- getPathEscaper() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.CompilerInput
-
Gets the path relative to closure-base, if one is available.
- getPathRelativeToClosureBase() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the path of this file relative to Closure's base.js file.
- getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.JSModule
-
- getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getPlaceholders() - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
Returns the message registered placeholders
- getPosition() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
-
- getPositionOnEndLine() - Method in class com.google.javascript.rhino.SourcePosition
-
Returns the character position on the ending line.
- getPositionOnStartLine() - Method in class com.google.javascript.rhino.SourcePosition
-
Returns the character position on the starting line.
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.AllType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.BooleanType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the set of possible outcomes of the ToBoolean
predicate
for this type.
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NoType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NullType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NumberType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.StringType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.SymbolType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.VoidType
-
- getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.ClosureReverseAbstractInterpreter
-
- getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in interface com.google.javascript.jscomp.type.ReverseAbstractInterpreter
-
Calculates a precise version of the scope knowing the outcome of the
condition.
- getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.SemanticReverseAbstractInterpreter
-
- getPreferLineBreakAtEndOfFile() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPrefix(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- getPrefix(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of source path prefixes.
- getPrefix(int) - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of source path prefixes.
- getPrefixBytes(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- getPrefixBytes(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of source path prefixes.
- getPrefixBytes(int) - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of source path prefixes.
- getPrefixCount() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- getPrefixCount() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of source path prefixes.
- getPrefixCount() - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of source path prefixes.
- getPrefixList() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- getPrefixList() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of source path prefixes.
- getPrefixList() - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of source path prefixes.
- getPrevious() - Method in class com.google.javascript.rhino.Node
-
- getPrimitiveType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
Gets the primitive type of this enum element.
- getPriority() - Method in class com.google.javascript.jscomp.ByPathWarningsGuard
-
- getPriority() - Method in class com.google.javascript.jscomp.ijs.CheckTypeSummaryWarningsGuard
-
- getPriority() - Method in class com.google.javascript.jscomp.ShowByPathWarningsGuard
-
- getPriority() - Method in class com.google.javascript.jscomp.StrictWarningsGuard
-
- getPriority() - Method in class com.google.javascript.jscomp.WarningsGuard
-
The priority in which warnings guards are applied.
- getPriority() - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
-
- getProgress() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
- getProgress() - Method in class com.google.javascript.jscomp.Compiler
-
- getprop(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- getprop(Node, Node, Node...) - Static method in class com.google.javascript.rhino.IR
-
- getprop(Node, String, String...) - Static method in class com.google.javascript.rhino.IR
-
- getProp(byte) - Method in class com.google.javascript.rhino.Node
-
- getPropertiesCount() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the number of properties of this object.
- getPropertyCollapseLevel() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPropertyDefSite(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getPropertyJSDocInfo(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getPropertyKind(String, boolean) - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getPropertyKind(String) - Method in class com.google.javascript.rhino.jstype.JSType
-
Checks whether the property is present on the object.
- getPropertyKind(String, boolean) - Method in class com.google.javascript.rhino.jstype.JSType
-
Checks whether the property is present on the object.
- getPropertyKind(String, boolean) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getPropertyKind(String, boolean) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getPropertyKind(String, boolean) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getPropertyMap() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getPropertyNames() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Returns a list of properties defined or inferred on this type and any of
its supertypes.
- getPropertyNode(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the node corresponding to the definition of the specified property.
- getPropertyRenaming() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPropertyReservedNamingFirstChars() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPropertyReservedNamingNonFirstChars() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getPropertyScope() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the property type of the property whose name is given.
- getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getPropertyTypeMap() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
get the map of properties to types covered in a function type
- getPropertyTypeMap() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
get the map of properties to types covered in an object type
- getPrototype() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the prototype
property of this function type.
- getPrototypeProperty() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getProvides() - Method in class com.google.javascript.jscomp.CompilerInput
-
Gets a list of types provided by this input.
- getProvides() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the symbols provided by this file.
- getProvides() - Method in class com.google.javascript.jscomp.JSModule
-
- getProvides() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getQualifiedName() - Method in class com.google.javascript.rhino.Node
-
This function takes a set of GETPROP nodes and produces a string that is each property
separated by dots.
- getQualifiedSlot(String) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
Get the slot for a fully-qualified name (e.g., "a.b.c") by trying to find property scopes at
each part of the path.
- getRawString() - Method in class com.google.javascript.rhino.Node
-
Can only be called when getType() == Token.TEMPLATELIT_STRING
- getRawText() - Method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- getRawType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getReadableTypeName(Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
The nice API for this method is a single argument; dereference is a detail.
- getReadableTypeNameNoDeref(Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getReason() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;
- getReason() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;
- getReason() - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;
- getReferencedType() - Method in class com.google.javascript.rhino.jstype.NamedType
-
Returns the type to which this refers (which is unknown if unresolved).
- getReferencedType() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getReferenceList(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.NamedType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the reference name for this object.
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.TemplateType
-
- getReferenceName() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- getReferences(Var) - Method in class com.google.javascript.jscomp.ReferenceCollectingCallback
-
Gets the reference collection for the given variable.
- getReferences(Var) - Method in interface com.google.javascript.jscomp.ReferenceMap
-
Returns references to var
.
- getReferences(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
-
- getReferences() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the list of references or null if none.
- getReferences(S) - Method in interface com.google.javascript.rhino.StaticSymbolTable
-
Returns the references that point to the given symbol.
- getRegexp(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- getRegexp(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of regexes matching sources to be ignored
- getRegexp(int) - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of regexes matching sources to be ignored
- getRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- getRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of regexes matching sources to be ignored
- getRegexpBytes(int) - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of regexes matching sources to be ignored
- getRegexpCount() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- getRegexpCount() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of regexes matching sources to be ignored
- getRegexpCount() - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of regexes matching sources to be ignored
- getRegexpList() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- getRegexpList() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
A list of regexes matching sources to be ignored
- getRegexpList() - Method in interface com.google.javascript.jscomp.Requirement.WhitelistEntryOrBuilder
-
A list of regexes matching sources to be ignored
- getRegion(int) - Method in class com.google.javascript.jscomp.SourceFile
-
Get a region around the indicated line number.
- getRegisteredGroups() - Method in class com.google.javascript.jscomp.DiagnosticGroups
-
Get the registered diagnostic groups, indexed by name.
- getReleaseDate() - Static method in class com.google.javascript.jscomp.Compiler
-
Returns the compiler date baked into the jar.
- getReleaseVersion() - Static method in class com.google.javascript.jscomp.Compiler
-
Returns the compiler version baked into the jar.
- getRenamePrefixNamespace() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getReplacements() - Method in class com.google.javascript.refactoring.SuggestedFix
-
Returns a multimap from filename to all the replacements that should be
applied for this given fix.
- getReportCall() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_call = 2;
- getReportCall() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_call = 2;
- getReportCall() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_call = 2;
- getReportCallBytes() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_call = 2;
- getReportCallBytes() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_call = 2;
- getReportCallBytes() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_call = 2;
- getReportDefined() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_defined = 1;
- getReportDefined() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_defined = 1;
- getReportDefined() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_defined = 1;
- getReportDefinedBytes() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_defined = 1;
- getReportDefinedBytes() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_defined = 1;
- getReportDefinedBytes() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_defined = 1;
- getReportExit() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_exit = 6;
- getReportExit() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_exit = 6;
- getReportExit() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_exit = 6;
- getReportExitBytes() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_exit = 6;
- getReportExitBytes() - Method in class com.google.javascript.jscomp.Instrumentation
-
optional string report_exit = 6;
- getReportExitBytes() - Method in interface com.google.javascript.jscomp.InstrumentationOrBuilder
-
optional string report_exit = 6;
- getReportLooseTypeViolations() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Whether to report possible violations when type information is not exact.
- getReportLooseTypeViolations() - Method in class com.google.javascript.jscomp.Requirement
-
Whether to report possible violations when type information is not exact.
- getReportLooseTypeViolations() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Whether to report possible violations when type information is not exact.
- getRequiredSymbols() - Method in class com.google.javascript.jscomp.deps.DependencyInfo.Base
-
- getRequiredSymbols() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
- getRequirement(int) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirement(int) - Method in class com.google.javascript.jscomp.ConformanceConfig
-
repeated .jscomp.Requirement requirement = 1;
- getRequirement(int) - Method in interface com.google.javascript.jscomp.ConformanceConfigOrBuilder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementBuilder(int) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementBuilderList() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementCount() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementCount() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementCount() - Method in interface com.google.javascript.jscomp.ConformanceConfigOrBuilder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementList() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementList() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementList() - Method in interface com.google.javascript.jscomp.ConformanceConfigOrBuilder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilder(int) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilder(int) - Method in class com.google.javascript.jscomp.ConformanceConfig
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilder(int) - Method in interface com.google.javascript.jscomp.ConformanceConfigOrBuilder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilderList() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilderList() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
repeated .jscomp.Requirement requirement = 1;
- getRequirementOrBuilderList() - Method in interface com.google.javascript.jscomp.ConformanceConfigOrBuilder
-
repeated .jscomp.Requirement requirement = 1;
- getRequireName(Match, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
If the namespace has a short name, return it.
- getRequires() - Method in class com.google.javascript.jscomp.CompilerInput
-
Gets a list of types depended on by this input.
- getRequires() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the symbols required by this file.
- getRequires() - Method in class com.google.javascript.jscomp.JSModule
-
- getRequires() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getReservedCharacters() - Method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
-
Gets characters that are reserved for use in anonymous function names and
can't be used in variable or property names.
- getReservedVars() - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
-
- getResolvedTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
Returns the JSType value associated with the specified template key.
- getRestrictedTypeGivenToBooleanOutcome(boolean) - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the restricted type of this type knowing that the
ToBoolean
predicate has a specific value.
- getRestrictedTypeGivenToBooleanOutcome(boolean) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getRestrictedUnion(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
Returns a more restricted union type than this
one, in which all
subtypes of type
have been removed.
- getRestrictedWithoutNull(JSType) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Returns a version of type where null is not present.
- getRestrictedWithoutUndefined(JSType) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Returns a version of type where undefined is not present.
- getResult() - Method in class com.google.javascript.jscomp.Compiler
-
Returns the result of the compilation.
- getReturnDescription() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the description of the returned object or null if none specified.
- getReturnType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the return type specified by the @return
annotation.
- getReturnType() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getReverseAbstractInterpreter() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Get an interpreter for type analysis.
- getReverseAbstractInterpreter() - Method in class com.google.javascript.jscomp.Compiler
-
- getRewritePolyfills() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getRoot() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Returns the root node of the AST, which includes both externs and source.
- getRoot() - Method in class com.google.javascript.jscomp.Compiler
-
- getRoot() - Method in class com.google.javascript.rhino.JSTypeExpression
-
- getRootNode() - Method in interface com.google.javascript.rhino.StaticScope
-
Returns the root node associated with this scope.
- getRootTarget(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns the outermost target enclosing the given assignment target.
- getRuleId() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuleId() - Method in class com.google.javascript.jscomp.Requirement
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuleId() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuleIdBytes() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuleIdBytes() - Method in class com.google.javascript.jscomp.Requirement
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuleIdBytes() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- getRuntime() - Method in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer
-
- getRuntime() - Method in class com.google.javascript.jscomp.bundle.CoverageInstrumenter
-
- getRuntime() - Method in class com.google.javascript.jscomp.bundle.Transpiler
-
- getRuntime() - Method in class com.google.javascript.jscomp.PerformanceTracker
-
- getRValueOfLValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Gets the r-value (or initializer) of a node returned by getBestLValue.
- getSaveAfterChecksFileName() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- getScope() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getScope(Var) - Method in class com.google.javascript.jscomp.ReferenceCollectingCallback
-
- getScope(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
-
- getScope() - Method in class com.google.javascript.rhino.jstype.Property
-
- getScope() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- getScope() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
-
- getScope() - Method in interface com.google.javascript.rhino.StaticSlot
-
- getScope(S) - Method in interface com.google.javascript.rhino.StaticSymbolTable
-
Returns the scope for a given symbol.
- getScopeCreator() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getScopeDepth() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- getScopeRoot() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getScopeRoot() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Returns the current scope's root.
- getScriptNodeForError(JSError) - Method in class com.google.javascript.jscomp.FileAwareWarningsGuard
-
- getSecondChild() - Method in class com.google.javascript.rhino.Node
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.Instrumentation
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.Requirement
-
- getSerializedSize() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getSeverity() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING];
- getSeverity() - Method in class com.google.javascript.jscomp.Requirement
-
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING];
- getSeverity() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING];
- getSideEffectFlags() - Method in class com.google.javascript.rhino.Node
-
Returns the side effects flags for this node.
- getSimplifiedName(Node) - Static method in class com.google.javascript.jscomp.NameBasedDefinitionProvider
-
Extract a name from a node.
- getSingletonGetterClassName(Node) - Method in class com.google.javascript.jscomp.ChromeCodingConvention
-
- getSingletonGetterClassName(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- getSingletonGetterClassName(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks if the given method defines a singleton getter, and if it does,
returns the name of the class with the singleton getter.
- getSingletonGetterClassName(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- getSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 size = 6;
- getSize() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required int32 size = 6;
- getSize() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required int32 size = 6;
- getSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
-
- getSlot(String) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- getSlot(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- getSlot(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Default getSlot implementation.
- getSlot(String) - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
-
Returns any defined slot within this scope for this name.
- getSlot(String) - Method in interface com.google.javascript.rhino.StaticScope
-
Returns any defined slot within this scope for this name.
- getSmallestCoveringSubtree(JSModule, BitSet) - Method in class com.google.javascript.jscomp.JSModuleGraph
-
Finds the module with the fewest transitive dependents on which all of the given modules depend
and that is a subtree of the given parent module tree.
- getSortedDependenciesOf(List<INPUT>) - Method in class com.google.javascript.jscomp.deps.Es6SortedDependencies
-
- getSortedDependenciesOf(List<INPUT>) - Method in interface com.google.javascript.jscomp.deps.SortedDependencies
-
Gets all the dependencies of the given roots.
- getSortedList() - Method in class com.google.javascript.jscomp.deps.Es6SortedDependencies
-
- getSortedList() - Method in interface com.google.javascript.jscomp.deps.SortedDependencies
-
- getSortKey(Node) - Static method in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
-
- getSortKey() - Method in class com.google.javascript.refactoring.CodeReplacement
-
Returns an additional String key that can be used to sort replacements using lexical ordering.
- getSource() - Method in class com.google.javascript.jscomp.AbstractMessageFormatter
-
Get the source excerpt provider.
- getSource() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
-
- getSource() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the source node or null if this is an unknown function.
- getSourceExcerpt() - Method in interface com.google.javascript.jscomp.Region
-
Get the source region.
- getSourceExcerpt() - Method in class com.google.javascript.jscomp.SimpleRegion
-
- getSourceFile() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getSourceFile() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getSourceFile() - Method in class com.google.javascript.jscomp.JsAst
-
- getSourceFile(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getSourceFile() - Method in class com.google.javascript.jscomp.parsing.JsDocInfoParser
-
- getSourceFile() - Method in class com.google.javascript.jscomp.RecoverableJsAst
-
- getSourceFile() - Method in class com.google.javascript.jscomp.Reference
-
- getSourceFile() - Method in interface com.google.javascript.jscomp.SourceAst
-
Returns the source file the generated AST represents.
- getSourceFile() - Method in class com.google.javascript.jscomp.SyntheticAst
-
- getSourceFile() - Method in class com.google.javascript.rhino.jstype.Property
-
- getSourceFile() - Method in class com.google.javascript.rhino.jstype.SimpleReference
-
- getSourceFile() - Method in interface com.google.javascript.rhino.StaticRef
-
The source file where the reference lives.
- getSourceFileContentByName(String) - Method in class com.google.javascript.jscomp.Compiler
-
- getSourceFileName() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getSourceFilename() - Method in class com.google.javascript.refactoring.SuggestedFix.MatchedNodeInfo
-
- getSourceFileName() - Method in class com.google.javascript.rhino.Node
-
- getSourceLine(String, int) - Method in class com.google.javascript.jscomp.Compiler
-
- getSourceLine(String, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
-
Get the line indicated by the line number.
- getSourceMap() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
-
- getSourceMap() - Method in class com.google.javascript.jscomp.Compiler
-
- getSourceMap(String) - Method in class com.google.javascript.jscomp.deps.ClosureBundler
-
Subclasses that need to provide a source map for any transformed input can return it with this
method.
- getSourceMap(ErrorManager) - Method in class com.google.javascript.jscomp.SourceMapInput
-
Gets the source map, reading from disk and parsing if necessary.
- getSourceMapping(String, int, int) - Method in class com.google.javascript.jscomp.Compiler
-
- getSourceMapping(String, int, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
-
If the source file is associated with an inputSourceMap, does a lookup
for the original file position based on this source map.
- getSourceMapping(String, int, int) - Method in interface com.google.javascript.jscomp.SourceFileMapping
-
Returns the original mapping for the file name, line number and column position found
in the source map.
- getSourceMapURL() - Method in class com.google.javascript.jscomp.parsing.parser.Parser
-
Returns the url provided by the sourceMappingURL if any was found.
- getSourceName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string source_name = 3;
- getSourceName() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string source_name = 3;
- getSourceName() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string source_name = 3;
- getSourceName() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets the message's sourceName.
- getSourceName() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Gets the current input source name.
- getSourceName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- getSourceName() - Method in class com.google.javascript.rhino.JSTypeExpression
-
- getSourceNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string source_name = 3;
- getSourceNameBytes() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
required string source_name = 3;
- getSourceNameBytes() - Method in interface com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder
-
required string source_name = 3;
- getSourceOffset() - Method in class com.google.javascript.rhino.Node
-
- getSourcePosition(int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
-
- getSourcePosition() - Method in class com.google.javascript.rhino.Node
-
- getSourceRange(int, int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
-
- getSourceRegion(String, int) - Method in class com.google.javascript.jscomp.Compiler
-
- getSourceRegion(String, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
-
Get a region around the indicated line number.
- getSrc() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
-
- getStart() - Method in class com.google.javascript.jscomp.parsing.parser.Token
-
- getStart() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- getStartLine() - Method in class com.google.javascript.rhino.SourcePosition
-
Returns the starting line number of this position.
- getStartPosition() - Method in class com.google.javascript.refactoring.CodeReplacement
-
Returns the start position within the file that the modification should be applied starting at.
- getStaticSourceFile() - Method in class com.google.javascript.rhino.Node
-
Returns the source file associated with this input.
- getStats() - Method in class com.google.javascript.jscomp.PerformanceTracker
-
- getString() - Method in class com.google.javascript.rhino.Node
-
Can only be called when node has String context.
- getString() - Method in class com.google.javascript.rhino.Node.TypeDeclarationNode
-
returns the string content.
- getStringValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Gets the value of a node as a String, or null if it cannot be converted.
- getStyle() - Method in class com.google.javascript.jscomp.CssRenamingMap.ByPart
-
- getStyle() - Method in class com.google.javascript.jscomp.CssRenamingMap.ByWhole
-
- getStyle() - Method in interface com.google.javascript.jscomp.CssRenamingMap
-
- getSuperClassConstructor() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Given a constructor or an interface type, get its superclass constructor or null
if
none exists.
- getSuperClassConstructor() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getSuppressions() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the set of suppressed warnings.
- getSymbol() - Method in class com.google.javascript.jscomp.AbstractVar
-
- getSymbol() - Method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- getSymbol() - Method in class com.google.javascript.jscomp.Reference
-
- getSymbol() - Method in class com.google.javascript.rhino.jstype.Property
-
- getSymbol() - Method in class com.google.javascript.rhino.jstype.SimpleReference
-
- getSymbol() - Method in interface com.google.javascript.rhino.jstype.StaticTypedRef
-
The variable that this reference points to.
- getSymbol() - Method in interface com.google.javascript.rhino.StaticRef
-
The variable that this reference points to.
- getSymbolDeclaredBy(FunctionType) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the symbol for the given constructor or interface.
- getSymbolDeclaredBy(EnumType) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the symbol for the given enum.
- getSymbolForInstancesOf(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the symbol for the prototype if this is the symbol for a constructor or interface.
- getSymbolForInstancesOf(FunctionType) - Method in class com.google.javascript.jscomp.SymbolTable
-
Gets the symbol for the prototype of the given constructor or interface.
- getSymbolForScope(SymbolTable.SymbolScope) - Method in class com.google.javascript.jscomp.SymbolTable
-
All local scopes are associated with a function, and some functions are associated with a
symbol.
- getTemplateKeys() - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
Returns a list of all template keys.
- getTemplateNodeToMatchMap() - Method in class com.google.javascript.jscomp.TemplateAstMatcher
-
Returns a map from named template Nodes (such as parameters
or local variables) to Nodes that were matches from the last matched
template.
- getTemplateNodeToMatchMap() - Method in class com.google.javascript.refactoring.JsSourceMatcher
-
Returns a map from named template node strings to Nodes that were the
equivalent matches from the last matched template.
- getTemplateTypeKeyByName(String) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
- getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns the template type map associated with this type.
- getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getTemplateTypeNames() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the template type name.
- getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.NamedType
-
- getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Gets the declared default element type.
- getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- getThenableValueKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- getThisAndAllDependencies() - Method in class com.google.javascript.jscomp.JSModule
-
Returns this module and all of its dependencies in one list.
- getThisType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the type specified by the @this
annotation.
- getThrownTypes() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the list of thrown types.
- getThrowsDescriptionForType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfo
-
Get the message for a given thrown type.
- getToken() - Method in class com.google.javascript.rhino.Node
-
- getTokenType(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- getTopDefiningInterface(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getTopMostDefiningType(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Given a constructor or an interface type and a property, finds the top-most superclass that has
the property defined (including this constructor).
- getTopScope() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets the top scope.
- getTopScope() - Method in class com.google.javascript.jscomp.Compiler
-
- getTracerMode() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getTranformationName() - Method in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer
-
- getTranformationName() - Method in class com.google.javascript.jscomp.bundle.CoverageInstrumenter
-
- getTranformationName() - Method in class com.google.javascript.jscomp.bundle.Transpiler
-
- getTranspileOnlyPasses() - Method in class com.google.javascript.jscomp.DefaultPassConfig
-
- getTranspileOnlyPasses() - Method in class com.google.javascript.jscomp.PassConfig
-
Gets the transpilation passes
- getTweakProcessing() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getTweakReplacements() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Returns the map of tweak replacements.
- getType() - Method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- getType() - Method in class com.google.javascript.jscomp.JSError
-
- getType() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The type of requirement.
- getType() - Method in class com.google.javascript.jscomp.Requirement
-
Required: The type of requirement.
- getType() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Required: The type of requirement.
- getType() - Method in class com.google.javascript.jscomp.TypedVar
-
Gets this variable's type.
- getType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the type specified by the @type
annotation.
- getType() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
-
Gets the position information for the type expression found
in some block tags, like "@param" and "@return".
- getType(StaticScope, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Looks up a native type by name.
- getType(StaticTypedScope, String, String, int, int) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Looks up a type by name.
- getType() - Method in class com.google.javascript.rhino.jstype.Property
-
- getType() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- getType() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
-
Returns the type information, if any, for this slot.
- getTypedefType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the typedef type specified by the @type
annotation.
- getTypedPercent() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Gets the percentage of typed expressions.
- getTypedPercent() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- getTypedPercent() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- getTypedScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- getTypedScopeCreator() - Method in class com.google.javascript.jscomp.Compiler
-
- getTypeForScope(StaticScope, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Looks up a native type by name.
- getTypeIfRefinable(Node, FlowScope) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Returns the type of a node in the given scope if the node corresponds to a
name whose type is capable of being refined.
- getTypeMatchingStrategy() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Strategy to use for matching types in the value parameter (e.g.
- getTypeMatchingStrategy() - Method in class com.google.javascript.jscomp.Requirement
-
Strategy to use for matching types in the value parameter (e.g.
- getTypeMatchingStrategy() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Strategy to use for matching types in the value parameter (e.g.
- getTypeNodes() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns a collection of all type nodes that are a part of this JSDocInfo.
- getTypeOfThis() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- getTypeOfThis() - Method in class com.google.javascript.jscomp.TypedScope
-
Gets the type of this
in the current scope.
- getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Gets the type of this
in this function.
- getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- getTypeOfThis() - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
-
Returns the expected type of this
in the current scope.
- getTypeParameters() - Method in class com.google.javascript.rhino.jstype.JSType
-
- getTypeRegistry() - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Gets a central registry of type information from the compiled JS.
- getTypeRegistry() - Method in class com.google.javascript.jscomp.Compiler
-
- getTypeRequires() - Method in class com.google.javascript.jscomp.CompilerInput
-
- getTypeRequires() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Gets the symbols type-required by this file (i.e.
- getTypeRequires() - Method in class com.google.javascript.jscomp.JSModule
-
- getTypeRequires() - Method in class com.google.javascript.jscomp.LazyParsedDependencyInfo
-
- getTypes() - Method in class com.google.javascript.jscomp.DiagnosticGroup
-
Returns all the types in this group.
- getTypesUnderEquality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the subset of this
and that
types if equality
is observed.
- getTypesUnderEquality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getTypesUnderInequality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the subset of this
and that
types if inequality
is observed.
- getTypesUnderInequality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getTypesUnderShallowEquality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the subset of this
and that
types under shallow
equality.
- getTypesUnderShallowInequality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Computes the subset of this
and that
types under
shallow inequality.
- getTypesUnderShallowInequality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- getTypeTransformation() - Method in class com.google.javascript.rhino.jstype.TemplateType
-
- getTypeTransformationAst() - Method in class com.google.javascript.jscomp.parsing.TypeTransformationParser
-
- getTypeTransformations() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the type transformations.
- getUndirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.UndiGraph
-
- getUndirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- getUnionMembers() - Method in class com.google.javascript.rhino.jstype.JSType
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.Instrumentation
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.Requirement
-
- getUnknownFields() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- getUseOriginalNamesInOutput() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- getUseSites(DefinitionsRemover.Definition) - Method in class com.google.javascript.jscomp.DefinitionUseSiteFinder
-
Returns a collection of use sites that may refer to provided definition.
- getValue() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.FlagEntry
-
- getValue() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
-
Retrieves the edge's value.
- getValue() - Method in interface com.google.javascript.jscomp.graph.GraphNode
-
Retrieves the node's value.
- getValue() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- getValue(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- getValue(int) - Method in class com.google.javascript.jscomp.Requirement
-
The value banned, optional for "custom" requirements.
- getValue(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
The value banned, optional for "custom" requirements.
- getValue() - Method in enum com.google.javascript.jscomp.WarningsGuard.Priority
-
- getValueBytes(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- getValueBytes(int) - Method in class com.google.javascript.jscomp.Requirement
-
The value banned, optional for "custom" requirements.
- getValueBytes(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
The value banned, optional for "custom" requirements.
- getValueCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- getValueCount() - Method in class com.google.javascript.jscomp.Requirement
-
The value banned, optional for "custom" requirements.
- getValueCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
The value banned, optional for "custom" requirements.
- getValueDescriptor() - Method in enum com.google.javascript.jscomp.Requirement.Severity
-
- getValueDescriptor() - Method in enum com.google.javascript.jscomp.Requirement.Type
-
- getValueDescriptor() - Method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- getValueDescriptor() - Method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- getValueList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- getValueList() - Method in class com.google.javascript.jscomp.Requirement
-
The value banned, optional for "custom" requirements.
- getValueList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
The value banned, optional for "custom" requirements.
- getVersion() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns the version or null if none.
- getViolatingNodes(Compiler, Node, Node, Requirement) - Static method in class com.google.javascript.jscomp.ConformanceWhitelister
-
- getViolatingPaths(Compiler, Node, Node, Requirement) - Static method in class com.google.javascript.jscomp.ConformanceWhitelister
-
- getVisibility() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
- getVisibility() - Method in class com.google.javascript.rhino.JSDocInfo
-
Gets the visibility specified by @private
, @protected
or
@public
annotation.
- getWarningCount() - Method in class com.google.javascript.jscomp.Compiler
-
Gets the number of warnings.
- getWarningCount() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Gets the number of reported warnings.
- getWarningCount() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- getWarningCount() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- getWarnings() - Method in class com.google.javascript.jscomp.Compiler
-
Returns the array of warnings (never null).
- getWarnings() - Method in interface com.google.javascript.jscomp.ErrorManager
-
Gets all the warnings.
- getWarnings() - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- getWarnings() - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- getWebpackId() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
-
- getWeight(N) - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
-
Returns a weight for the given value to be used in ordering nodes, e.g.
- getWeight(N) - Method in class com.google.javascript.jscomp.graph.Graph
-
- getWhitelist(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelist(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelist(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistBytes(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistBytes(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistBytes(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistCount() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistEntry(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntry(int) - Method in class com.google.javascript.jscomp.Requirement
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntry(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryBuilder(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryBuilderList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryCount() - Method in class com.google.javascript.jscomp.Requirement
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryList() - Method in class com.google.javascript.jscomp.Requirement
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilder(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilder(int) - Method in class com.google.javascript.jscomp.Requirement
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilder(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilderList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilderList() - Method in class com.google.javascript.jscomp.Requirement
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistEntryOrBuilderList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- getWhitelistList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistList() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- getWhitelistRegexp(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexp(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexp(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpBytes(int) - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpBytes(int) - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpCount() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpCount() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpCount() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpList() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpList() - Method in class com.google.javascript.jscomp.Requirement
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitelistRegexpList() - Method in interface com.google.javascript.jscomp.RequirementOrBuilder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- getWhitespaceOnlyPasses() - Method in class com.google.javascript.jscomp.DefaultPassConfig
-
- getWhitespaceOnlyPasses() - Method in class com.google.javascript.jscomp.PassConfig
-
Gets additional checking passes that are run always, even in "whitespace only" mode.
- GLOBAL_THIS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- GLOBAL_THIS - Static variable in class com.google.javascript.jscomp.SymbolTable
-
The name we use for the JavaScript built-in Global object.
- GLOBALLY_MISSING_PROPERTIES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- GOOG_MODULE - Static variable in class com.google.javascript.rhino.Node
-
- GOOG_MODULE_REQUIRE - Static variable in class com.google.javascript.rhino.Node
-
- GoogBindToArrow - Class in com.google.javascript.refactoring.examples
-
Replaces goog.bind(..., this) with arrow functions.
- GoogBindToArrow() - Constructor for class com.google.javascript.refactoring.examples.GoogBindToArrow
-
- GoogleCodingConvention - Class in com.google.javascript.jscomp
-
This describes the Google-specific JavaScript coding conventions.
- GoogleCodingConvention() - Constructor for class com.google.javascript.jscomp.GoogleCodingConvention
-
By default, decorate the ClosureCodingConvention.
- GoogleCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.GoogleCodingConvention
-
Decorates a wrapped CodingConvention.
- GoogleJsMessageIdGenerator - Class in com.google.javascript.jscomp
-
- GoogleJsMessageIdGenerator(String) - Constructor for class com.google.javascript.jscomp.GoogleJsMessageIdGenerator
-
Creates an instance.
- googModule() - Static method in class com.google.javascript.refactoring.Matchers
-
- googModuleOrProvide() - Static method in class com.google.javascript.refactoring.Matchers
-
- googNamespaces() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
Closure namespaces that this file is associated with.
- googNamespacesBuilder() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata.Builder
-
- googRequire(String) - Static method in class com.google.javascript.refactoring.Matchers
-
- googRequire() - Static method in class com.google.javascript.refactoring.Matchers
-
- googRequireSymbol(String) - Static method in class com.google.javascript.jscomp.deps.DependencyInfo.Require
-
- Graph<N,E> - Class in com.google.javascript.jscomp.graph
-
The base generic class for graph-like data structure and algorithms in
the compiler.
- Graph() - Constructor for class com.google.javascript.jscomp.graph.Graph
-
- graph - Variable in class com.google.javascript.jscomp.graph.GraphColoring
-
- Graph.GraphEdge<N,E> - Interface in com.google.javascript.jscomp.graph
-
A generic edge.
- GraphColoring<N,E> - Class in com.google.javascript.jscomp.graph
-
Annotates the graph with a color in a way that no connected node will have
the same color.
- GraphColoring(AdjacencyGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring
-
- GraphColoring.Color - Class in com.google.javascript.jscomp.graph
-
The color of a node
- GraphColoring.GreedyGraphColoring<N,E> - Class in com.google.javascript.jscomp.graph
-
Greedily assign nodes with high degree unique colors.
- GraphNode<N,E> - Interface in com.google.javascript.jscomp.graph
-
A generic node.
- GraphReachability<N,E> - Class in com.google.javascript.jscomp.graph
-
Computes all the reachable nodes.
- GraphReachability(DiGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphReachability
-
- GraphReachability(DiGraph<N, E>, Predicate<GraphReachability.EdgeTuple<N, E>>) - Constructor for class com.google.javascript.jscomp.graph.GraphReachability
-
- GraphReachability.EdgeTuple<N,E> - Class in com.google.javascript.jscomp.graph
-
Represents a Source Node and an Edge.
- GraphvizGraph - Interface in com.google.javascript.jscomp.graph
-
A graph that can be dumped to a Graphviz DOT file.
- GraphvizGraph.GraphvizEdge - Interface in com.google.javascript.jscomp.graph
-
A Graphviz edge.
- GraphvizGraph.GraphvizNode - Interface in com.google.javascript.jscomp.graph
-
A Graphviz node.
- GreedyGraphColoring(AdjacencyGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
-
- GreedyGraphColoring(AdjacencyGraph<N, E>, Comparator<N>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
-
- gzDiff - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
-
- gzSize - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
-
- ID_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- IdentifierExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- IdentifierExpressionTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IdentifierExpressionTree
-
- IdentifierToken - Class in com.google.javascript.jscomp.parsing.parser
-
A token representing an identifier.
- IdentifierToken(SourceRange, String) - Constructor for class com.google.javascript.jscomp.parsing.parser.IdentifierToken
-
- identifierToken - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IdentifierExpressionTree
-
- identifyNonNullableName(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Identifies the name of a typedef or enum before we actually declare it.
- identifyTypeDeclarationCall(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- identifyTypeDeclarationCall(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks if the given CALL node is forward-declaring any types,
and returns the name of the types if it is.
- identifyTypeDeclarationCall(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- identity() - Static method in interface com.google.javascript.jscomp.bundle.Source.Transformer
-
Returns an identity transformer.
- idGenerator() - Method in class com.google.javascript.jscomp.EmptyMessageBundle
-
Gets a dummy message ID generator.
- idGenerator() - Method in interface com.google.javascript.jscomp.MessageBundle
-
Gets the message ID generator to use to compute message IDs for this
type of bundle.
- idGenerator() - Method in class com.google.javascript.jscomp.XtbMessageBundle
-
- idGeneratorMap - Variable in class com.google.javascript.jscomp.Result
-
- IdMappingUtil - Class in com.google.javascript.jscomp
-
- ifClause - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
-
- ifNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- ifNode(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- IfStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- IfStatementTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
-
- ILLEGAL_PROTOTYPE_MEMBER - Static variable in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
-
- IllegalFormatCodePointException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
-
- IllegalFormatCodePointException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatCodePointException
-
- IllegalFormatConversionException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
-
- IllegalFormatConversionException(char, Class<? extends Object>) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatConversionException
-
- IllegalFormatFlagsException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
-
- IllegalFormatFlagsException(String) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatFlagsException
-
- IllegalFormatPrecisionException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
-
- IllegalFormatPrecisionException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatPrecisionException
-
- IllegalFormatWidthException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
-
- IllegalFormatWidthException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatWidthException
-
- IMPLEMENTS - Static variable in class com.google.javascript.rhino.Node
-
- IMPLICITLY_NULLABLE_JSDOC - Static variable in class com.google.javascript.jscomp.ImplicitNullabilityCheck
-
- ImplicitNullabilityCheck - Class in com.google.javascript.jscomp
-
Warn about types in JSDoc that are implicitly nullable.
- ImplicitNullabilityCheck(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.ImplicitNullabilityCheck
-
- Import - Class in com.google.javascript.jscomp.modules
-
An import
ed name in a module.
- ImportDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ImportDeclarationTree(SourceRange, IdentifierToken, ImmutableList<ParseTree>, IdentifierToken, LiteralToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
-
- importedName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportSpecifierTree
-
- importedName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportSpecifierTree
-
- importName() - Method in class com.google.javascript.jscomp.modules.Export
-
Returns the name imported from another module.
- importName() - Method in class com.google.javascript.jscomp.modules.Import
-
Returns the name that was imported from the requested module.
- importNode() - Method in class com.google.javascript.jscomp.modules.Import
-
Returns the import node for source information.
- importNode(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- importSpecifierList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
-
- ImportSpecifierTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- ImportSpecifierTree(SourceRange, IdentifierToken, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ImportSpecifierTree
-
- importStar(String) - Static method in class com.google.javascript.rhino.IR
-
- in(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- inc(Node, boolean) - Static method in class com.google.javascript.rhino.IR
-
- includesGlobals() - Method in enum com.google.javascript.jscomp.CompilerOptions.Reach
-
- INCORRECT_PARAM_NAME - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
-
- INCRDECR_PROP - Static variable in class com.google.javascript.rhino.Node
-
- increment - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
-
- incrementChangeStamp() - Method in class com.google.javascript.jscomp.Compiler
-
- IndexSignatureTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
Represents an indexable object in TypeScript.
- IndexSignatureTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IndexSignatureTree
-
- INEXISTENT_PROPERTY - Static variable in class com.google.javascript.jscomp.TypeCheck
-
- INFER_CONSTS - Static variable in class com.google.javascript.jscomp.PassNames
-
- INFER_TYPES - Static variable in class com.google.javascript.jscomp.PassNames
-
- inferQualifiedSlot(Node, String, JSType, JSType, boolean) - Method in interface com.google.javascript.jscomp.type.FlowScope
-
Returns a flow scope with the type of the given symbol
updated to inferredType
.
- INFERRED_FUNCTION - Static variable in class com.google.javascript.rhino.Node
-
- inferSlotType(String, JSType) - Method in interface com.google.javascript.jscomp.type.FlowScope
-
Returns a flow scope with the type of the given symbol
updated to type
.
- inForInInitClause() - Method in enum com.google.javascript.jscomp.CodeGenerator.Context
-
- inFunctionBlockScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Determines whether the traversal is currently in the scope of the block of a function.
- inGlobalHoistScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Determines whether the hoist scope of the current traversal is global.
- inGlobalScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Determines whether the traversal is currently in the global scope.
- init(List<T1>, List<T2>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Initializes the instance state needed for a compile job.
- INIT_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.Instrumentation
-
- initBasedOnOptions() - Method in class com.google.javascript.jscomp.Compiler
-
Do any initialization that is dependent on the compiler options.
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
-
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForAwaitOfStatementTree
-
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
-
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
-
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
-
- initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
-
- initModules(List<T>, List<JSModule>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Initializes the instance state needed for a compile job if the sources
are in modules.
- initOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
-
Initializes the compiler options.
- initWebpackMap(ImmutableMap<String, String>) - Method in class com.google.javascript.jscomp.Compiler
-
- INLINE_FUNCTIONS - Static variable in class com.google.javascript.jscomp.PassNames
-
- INLINE_PROPERTIES - Static variable in class com.google.javascript.jscomp.PassNames
-
- INLINE_TYPE_ALIASES - Static variable in class com.google.javascript.jscomp.PassNames
-
- INLINE_VARIABLES - Static variable in class com.google.javascript.jscomp.PassNames
-
- inlineConstantVars - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Inlines constants (symbols that are all CAPS)
- inlineVariables - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Inlines variables
- inModuleHoistScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Determines whether the hoist scope of the current traversal is global.
- inModuleScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
Determines whether the traversal is currently in the global scope.
- INPUT_ID - Static variable in class com.google.javascript.rhino.Node
-
- inputDelimiter - Variable in class com.google.javascript.jscomp.CompilerOptions
-
The string to use as the separator for printInputDelimiter
- InputId - Class in com.google.javascript.rhino
-
An id used uniquely identify a CompilerInput
- InputId(String) - Constructor for class com.google.javascript.rhino.InputId
-
- insertAfter(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
Inserts the text after the given node
- insertArguments(Node, int, String...) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
Inserts arguments into an existing function call.
- insertBefore(Node, Node, AbstractCompiler) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
Inserts a new node before the provided node.
- insertBefore(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
Inserts a string before the provided node.
- instance() - Method in class com.google.javascript.rhino.jstype.NominalTypeBuilderOti
-
- instance() - Method in interface com.google.javascript.rhino.NominalTypeBuilder
-
Returns the instance type as a JSType.
- instantiateGenericsWithUnknown(ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- instantiateGenericsWithUnknown() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- instantiateGenericType(ObjectType, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
- Instrumentation - Class in com.google.javascript.jscomp
-
Protobuf type jscomp.Instrumentation
- Instrumentation.Builder - Class in com.google.javascript.jscomp
-
Protobuf type jscomp.Instrumentation
- InstrumentationOrBuilder - Interface in com.google.javascript.jscomp
-
- instrumentationTemplate - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Instrumentation template to use with #recordFunctionInformation
- InstrumentationTemplate - Class in com.google.javascript.jscomp
-
- instrumentBranchCoverage - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Instrument branch coverage data - valid only if instrumentForCoverage is True
- INSTRUMENTER - Static variable in class com.google.javascript.jscomp.bundle.CoverageInstrumenter
-
- instrumentForCoverage() - Method in class com.google.javascript.jscomp.Compiler
-
Instrument code for coverage.
- instrumentForCoverage - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Instrument code for the purpose of collecting coverage data.
- INTERFACE_FUNCTION_NOT_EMPTY - Static variable in class com.google.javascript.jscomp.lint.CheckInterfaces
-
- INTERFACE_SHOULD_NOT_TAKE_ARGS - Static variable in class com.google.javascript.jscomp.lint.CheckInterfaces
-
- InterfaceDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- InterfaceDeclarationTree(SourceRange, IdentifierToken, GenericTypeListTree, ImmutableList<ParseTree>, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
-
- interfaces - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Instrumentation
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Requirement
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- internalGetValueMap() - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
- internalGetValueMap() - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
- internalGetValueMap() - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- internalGetValueMap() - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- INTERNET_EXPLORER_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- intersection(BooleanLiteralSet) - Method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Computes the intersection of this set and that
.
- INVALID_CASTS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- INVALID_MODULE_PATH - Static variable in class com.google.javascript.jscomp.deps.ModuleLoader
-
- IR - Class in com.google.javascript.rhino
-
An AST construction helper class
- IS_CONSTANT_NAME - Static variable in class com.google.javascript.rhino.Node
-
- IS_CONSTANT_VAR - Static variable in class com.google.javascript.rhino.Node
-
- IS_ES6_CLASS - Static variable in class com.google.javascript.rhino.Node
-
- IS_MODULE_NAME - Static variable in class com.google.javascript.rhino.Node
-
- IS_NAMESPACE - Static variable in class com.google.javascript.rhino.Node
-
- IS_SHORTHAND_PROPERTY - Static variable in class com.google.javascript.rhino.Node
-
- IS_UNUSED_PARAMETER - Static variable in class com.google.javascript.rhino.Node
-
- isAbsoluteIdentifier(String) - Static method in class com.google.javascript.jscomp.deps.ModuleLoader
-
Whether this is absolute to the compilation.
- isAbstract() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@abstract
annotation is present on this
JSDocInfo
.
- isAbstract() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isAdd() - Method in class com.google.javascript.rhino.Node
-
AST type check methods
- isAddedBlock() - Method in class com.google.javascript.rhino.Node
-
Returns whether this is an added block that should not be considered
a real source block.
- isAliasingGlobalThis(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isAliasingGlobalThis(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Whether this statement is creating an alias of the global object
- isAliasingGlobalThis(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isAllType() - Method in class com.google.javascript.rhino.jstype.AllType
-
- isAllType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isAllType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isAmbiguousIdentifier(String) - Static method in class com.google.javascript.jscomp.deps.ModuleLoader
-
Whether this is neither absolute or relative.
- isAmbiguousObject() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- isAnd() - Method in class com.google.javascript.rhino.Node
-
- isAnonymous() - Method in class com.google.javascript.jscomp.JsMessage
-
- isAnonymous() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- isAnyFor(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isArguments() - Method in class com.google.javascript.jscomp.AbstractVar
-
- isArrayLit() - Method in class com.google.javascript.rhino.Node
-
- isArrayPattern() - Method in class com.google.javascript.rhino.Node
-
- isArrayType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isArrowFunction() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is a arrow function node.
- isAssign() - Method in class com.google.javascript.rhino.Node
-
- isAssignAdd() - Method in class com.google.javascript.rhino.Node
-
- isAssignmentOp(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isAssignmentRestElement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- isAsync - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
-
- isAsyncFunction() - Method in class com.google.javascript.rhino.Node
-
Returns whether this is an async function node.
- isAsyncGeneratorFunction() - Method in class com.google.javascript.rhino.Node
-
Returns whether this is an async generator function node.
- isAtSignCodePresent() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isAwait() - Method in class com.google.javascript.rhino.Node
-
- isBleedingFunction() - Method in class com.google.javascript.jscomp.AbstractVar
-
Whether this is a bleeding function (an anonymous named function
that bleeds into the inner scope).
- isBlock() - Method in class com.google.javascript.rhino.Node
-
- isBlocklessArrowFunctionResult(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isBlockScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- isBooleanObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isBooleanResult(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isBooleanValueType() - Method in class com.google.javascript.rhino.jstype.BooleanType
-
- isBooleanValueType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isBoxableScalar() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isBreak() - Method in class com.google.javascript.rhino.Node
-
- isBreakTarget(Node, String) - Static method in class com.google.javascript.jscomp.ControlFlowAnalysis
-
Checks if target is actually the break target of labeled continue.
- isCall() - Method in class com.google.javascript.rhino.Node
-
- isCallOrNew(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isCallSignature() - Method in class com.google.javascript.rhino.Node
-
- isCallTo(Node, String) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isCase() - Method in class com.google.javascript.rhino.Node
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Alternation
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.CapturingGroup
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Charset
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Concatenation
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree
-
True if the presence or absence of an "i"
flag would change the
meaning of this regular expression.
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookaheadAssertion
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookbehindAssertion
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.NamedCaptureGroup
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.RegExpTreeAtom
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Repetition
-
- isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree.Text
-
- isCast() - Method in class com.google.javascript.rhino.Node
-
- isCatch() - Method in class com.google.javascript.rhino.Node
-
- isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isChromePassEnabled() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isClass() - Method in class com.google.javascript.rhino.Node
-
- isClassDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isClassFactoryCall(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isClassFactoryCall(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks if the given method is a call to a class factory, such a factory returns a
unique class.
- isClassFactoryCall(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isClassFactoryCall(Node) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
- isClassMembers() - Method in class com.google.javascript.rhino.Node
-
- isComma() - Method in class com.google.javascript.rhino.Node
-
- isCommonJs() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isCommonJsDynamicImportCallback(Node, ModuleLoader.ResolutionMode) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
Recognize if a node is a dynamic module import.
- isCommonJsExport(NodeTraversal, Node, ModuleLoader.ResolutionMode) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
Recognize if a node is a module export.
- isCommonJsImport(Node) - Method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- isCommonJsImport(Node, ModuleLoader.ResolutionMode) - Static method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
Recognize if a node is a module import.
- isCompoundAssignmentOp(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isComputedProp() - Method in class com.google.javascript.rhino.Node
-
- isConditional() - Method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
-
- isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
- isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Checks whether two nodes in the graph are connected.
- isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
-
Checks whether two nodes in the graph are connected by the given
edge type.
- isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- isConnectedInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
Checks whether two nodes in the graph are connected via a directed edge.
- isConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
-
Checks whether two nodes in the graph are connected via a directed edge
with the given value.
- isConnectedInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
DiGraphNode look ups can be expensive for a large graph operation, prefer the
version below that takes DiGraphNodes, if you have them available.
- isConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
DiGraphNode look ups can be expensive for a large graph operation, prefer the
version below that takes DiGraphNodes, if you have them available.
- isConnectedInDirection(DiGraph.DiGraphNode<N, E>, Predicate<E>, DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
DiGraphNode look ups can be expensive for a large graph operation, prefer this
method if you have the DiGraphNodes available.
- isConsistentIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isConst() - Method in class com.google.javascript.rhino.Node
-
- isConstant(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
This checks whether a given variable name, such as a name in all-caps
should be treated as if it had the @const annotation.
- isConstant(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isConstant(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
This checks whether a given variable name, such as a name in all-caps
should be treated as if it had the @const annotation.
- isConstant() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isConstantKey(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
This checks whether a given key of an object literal, such as a
name in all-caps should be treated as if it had the @const
annotation.
- isConstantKey(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isConstantKey(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
- isConstDeclaration() - Method in class com.google.javascript.jscomp.Reference
-
- isConstructor() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@constructor
annotation is present on this
JSDocInfo
.
- isConstructor() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isConstructor() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is a
FunctionType
that is a constructor or a
named type that points to such a type.
- isConstructor() - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- isConstructor() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isConstructorOrInterface() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isConstructorRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isContinue() - Method in class com.google.javascript.rhino.Node
-
- isControlStructure(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Determines whether the given node is a FOR, DO, WHILE, WITH, or IF node.
- isCustomElement() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @customElement
annotation.
- isCustomElementRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @customElement
.
- isDateType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isDebugger() - Method in class com.google.javascript.rhino.Node
-
- isDec() - Method in class com.google.javascript.rhino.Node
-
- isDeclarationLValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Determines whether this node is used as an L-value that is a declaration.
- isDefault - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
-
- isDefaultCase() - Method in class com.google.javascript.rhino.Node
-
- isDefaultParam() - Method in class com.google.javascript.jscomp.AbstractVar
-
- isDefaultValue() - Method in class com.google.javascript.rhino.Node
-
- isDefine() - Method in class com.google.javascript.jscomp.AbstractVar
-
Returns true
if the variable is declared as a define.
- isDefine() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@define
annotation is present on this
JSDocInfo
.
- isDeleted() - Method in class com.google.javascript.rhino.Node
-
- isDelProp() - Method in class com.google.javascript.rhino.Node
-
- isDeprecated() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@deprecated
annotation is present on this
JSDocInfo
.
- isDeprecationReasonRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether a deprecation reason has been recorded.
- isDescendantOf(Node) - Method in class com.google.javascript.rhino.Node
-
- isDescriptionRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether this builder recorded a description.
- isDestructuringLhs() - Method in class com.google.javascript.rhino.Node
-
- isDestructuringPattern() - Method in class com.google.javascript.rhino.Node
-
- isDict() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns true iff this
can be a dict
.
- isDict() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isDict() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isDictRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isDirected() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
-
Graph type.
- isDirected() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
-
- isDirected() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
-
- isDisambiguatePrivateProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isDisposes() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @disposes
annotation.
- isDo() - Method in class com.google.javascript.rhino.Node
-
- isDocOnlyParameter() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
Whether this is a variable that's only in JSDoc.
- isDocScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
Returns whether this is a doc scope.
- isEmpty() - Method in class com.google.javascript.jscomp.JsMessage
-
- isEmpty() - Method in class com.google.javascript.rhino.HamtPMap
-
Returns whether this map is empty.
- isEmpty() - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
-
Returns true if the map is empty; false otherwise.
- isEmpty() - Method in class com.google.javascript.rhino.Node
-
- isEmpty() - Method in interface com.google.javascript.rhino.PMap
-
Returns whether this map is empty.
- isEmptyType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isEnhancedFor(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isEnteringNewCfgNode(Node) - Static method in class com.google.javascript.jscomp.ControlFlowGraph
-
- isEnumElementType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isEnumType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isEquivalent(JSType, JSType) - Static method in class com.google.javascript.rhino.jstype.JSType
-
- isEquivalentTo(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Checks if two types are equivalent.
- isEquivalentTo(JSType, boolean) - Method in class com.google.javascript.rhino.jstype.JSType
-
- isEquivalentTo(Node) - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is equivalent semantically to another
- isEquivalentTo(Node, boolean, boolean, boolean, boolean) - Method in class com.google.javascript.rhino.Node
-
- isEquivalentToShallow(Node) - Method in class com.google.javascript.rhino.Node
-
Checks equivalence without going into child nodes
- isEquivalentToTyped(Node) - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is equivalent semantically to another and the types are equivalent.
- isEquivalentWithSideEffectsTo(Node) - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is equivalent semantically to another including side effects.
- isEquivalentWithSideEffectsToShallow(Node) - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is equivalent semantically to another including side effects.
- isEs6Class() - Method in class com.google.javascript.rhino.Node
-
Returns true if this is or ever was a CLASS node (i.e.
- isEs6Module() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isEs6ModuleRoot(Node) - Static method in class com.google.javascript.jscomp.Es6RewriteModules
-
Return whether or not the given script node represents an ES6 module file.
- isExplicitlyVoidable() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this type explicitly allows undefined, as opposed to ? or *.
- isExplicitlyVoidable() - Method in class com.google.javascript.rhino.jstype.UnionType
-
Tests whether this type explicitly allows undefined (as opposed to ? or *).
- isExplicitlyVoidable() - Method in class com.google.javascript.rhino.jstype.VoidType
-
- isExport() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@export
annotation is present on this
JSDocInfo
.
- isExport() - Method in class com.google.javascript.rhino.Node
-
- isExportAll - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
-
- isExported(String, boolean) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks whether a global variable or function name should be treated as
exported, or externally referenceable.
- isExported(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Should be isExported(name, true) || isExported(name, false);
- isExported(String, boolean) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isExported(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isExported(String, boolean) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
Checks whether a global variable or function name should be treated as
exported, or externally referenceable.
- isExportSpec() - Method in class com.google.javascript.rhino.Node
-
- isExportSpecs() - Method in class com.google.javascript.rhino.Node
-
- isExpose() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@expose
annotation is present on this
JSDocInfo
.
- isExprCall(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this node a call expression statement?
- isExprResult() - Method in class com.google.javascript.rhino.Node
-
- isExtern() - Method in class com.google.javascript.jscomp.CompilerInput
-
- isExtern() - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Whether the source kind is EXTERN.
- isExternal() - Method in class com.google.javascript.jscomp.JsMessage
-
- isExternExportsEnabled() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isExterns() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@externs
annotation is present on this
JSDocInfo
.
- isFalse() - Method in class com.google.javascript.rhino.Node
-
- isFinal() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@final
annotation is present on this
JSDocInfo
.
- isFirstChildOf(Node) - Method in class com.google.javascript.rhino.Node
-
- isForAwaitOf() - Method in class com.google.javascript.rhino.Node
-
- isForIn() - Method in class com.google.javascript.rhino.Node
-
- isForOf() - Method in class com.google.javascript.rhino.Node
-
- isForwardDeclaredType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Whether this is a forward-declared type name.
- isFromExterns() - Method in class com.google.javascript.rhino.Node
-
- isFromTypeSummary(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Determine if the given SCRIPT is a @typeSummary file, like an i.js file
- isFullyInstantiated() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isFunction() - Method in class com.google.javascript.rhino.Node
-
- isFunctionCallThatAlwaysThrows(Node) - Method in class com.google.javascript.jscomp.ChromeCodingConvention
-
- isFunctionCallThatAlwaysThrows(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isFunctionCallThatAlwaysThrows(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Used by CheckMissingReturn.
- isFunctionCallThatAlwaysThrows(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isFunctionDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this node a function declaration? A function declaration is a function
that has a name that is added to the current scope (i.e.
- isFunctionPrototypeType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this is the prototype of a function.
- isFunctionPrototypeType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- isFunctionType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns true if toMaybeFunctionType returns a non-null FunctionType.
- isGenerator - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
-
- isGeneratorFunction() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is a generator function node.
- isGeneratorMarker() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node was marked as containing YIELD nodes.
- isGeneratorSafe() - Method in class com.google.javascript.rhino.Node
-
Used when translating ES6 generators.
- isGenericObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isGet(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this a GETPROP or GETELEM node?
- isGetElem() - Method in class com.google.javascript.rhino.Node
-
- isGetProp() - Method in class com.google.javascript.rhino.Node
-
- isGetterDef() - Method in class com.google.javascript.rhino.Node
-
- isGlobal() - Method in class com.google.javascript.jscomp.AbstractVar
-
- isGlobalScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- isGlobalThisType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns true if this is a global this type.
- isGoogModule() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isGoogObjectIterationOverArray(Node) - Method in class com.google.javascript.jscomp.lint.CheckArrayWithGoogObject
-
- isGoogProvide() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isHidden() - Method in class com.google.javascript.jscomp.JsMessage
-
Gets whether this message should be hidden from volunteer translators (to
reduce the chances of a new feature leak).
- isHidden() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@hidden
annotation is present on this
JSDocInfo
.
- isHoistedFunctionDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this node a hoisted function declaration? A function declaration in the
scope root is hoisted to the top of the scope.
- isHoistScope() - Method in class com.google.javascript.jscomp.NodeTraversal
-
- isHook() - Method in class com.google.javascript.rhino.Node
-
- isIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isIf() - Method in class com.google.javascript.rhino.Node
-
- isImplicitCast() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@implicitCast
annotation is present on this
JSDocInfo
.
- isImplicitReturn(DiGraph.DiGraphNode<N, ControlFlowGraph.Branch>) - Method in class com.google.javascript.jscomp.ControlFlowGraph
-
Checks whether node is the implicit return.
- isImport() - Method in class com.google.javascript.rhino.Node
-
- isImportedName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isImportSpec() - Method in class com.google.javascript.rhino.Node
-
- isImportSpecs() - Method in class com.google.javascript.rhino.Node
-
- isImportStar() - Method in class com.google.javascript.rhino.Node
-
- isIn() - Method in class com.google.javascript.rhino.Node
-
- isInc() - Method in class com.google.javascript.rhino.Node
-
- isInClosurizedFile(Node, NodeMetadata) - Static method in class com.google.javascript.refactoring.RefactoringUtils
-
Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.
- isInClosurizedFile() - Method in class com.google.javascript.refactoring.SuggestedFix.MatchedNodeInfo
-
- isIndependentOf(N) - Method in interface com.google.javascript.jscomp.graph.SubGraph
-
Returns true if the node is a neighbor of any node in this SubGraph.
- isIndexable() - Method in class com.google.javascript.rhino.Node
-
Whether this node should be indexed by static analysis / code indexing tools.
- isIndexSignature() - Method in class com.google.javascript.rhino.Node
-
- isInferredConst() - Method in class com.google.javascript.jscomp.AbstractVar
-
Returns true
if the variable is declared as a constant,
based on the value reported by NodeUtil
.
- isInFunction(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isInitialized() - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.ConformanceConfig
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module
-
- isInitialized() - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.Instrumentation
-
- isInitialized() - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.Requirement
-
- isInitialized() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- isInitialized() - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry
-
- isInitializingDeclaration() - Method in class com.google.javascript.jscomp.Reference
-
Determines whether the variable is initialized at the declaration.
- isInlinableFunction(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
- isInlinableFunction(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isInlineType() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the type annotation was inlined.
- isInstanceOf() - Method in class com.google.javascript.rhino.Node
-
- isInstanceType() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isInstanceType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is an Instance object of some constructor.
- isInstanceType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isInterface() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@interface
annotation is present on this
JSDocInfo
.
- isInterface() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isInterface() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is a
FunctionType
that is an interface or a named
type that points to such a type.
- isInterface() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isInterfaceMembers() - Method in class com.google.javascript.rhino.Node
-
- isInterfaceRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isInTestMode() - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Returns whether we're in test mode.
- isJsDoc() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
-
- isJSFormatChar(int) - Static method in class com.google.javascript.rhino.TokenUtil
-
- isJSIdentifier(String) - Static method in class com.google.javascript.rhino.TokenStream
-
- isJSSpace(int) - Static method in class com.google.javascript.rhino.TokenUtil
-
- isKeyword(String, boolean) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- isKeyword(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- isKeyword(String) - Static method in class com.google.javascript.rhino.TokenStream
-
- isLabel() - Method in class com.google.javascript.rhino.Node
-
- isLabelName() - Method in class com.google.javascript.rhino.Node
-
- isLegacyGoogModule() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isLegacyNamedType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isLet() - Method in class com.google.javascript.rhino.Node
-
- isLexicalScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- isLexicalVariable() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
Whether this is a variable in a lexical scope.
- isLhsByDestructuring(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns true if the node is a lhs value of a destructuring assignment For example, x in var [x] = [1];
, var [...x] = [1];
, and var {a: x} = {a: 1}
or a.b in ([a.b] = [1]);
or ({key: a.b} = {key: 1});
- isLiteralObject() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isLiteralValue(Node, boolean) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns true if this is a literal value.
- isLocal() - Method in class com.google.javascript.jscomp.AbstractVar
-
- isLocalResultCall() - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is a function or constructor call that
returns a primitive or a local object (an object that has no other
references).
- isLooseMatch() - Method in class com.google.javascript.jscomp.TemplateAstMatcher
-
- isLooseMatch() - Method in enum com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
-
- isLValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Determines whether this node is used as an L-value.
- isLvalue() - Method in class com.google.javascript.jscomp.Reference
-
Returns whether the name node for this reference is an lvalue.
- isMappedIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isMatch() - Method in enum com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
-
- isMemberFunctionDef() - Method in class com.google.javascript.rhino.Node
-
- isMemberVariableDef() - Method in class com.google.javascript.rhino.Node
-
- isMethodDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this node a class or object literal member function?
- isMixinClass() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @mixinClass
annotation.
- isMixinClassRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @mixinClass
.
- isMixinFunction() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @mixinFunction
annotation.
- isMixinFunctionRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @mixinFunction
.
- isModule() - Method in class com.google.javascript.jscomp.deps.DependencyInfo.Base
-
- isModule() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
-
Whether the symbol is provided by a module
- isModule() - Method in class com.google.javascript.jscomp.JSModule
-
- isModuleBody() - Method in class com.google.javascript.rhino.Node
-
- isModuleNamespace() - Method in class com.google.javascript.jscomp.modules.Binding
-
True if this represents a module namespace, e.g.
- isMutated() - Method in class com.google.javascript.jscomp.modules.Binding
-
Returns whether or not this export is potentially mutated after module execution (i.e.
- isName() - Method in class com.google.javascript.rhino.Node
-
- isNameDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Is this node a name declaration?
- isNamedType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNamespaceDecl(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns true iff this node defines a namespace, e.g.,
/** @const * / var goog = {};
/** @const * / var goog = goog || {};
/** @const * / goog.math = goog.math || {};
- isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Whether this is a built-in object.
- isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
Whether this is a built-in object.
- isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNE() - Method in class com.google.javascript.rhino.Node
-
- isNew - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
-
- isNew() - Method in class com.google.javascript.rhino.Node
-
- isNgInject() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @ngInject
annotation.
- isNgInjectRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @ngInject
.
- isNoCollapse() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@nocollapse
annotation is present on this
JSDocInfo
.
- isNoCompile() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@nocompile
annotation is present on this
JSDocInfo
.
- isNoInline() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@noinline
annotation is present on this
JSDocInfo
.
- isNominalConstructor() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is the original constructor of a nominal type.
- isNominalType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isNominalType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is a nominal type (a named instance object or
a named enum).
- isNominalType() - Method in class com.google.javascript.rhino.jstype.NamedType
-
- isNominalType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNonLegacyGoogModule() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isNoObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNoObjectType() - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- isNoObjectType() - Method in class com.google.javascript.rhino.jstype.NoType
-
- isNoObjectType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNoResolvedType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNoResolvedType() - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- isNoResolvedType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNormalBlock() - Method in class com.google.javascript.rhino.Node
-
- isNoSideEffects() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@nosideeffects
annotation is present on this
JSDocInfo
.
- isNoSideEffectsCall() - Method in class com.google.javascript.rhino.Node
-
Returns true if this node is a function or constructor call that
has no side effects.
- isNot() - Method in class com.google.javascript.rhino.Node
-
- isNoType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNoType() - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- isNoType() - Method in class com.google.javascript.rhino.jstype.NoType
-
- isNoType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNull() - Method in class com.google.javascript.rhino.Node
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.AllType
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this type is nullable.
- isNullable() - Method in class com.google.javascript.rhino.jstype.NoType
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.NullType
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isNullable() - Method in class com.google.javascript.rhino.jstype.UnionType
-
This predicate determines whether objects of this type can have the
null
value, and therefore can appear in contexts where
null
is expected.
- isNullable() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isNullOrUndefined(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isNullType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNullType() - Method in class com.google.javascript.rhino.jstype.NullType
-
- isNumber() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether the type is a number (value or Object).
- isNumber() - Method in class com.google.javascript.rhino.Node
-
- isNumberObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNumberValueType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isNumberValueType() - Method in class com.google.javascript.rhino.jstype.NumberType
-
- isNumericResult(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns true if the result of node evaluation is always a number
- isObject() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isObject() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this type is an Object
, or any subtype thereof.
- isObject() - Method in class com.google.javascript.rhino.jstype.NamedType
-
- isObject() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- isObject() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isObjectLit() - Method in class com.google.javascript.rhino.Node
-
- isObjectPattern() - Method in class com.google.javascript.rhino.Node
-
- isObjectResult(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this type is an Object
, or any subtype thereof.
- isObjLitProperty(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Returns true if the node is a property of an object literal.
- isOn() - Method in enum com.google.javascript.jscomp.CompilerOptions.Reach
-
- isOn() - Method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
-
- isOneTime - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
-
- isOnlyChildOf(Node) - Method in class com.google.javascript.rhino.Node
-
- isOnlyModifiesArgumentsCall() - Method in class com.google.javascript.rhino.Node
-
- isOnlyModifiesThisCall() - Method in class com.google.javascript.rhino.Node
-
- isOptional - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
-
- isOptional - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
-
- isOptionalArg() - Method in class com.google.javascript.rhino.JSTypeExpression
-
- isOptionalArg() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is an optional argument node.
- isOptionalEs6Typed() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is an optional node in the ES6 Typed syntax.
- isOptionalParameter(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
This checks whether a given parameter name should be treated as an
optional parameter as far as type checking or function call arg count
checking is concerned.
- isOptionalParameter(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isOptionalParameter(Node) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
This checks whether a given parameter name should be treated as an
optional parameter as far as type checking or function call arg count
checking is concerned.
- isOr() - Method in class com.google.javascript.rhino.Node
-
- isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.JSType
-
Whether this type is a
FunctionType
that is an ordinary function (i.e.
- isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isOverride() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@override
annotation is present on this
JSDocInfo
.
- isParamList() - Method in class com.google.javascript.rhino.Node
-
- isParseJsDocDocumentation() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Checks JSDoc documentation will be parsed.
- isPartiallyInstantiated() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isPathIdentifier(String) - Static method in class com.google.javascript.jscomp.deps.ModuleLoader
-
Whether name is a path-based identifier (has a '/' character)
- isPattern() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- isPolymer() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @polymer
annotation.
- isPolymerBehavior() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @polymerBehavior
annotation.
- isPolymerBehaviorRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @polymerBehavior
.
- isPolymerRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @polymer
.
- isPopulated() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isPopulatedWithFileOverview() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isPrettyPrint() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isPrivate(String) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isPrivate(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Checks whether a name should be considered private.
- isPrivate(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isPrivate(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
Checks whether a name should be considered private.
- isPrivate() - Static method in class com.google.javascript.refactoring.Matchers
-
Returns a Matcher that matches against nodes that are declared @private
.
- isProperty() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
-
Gets the value of the property property.
- isPropertyInExterns(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Checks whether the property was defined in the externs.
- isPropertyRenameFunction(String) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isPropertyRenameFunction(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Whether this CALL function is returning the string name for a property, but allows renaming.
- isPropertyRenameFunction(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isPropertyScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
-
- isPropertyTestFunction(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isPropertyTestFunction(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Whether this CALL function is testing for the existence of a property.
- isPropertyTestFunction(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isPropertyTypeDeclared(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Checks whether the property's type is declared.
- isPropertyTypeInferred(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Checks whether the property's type is inferred.
- isPrototypeAlias(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Whether this GETPROP node is an alias for an object prototype.
- isPrototypeAlias(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isPrototypePropertyDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isQualifiedName() - Method in class com.google.javascript.rhino.Node
-
Returns whether a node corresponds to a simple or a qualified name, such as
x
or a.b.c
or this.a
.
- isQuotedString() - Method in class com.google.javascript.rhino.Node
-
This should only be called for STRING nodes children of OBJECTLIT.
- isRecordType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isRecordType() - Method in class com.google.javascript.rhino.Node
-
- isRegExp() - Method in class com.google.javascript.rhino.Node
-
- isRegexpType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isRelativeIdentifier(String) - Static method in class com.google.javascript.jscomp.deps.ModuleLoader
-
Whether this is relative to the current file, or a top-level identifier.
- isRemoveUnusedClassProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isRemoveUnusedConstructorProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isResolved() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns whether the type has undergone resolution.
- isRest() - Method in class com.google.javascript.rhino.Node
-
- isRestParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- isReturn() - Method in class com.google.javascript.rhino.Node
-
- isReturnTypeInferred() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isRoot() - Method in class com.google.javascript.rhino.Node
-
- isScript() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
- isScript() - Method in class com.google.javascript.rhino.Node
-
- isSecondChildOf(Node) - Method in class com.google.javascript.rhino.Node
-
- isSetterDef() - Method in class com.google.javascript.rhino.Node
-
- isShorthandProperty() - Method in class com.google.javascript.rhino.Node
-
Gets the value of the property shorthandProperty.
- isSimpleAssignmentToName() - Method in class com.google.javascript.jscomp.Reference
-
- isSomeUnknownType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSpread() - Method in class com.google.javascript.rhino.Node
-
- isStableIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isStatement(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isStatementBlock(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isStatementParent(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
-
- isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
-
- isStaticMember() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is a static member node.
- isStrict() - Method in enum com.google.javascript.jscomp.parsing.Config.StrictMode
-
- isStrictKeyword(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
Returns true if token
is a "future reserved word" which can
be used as a variable identifier, but only in non-strict mode.
- isString() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether the type is a string (value or Object).
- isString() - Method in class com.google.javascript.rhino.Node
-
- isStringKey() - Method in class com.google.javascript.rhino.Node
-
- isStringObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isStringResult(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isStringValueType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isStringValueType() - Method in class com.google.javascript.rhino.jstype.StringType
-
- isStrong() - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Whether the source kind is STRONG.
- isStruct() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns true iff this
can be a struct
.
- isStruct() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isStruct() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isStructRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isStructuralInterface() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isStructuralInterface() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isStructuralType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isStructuralType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- isStructuralType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isStructuralType() - Method in class com.google.javascript.rhino.jstype.RecordType
-
- isStrWhiteSpaceChar(int) - Static method in class com.google.javascript.rhino.TokenUtil
-
Copied from Rhino's ScriptRuntime
- isSub() - Method in class com.google.javascript.rhino.Node
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.EnumType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.EnumType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
A function is a subtype of another if their call methods are related via subtyping and this
is a subtype of that
with regard to the prototype chain.
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
Checks whether this
is a subtype of that
.
- isSubtype(JSType, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.JSType
-
checking isSubtype with structural interface matching
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.NoResolvedType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.NoType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.NoType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.RecordType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.RecordType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isSubtype(JSType, JSType.ImplCache, JSType.SubtypingMode) - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isSubtypeOf(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSubtypeWithoutStructuralTyping(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
-
the logic of this method is similar to isSubtype,
except that it does not perform structural interface matching
This function is added for disambiguate properties,
and is deprecated for the other use cases.
- isSuccessfullyResolved() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns whether the type has undergone resolution and resolved to a "useful" type.
- isSuper() - Method in class com.google.javascript.rhino.Node
-
- isSuperClassReference(String) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
-
- isSuperClassReference(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
Returns true if passed a string referring to the superclass.
- isSuperClassReference(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isSupported() - Static method in class com.google.javascript.jscomp.deps.JsFileParser
-
- isSwitch() - Method in class com.google.javascript.rhino.Node
-
- isSymbol() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSymbolObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSymbolValueType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isSymbolValueType() - Method in class com.google.javascript.rhino.jstype.SymbolType
-
- isSynthetic() - Method in class com.google.javascript.jscomp.JSModule
-
Returns whether this module is synthetic (i.e.
- isSyntheticBlock() - Method in class com.google.javascript.rhino.Node
-
Returns whether this is a synthetic block that should not be considered
a real source block.
- isTaggedTemplateLit() - Method in class com.google.javascript.rhino.Node
-
- isTemplateLit() - Method in class com.google.javascript.rhino.Node
-
- isTemplateLitString() - Method in class com.google.javascript.rhino.Node
-
- isTemplateLitSub() - Method in class com.google.javascript.rhino.Node
-
- isTemplateType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isTemplatizedType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isTestFunction(String) - Static method in class com.google.javascript.jscomp.ExportTestFunctions
-
Whether a function is recognized as a test function.
- isTestOnly(boolean) - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata.Builder
-
- isTestOnly() - Method in class com.google.javascript.jscomp.ModuleMetadataMap.ModuleMetadata
-
Whether goog.setTestOnly was called.
- isThis() - Method in class com.google.javascript.jscomp.AbstractVar
-
- isThis() - Method in class com.google.javascript.rhino.Node
-
- isThrow() - Method in class com.google.javascript.rhino.Node
-
- isTopLevel(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isTrue() - Method in class com.google.javascript.rhino.Node
-
- isTry() - Method in class com.google.javascript.rhino.Node
-
- isTypecheckingEnabled() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- isTypeInferred() - Method in class com.google.javascript.jscomp.TypedVar
-
Returns whether this variable's type is inferred.
- isTypeInferred() - Method in class com.google.javascript.rhino.jstype.Property
-
- isTypeInferred() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
-
- isTypeInferred() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
-
Returns whether the type has been inferred (as opposed to declared).
- isTypeOf() - Method in class com.google.javascript.rhino.Node
-
- isTypeScriptSpecificKeyword(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- isTypeSummary() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether the
@typeSummary
annotation is present on this
JSDocInfo
.
- isTypeTransformation() - Method in class com.google.javascript.rhino.jstype.TemplateType
-
- isTypeVariable() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isUndefined(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
-
- isUnionType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isUnknownType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isUnknownType() - Method in class com.google.javascript.rhino.jstype.ObjectType
-
We treat this as the unknown type if any of its implicit prototype
properties is unknown.
- isUnknownType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isUnknownType() - Method in class com.google.javascript.rhino.jstype.UnionType
-
- isUnknownType() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isUnresolved() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isUnresolvedOrResolvedUnknown() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isUnrestrictedRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- isUnscopedQualifiedName() - Method in class com.google.javascript.rhino.Node
-
Returns whether a node corresponds to a simple or a qualified name without
a "this" reference, such as a.b.c
, but not this.a
.
- isUnsuccessfullyResolved() - Method in class com.google.javascript.rhino.jstype.JSType
-
Returns whether the type has undergone resolution and resolved to a "useless" type.
- isUnusedParameter() - Method in class com.google.javascript.rhino.Node
-
- isValidAssignmentTarget() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
-
- isValidAssignmentTarget() - Method in class com.google.javascript.rhino.Node
-
- isValidEnumKey(String) - Method in interface com.google.javascript.jscomp.CodingConvention
-
This checks that a given key
may be used as a key for an enum.
- isValidEnumKey(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isValidEnumKey(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
This checks that a given key
may be used as a key for an enum.
- isValidQualifiedName(CompilerOptions.LanguageMode, String) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Deprecated.
- isValidQualifiedName(FeatureSet, String) - Static method in class com.google.javascript.jscomp.NodeUtil
-
Determines whether the given name is a valid qualified name.
- isVanillaFor() - Method in class com.google.javascript.rhino.Node
-
- isVar() - Method in class com.google.javascript.rhino.Node
-
- isVarArgs() - Method in class com.google.javascript.rhino.JSTypeExpression
-
- isVarArgs() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is a variable length argument node.
- isVarArgsParameter(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
-
This checks whether a given parameter should be treated as a marker
for a variable argument list function.
- isVarArgsParameter(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
-
- isVarArgsParameter(Node) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
-
- isVarDeclaration() - Method in class com.google.javascript.jscomp.Reference
-
- isVoid() - Method in class com.google.javascript.rhino.Node
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.AllType
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.JSType
-
Tests whether this type is voidable.
- isVoidable() - Method in class com.google.javascript.rhino.jstype.NoType
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.UnionType
-
Tests whether this type is voidable.
- isVoidable() - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- isVoidable() - Method in class com.google.javascript.rhino.jstype.VoidType
-
- isVoidType() - Method in class com.google.javascript.rhino.jstype.JSType
-
- isVoidType() - Method in class com.google.javascript.rhino.jstype.VoidType
-
- isWeak() - Method in interface com.google.javascript.rhino.StaticSourceFile
-
Whether the source kind is WEAK.
- isWellDefined() - Method in class com.google.javascript.jscomp.ReferenceCollection
-
Determines if the variable for this reference collection is "well-defined." A variable is
well-defined if we can prove at compile-time that it's assigned a value before it's used.
- isWhile() - Method in class com.google.javascript.rhino.Node
-
- isWhitespace(int) - Static method in class com.google.javascript.rhino.TokenUtil
-
- isWith() - Method in class com.google.javascript.rhino.Node
-
- isWizaction() - Method in class com.google.javascript.rhino.JSDocInfo
-
Returns whether JSDoc is annotated with @wizaction
annotation.
- isWizactionRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
Returns whether current JSDoc is annotated with @wizaction
.
- isXidGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
-
- isYield() - Method in class com.google.javascript.rhino.Node
-
- isYieldAll - Variable in class com.google.javascript.jscomp.parsing.parser.trees.YieldExpressionTree
-
- isYieldAll() - Method in class com.google.javascript.rhino.Node
-
Returns whether this node is a generator node.
- iterator() - Method in class com.google.javascript.jscomp.ReferenceCollection
-
- iterator() - Method in class com.google.javascript.rhino.Node.AncestorIterable
-
- save(String) - Method in class com.google.javascript.jscomp.VariableMap
-
Saves the variable map to a file.
- saveContents(ObjectOutputStream) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
-
Saves the derived state.
- saveState(OutputStream) - Method in class com.google.javascript.jscomp.Compiler
-
- Scanner - Class in com.google.javascript.jscomp.parsing.parser
-
Scans javascript source code into tokens.
- Scanner(boolean, ErrorReporter, Scanner.CommentRecorder, SourceFile) - Constructor for class com.google.javascript.jscomp.parsing.parser.Scanner
-
- Scanner(boolean, ErrorReporter, Scanner.CommentRecorder, SourceFile, int) - Constructor for class com.google.javascript.jscomp.parsing.parser.Scanner
-
- Scanner - Class in com.google.javascript.refactoring
-
Class that developers should implement to perform a JsFlume refactoring.
- Scanner() - Constructor for class com.google.javascript.refactoring.Scanner
-
- Scanner.CommentRecorder - Interface in com.google.javascript.jscomp.parsing.parser
-
- Scope - Class in com.google.javascript.jscomp
-
Scope contains information about a variable scope in JavaScript.
- script() - Static method in class com.google.javascript.rhino.IR
-
- script(Node...) - Static method in class com.google.javascript.rhino.IR
-
- script(List<Node>) - Static method in class com.google.javascript.rhino.IR
-
- segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.NamespaceNameTree
-
- segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeNameTree
-
- segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeQueryTree
-
- SemanticReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
-
A reverse abstract interpreter using the semantics of the JavaScript
language as a means to reverse interpret computations.
- SemanticReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.SemanticReverseAbstractInterpreter
-
Creates a semantic reverse abstract interpreter.
- serialize(OutputStream) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Serializes compiler options to a stream.
- serialVersionUID - Static variable in class com.google.javascript.rhino.InputId
-
- ServiceException - Exception in com.google.javascript.jscomp.deps
-
An exception thrown by the compilation service.
- ServiceException(String) - Constructor for exception com.google.javascript.jscomp.deps.ServiceException
-
- SET - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
-
- setAccess(TokenType) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Optional TypeScript accessibility modifier (PUBLIC, PROTECTED, PRIVATE).
- SetAccessorTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- SetAccessorTree(SourceRange, Token, boolean, FormalParameterListTree, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
-
- setAliasableStrings(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAliasAllStrings(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAliasStringsBlacklist(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAliasTransformationHandler(CompilerOptions.AliasTransformationHandler) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAllFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
All side-effect occur and the returned results are non-local.
- setAllowHotswapReplaceScript(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAllowMethodCallDecomposing(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Setting this to true indicates that it's safe to rewrite x.y() as: fn = x.y; fn.call(x);
This should be false if supporting IE 8 or IE 9 is necessary.
- setAmbiguateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAngularPass(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether to process AngularJS-specific annotations.
- setAngularPass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAnnotation(Annotation) - Method in interface com.google.javascript.jscomp.graph.Annotatable
-
Annotates a piece of information to the object.
- setAnnotation(Annotation) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- setAnonymousFunctionNameMap(VariableMap) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the naming map for anonymous functions
- setAnonymousFunctionNameMap(VariableMap) - Method in class com.google.javascript.jscomp.Compiler
-
- setAnonymousFunctionNaming(AnonymousFunctionNamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setApplyInputSourceMaps(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Whether to apply input source maps to the output, i.e.
- setApplyInputSourceMaps(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setAppNameSetter(String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string app_name_setter = 5;
- setAppNameSetterBytes(ByteString) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string app_name_setter = 5;
- setAppNameStr(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
App identifier string for use by the instrumentation template's
app_name_setter.
- setAssumeClosuresOnlyCaptureReferences(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Whether to assume closures capture only what they reference.
- setAssumeForwardDeclaredForMissingTypes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
If true
, considers all missing types to be forward declared (useful for partial
compilation).
- setAssumeStrictThis(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
If true, enables enables additional optimizations.
- setAsync(boolean) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Is this an asynchronous function?
- setBrokenClosureRequiresLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setBrowserResolverPrefixReplacements(ImmutableMap<String, String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setChangeTime(int) - Method in class com.google.javascript.rhino.Node
-
This node was last changed at time
- setCharno(int) - Method in class com.google.javascript.rhino.Node
-
- setCharset(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Input charset for all files.
- setCheckDeterminism(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckEventfulObjectDisposalPolicy(CompilerOptions.DisposalCheckingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckGlobalNamesLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Checks the integrity of references to qualified global names.
- setCheckGlobalThisLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Checks for certain uses of the this
keyword that are considered
unsafe because they are likely to reference the global this
object unintentionally.
- setCheckMissingGetCssNameBlacklist(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckMissingGetCssNameLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Checks that certain string literals only appear in strings used as
goog.getCssName arguments.
- setChecksOnly(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckSuspiciousCode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckSymbols(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCheckTypes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setChromePass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setChunksToPrintAfterEachPassRegexList(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setClosurePass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCoalesceVariableNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCode(Supplier<String>) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setCode(String) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setCodeGeneratorFactory(CodePrinter.Builder.CodeGeneratorFactory) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Set a custom code generator factory to enable custom code generation.
- setCodingConvention(CodingConvention) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets rules and conventions to enforce.
- setCodingConvention(CodingConvention) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCollapseAnonymousFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCollapseObjectLiterals(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCollapseProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setCollapsePropertiesLevel(CompilerOptions.PropertyCollapseLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCollapseVariableDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setColorize(boolean) - Method in class com.google.javascript.jscomp.AbstractMessageFormatter
-
- setColorizeErrorOutput(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCommonJSModulePathPrefix(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCompiledSource(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string compiled_source = 8;
- setCompiledSource(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string compiled_source = 103;
- setCompiledSourceBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string compiled_source = 8;
- setCompiledSourceBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string compiled_source = 103;
- setCompiler(AbstractCompiler) - Method in class com.google.javascript.jscomp.CompilerInput
-
Sets an abstract compiler for doing parsing.
- setCompiler(AbstractCompiler) - Method in class com.google.javascript.refactoring.FixingErrorManager
-
- setCompilerOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Sets the output options from compiler options.
- setComputeFunctionSideEffects(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setConformanceConfig(ConformanceConfig) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Both enable and configure conformance checks, if non-null.
- setConformanceConfigs(List<ConformanceConfig>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Both enable and configure conformance checks, if non-null.
- setContinueAfterErrors(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setContinueSavedCompilationFileName(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Set the compiler to resume a saved compilation state from a file.
- setConvertToDottedProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCreateNameMapFiles(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
If true, variable renaming and property renaming map
files will be produced as {binary name}_vars_map.out and
{binary name}_props_map.out.
- setCreateSourceMap(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
If specified, a source map file mapping the generated
source files back to the original source file will be
output to the specified path.
- setCrossChunkCodeMotion(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCrossChunkCodeMotionNoStubMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCrossChunkMethodMotion(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCssNames(Map<String, Integer>) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the css names found during compilation.
- setCssNames(Map<String, Integer>) - Method in class com.google.javascript.jscomp.Compiler
-
- setCssRenamingMap(CssRenamingMap) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setCssRenamingWhitelist(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDartPass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDeadAssignmentElimination(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDebugFunctionSideEffectsPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDebugOptionsForCompilationLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
-
- setDeclarationToRemove(int, String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string declaration_to_remove = 3;
- setDeclaredTypeExpression(Node.TypeDeclarationNode) - Method in class com.google.javascript.rhino.Node
-
Sets the syntactical type specified on this node.
- setDefine(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Override the value of a variable annotated @define.
- setDefineReplacements(Map<String, Object>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDefineToBooleanLiteral(String, boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the @define
variable in JS
to a boolean literal.
- setDefineToDoubleLiteral(String, double) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the @define
variable in JS to a
number literal.
- setDefineToNumberLiteral(String, int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the @define
variable in JS to a
number literal.
- setDefineToStringLiteral(String, String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the @define
variable in JS to a
String literal.
- setDeleted(boolean) - Method in class com.google.javascript.rhino.Node
-
- setDependencyInfo(DependencyInfo) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setDependencyMode(CompilerOptions.DependencyMode) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether to sort files by their goog.provide/require deps,
and prune inputs that are not required.
- setDependencyOptions(DependencyOptions) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets dependency options.
- setDependencyPruning(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
-
Enables or disables dependency pruning mode.
- setDependencySorting(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
-
Enables or disables dependency sorting mode.
- setDepth(int) - Method in class com.google.javascript.jscomp.JSModule
-
- setDesc(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
Sets the description of the message, which helps translators.
- setDescription(String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
-
- setDestination(DiGraph.DiGraphNode<N, E>) - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
-
- setDevirtualizePrototypeMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDevMode(CompilerOptions.DevMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDict() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- setDirectives(Set<String>) - Method in class com.google.javascript.rhino.Node
-
Sets the ES5 directives on this node.
- setDisambiguatePrivateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDisambiguateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setDouble(double) - Method in class com.google.javascript.rhino.Node
-
Can only be called when getType() == Token.NUMBER
- setEmitUseStrict(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setEntry(int, FunctionInformationMap.Entry) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- setEntry(int, FunctionInformationMap.Entry.Builder) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Entry = 1 { ...
- setEntryPoints(List<ModuleIdentifier>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Set module entry points, which makes the compiler only include
those files and sort them in dependency order.
- setEntryPoints(Collection<ModuleIdentifier>) - Method in class com.google.javascript.jscomp.DependencyOptions
-
Adds a collection of symbols to always keep.
- setEnvironment(CompilerOptions.Environment) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set which set of builtin externs to use.
- setErrorFormat(AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setErrorFormat(ErrorFormat) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setErrorHandler(ErrorHandler) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set a custom handler for warnings and errors.
- setErrorHandler(ErrorHandler) - Method in class com.google.javascript.jscomp.deps.ModuleLoader
-
- setErrorHandler(ErrorHandler) - Method in class com.google.javascript.jscomp.deps.ModuleResolver
-
- setErrorManager(ErrorManager) - Method in class com.google.javascript.jscomp.Compiler
-
Sets the error manager.
- setErrorMessage(String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The message to report when a requirement is violated.
- setErrorMessageBytes(ByteString) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The message to report when a requirement is violated.
- setEs6ModuleTranspilation(CompilerOptions.Es6ModuleTranspilation) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setEstimatedSize(int) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setExitCodeReceiver(Function<Integer, Void>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- setExportLocalPropertyDefinitions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExportTestFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExtendedInterfaces(List<ObjectType>) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- setExtends(String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Allows extending whitelists of rules with the specified rule_id.
- setExtendsBytes(ByteString) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Allows extending whitelists of rules with the specified rule_id.
- setExtension(GeneratedMessage.GeneratedExtension<Requirement, Type>, Type) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- setExtension(GeneratedMessage.GeneratedExtension<Requirement, List<Type>>, int, Type) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- setExternExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExternExportsPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExterns(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The file containing JavaScript externs.
- setExtraAnnotationNames(Iterable<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExtractPrototypeMemberDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExtractPrototypeMemberDeclarations(CompilerOptions.ExtractPrototypeMemberDeclarationsMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setExtraSmartNameRemoval(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- setFilesToPrintAfterEachPassRegexList(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setFlowSensitiveInlineVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setFoldConstants(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setForceLibraryInjection(Iterable<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets list of libraries to always inject, even if not needed.
- setFormalParameterList(FormalParameterListTree) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Required parameter list.
- setFunctionBody(ParseTree) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Required function body.
- setFunctionNames(FunctionNames) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the fully qualified function name and globally unique id mapping.
- setFunctionNames(FunctionNames) - Method in class com.google.javascript.jscomp.Compiler
-
- setGatherCssNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setGenerateExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setGeneratePseudoNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setGenerator(boolean) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Is this a generator function?
- setGeneratorMarker(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node subtree contains YIELD nodes.
- setGeneratorSafe(boolean) - Method in class com.google.javascript.rhino.Node
-
- setGeneratorTarget(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
-
Fill in instructions on how to generate this whitelist.
- setGenerics(GenericTypeListTree) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Optional generics information.
- setGoogModule(boolean) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setHasFullParseDependencyInfo(boolean) - Method in class com.google.javascript.jscomp.CompilerInput
-
- setHideWarningsFor(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets the paths for which warnings will be hidden.
- setId(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 id = 2;
- setIdeMode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setIdGeneratorMap(String) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the id generator for cross-module motion.
- setIdGeneratorMap(String) - Method in class com.google.javascript.jscomp.Compiler
-
- setIdGenerators(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the id generators to replace.
- setIdGenerators(Map<String, RenamingMap>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the id generators to replace.
- setIdGeneratorsMap(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
A previous map of ids (serialized to a string by a previous compile).
- setImplementedInterfaces(List<ObjectType>) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- setImplicitMatch(boolean) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
sets the current interface type to support structural interface matching (abbr.
- setIncludeGoogBase(boolean) - Method in class com.google.javascript.jscomp.deps.JsFileParser
-
Sets whether we should create implicit provides and requires of the
root namespace.
- setIncludeLevel(boolean) - Method in class com.google.javascript.jscomp.LightweightMessageFormatter
-
- setIncludeLocation(boolean) - Method in class com.google.javascript.jscomp.LightweightMessageFormatter
-
- setIncrementalChecks(CompilerOptions.IncrementalCheckMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setIndex(int) - Method in class com.google.javascript.jscomp.JSModule
-
- setInferConst(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInferTypes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
If true, enables type inference.
- setInit(int, String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
repeated string init = 4;
- setInlineConstantVars(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInlineFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setInlineFunctions(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set the function inlining policy for the compiler.
- setInlineLocalVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInlineProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set the function inlining policy for the compiler.
- setInlineVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInlineVariables(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set the variable inlining policy for the compiler.
- setInputAnonymousFunctionNamingMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInputDelimiter(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInputId(InputId) - Method in class com.google.javascript.rhino.Node
-
- setInputPropertyMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInputSourceMaps(ImmutableMap<String, SourceMapInput>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the input sourcemap files, indexed by the JS files they refer to.
- setInputVariableMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInstrumentationTemplate(Instrumentation) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInstrumentationTemplateFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setInstrumentationTemplateFile(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setInstrumentBranchCoverage(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set whether to instrument to collect branch coverage
- setInstrumentForCoverage(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set whether or not code should be modified to provide coverage
information.
- setInstrumentForCoverageOnly(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setIsAddedBlock(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this is an added block that should not be considered
a real source block.
- setIsArrowFunction(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is a arrow function node.
- setIsAsyncFunction(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is an async function node.
- setIsGeneratorFunction(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is a generator node.
- setIsHidden(boolean) - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
Sets whether the message should be hidden from volunteer translators.
- setIsSyntheticBlock(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this is a synthetic block that should not be considered
a real source block.
- setItem(T) - Method in class com.google.javascript.rhino.SourcePosition
-
Sets the item that this source position references.
- setJ2clPass(CompilerOptions.J2clPassMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setJavaClass(String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
For "custom" requirements, the Java class used to enforce the requirement.
- setJavaClassBytes(ByteString) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
For "custom" requirements, the Java class used to enforce the requirement.
- setJscompDevMode(CompilerOptions.DevMode) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Turns on extra validity checks
- setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Sets the docInfo for this type from the given
JSDocInfo
.
- setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.Node
-
- setJsModuleType(CompilerInput.ModuleType) - Method in class com.google.javascript.jscomp.CompilerInput
-
- setJsonStreamMode(CompilerOptions.JsonStreamMode) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setJsonWarningsFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setJsOutputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Primary output filename.
- setJSType(JSType) - Method in class com.google.javascript.rhino.Node
-
- setJSTypeBeforeCast(JSType) - Method in class com.google.javascript.rhino.Node
-
Sets the type of this node before casting.
- setKey(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
- setLabelRenaming(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setLanguage(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets ECMAScript version to use.
- setLanguageIn(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets ECMAScript version to use for the input.
- setLanguageOut(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets ECMAScript version to use for the output.
- setLegacyCodeCompile(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setLength(int) - Method in class com.google.javascript.rhino.Node
-
- setLineBreak(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Sets whether line breaking should be done automatically.
- setLineBreak(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setLineLengthThreshold(int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setLineno(int) - Method in class com.google.javascript.rhino.Node
-
- setLineNumber(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 line_number = 4;
- setLoadFlags(ImmutableMap<String, String>) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setLoadFlags(Map<String, String>) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setLocale(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setLoggingLevel(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The logging level (standard java.util.logging.Level
values) for Compiler progress.
- setLoggingLevel(Level) - Static method in class com.google.javascript.jscomp.Compiler
-
Sets the logging level for the com.google.javascript.jscomp package.
- setManageClosureDependencies(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sort inputs by their goog.provide/goog.require calls, and prune inputs
whose symbols are not required.
- setManageClosureDependencies(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sort inputs by their goog.provide/goog.require calls.
- setManifestMaps(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets the execPath:rootRelativePath mappings
- setMarkAsCompiled(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMarkNoSideEffectCalls(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMaxFunctionSizeAfterInlining(int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMaxOptimizationLoopIterations(int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMeaning(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
Sets the programmer-specified meaning of this message, which
forces this message to translate differently.
- setMessageBundle(MessageBundle) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMixedJsSources(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The JavaScript source file names, including .js and .zip files.
- setModule(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
A JavaScript module specification.
- setModule(JSModule) - Method in class com.google.javascript.jscomp.CompilerInput
-
Sets the module to which the input belongs.
- setModule(int, FunctionInformationMap.Module) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- setModule(int, FunctionInformationMap.Module.Builder) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Builder
-
repeated group Module = 101 { ...
- setModuleLoader(ModuleLoader) - Method in class com.google.javascript.jscomp.deps.JsFileParser
-
Sets a list of "module root" URIs, which allow relativizing filenames
for modules.
- setModuleMetadataMap(ModuleMetadataMap) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
- setModuleMetadataMap(ModuleMetadataMap) - Method in class com.google.javascript.jscomp.Compiler
-
- setModuleName(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string module_name = 5;
- setModuleNameBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string module_name = 5;
- setModuleOutputPathPrefix(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Prefix for filenames of compiled JS modules.
- setModuleResolutionMode(ModuleLoader.ResolutionMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setModuleRoots(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets the module roots.
- setModuleRoots(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the module roots.
- setModulesToPrintAfterEachPassRegexList(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setModuleWrapper(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
An output wrapper for a JavaScript module (optional).
- setMoocherDropping(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
-
Enables or disables moocher dropping mode.
- setMoveFunctionDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setMutatesArguments() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- setMutatesGlobalState() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- setMutatesThis() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- setName(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string name = 7;
- setName(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string name = 102;
- setName(String) - Method in class com.google.javascript.jscomp.JSModule
-
Sets the module name.
- setName(IdentifierToken) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Optional function name.
- setNameBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string name = 7;
- setNameBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Module.Builder
-
required string name = 102;
- setNameGenerator(NameGenerator) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setNewTypeInference(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setNode(Node) - Method in class com.google.javascript.rhino.jstype.Property
-
- setNote(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
-
A note to include at the top of the whitelist file.
- setNumParallelThreads(int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the level of parallelism for compilation passes that can exploit multi-threading.
- setOffset(int) - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
-
- setOnlyApplyTo(int, String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths that will be checked for the requirement
(the opposite of whitelist).
- setOnlyApplyToRegexp(int, String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path regexps that will be checked for
the requirement (the opposite of whitelist_regexp).
- setOptimizeArgumentsArray(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setOptimizeCalls(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setOptional(boolean) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Is this the declaration of an optional function parameter? Default is false
.
- setOptionalArg(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is an optional argument node.
- setOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompilerSupplier
-
- setOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.bundle.CoverageInstrumenter.CompilerSupplier
-
- setOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.transpile.BaseTranspiler.CompilerSupplier
-
- setOptionsForCompilationLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
-
- setOptionsForWarningLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.WarningLevel
-
- setOriginalCode(String) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setOriginalName(String) - Method in class com.google.javascript.rhino.Node
-
- setOriginalPath(String) - Method in class com.google.javascript.jscomp.SourceFile
-
- setOutputBundle(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether to print output bundle files.
- setOutputCharset(Charset) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the output charset.
- setOutputFeatureSet(FeatureSet) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the features that allowed to appear in the output.
- setOutputJs(CompilerOptions.OutputJs) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setOutputJsStringUsage(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setOutputManifest(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether to print output manifest files.
- setOutputModuleDependencies(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether a JSON file representing the dependencies between modules
should be created.
- setOutputTypes(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Sets whether to output closure-style type annotations.
- setOutputWrapper(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Interpolate output into this string at the place denoted
by the marker token %output%, or %output|jsstring%
- setPackageJsonEntryNames(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setParentChunkCanSeeSymbolsDeclaredInChildren(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setParentModuleCanSeeSymbolsDeclaredInChildren(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setParseInlineSourceMaps(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setParseInlineSourceMaps(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setParseJsDocDocumentation(Config.JsDocParsing) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Enables or disables the parsing of JSDoc documentation, and optionally also
the preservation of all whitespace and formatting within a JSDoc comment.
- setPassConfig(PassConfig) - Method in class com.google.javascript.jscomp.Compiler
-
- setPath(Path) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setPathEscaper(ModuleLoader.PathEscaper) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPolymerVersion(Integer) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPositionInformation(int, int, int, int) - Method in class com.google.javascript.rhino.SourcePosition
-
Sets the position information contained in this source position.
- setPreferLineBreakAtEndOfFile(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPreferSingleQuotes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Normally, when there are an equal number of single and double quotes
in a string, the compiler will use double quotes.
- setPreferStableNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPrefix(int, String) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of source path prefixes.
- setPrefixMappings(List<? extends SourceMap.LocationMapping>) - Method in class com.google.javascript.jscomp.SourceMap
-
- setPreserveClosurePrimitives(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Preserve closure primitives.
- setPreserveDetailedSourceInfo(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPreserveGoogProvidesAndRequires(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setPreserveTypeAnnotations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPrettyPrint(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Sets whether pretty printing should be used.
- setPrettyPrint(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPreventLibraryInjection(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the set of libraries to never inject, even if required.
- setPrintAst(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Prints a dot file describing the internal abstract syntax tree
and exits
- setPrintConfig(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Should the compiler print its configuration options to stderr when they are initialized?
- setPrintInputDelimiter(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setPrintPassGraph(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Prints a dot file describing the passes that will get run and exits
- setPrintSourceAfterEachPass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setProcessCommonJSModules(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether to process CommonJS modules.
- setProcessCommonJSModules(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Rewrites CommonJS modules so that modules can be concatenated together,
by renaming all globals to avoid conflicting with other modules.
- setProcessObjectPropertyString(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
If true, process goog.testing.ObjectPropertyString instances.
- setProductName(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
-
Fill in your product name to get a fun message!
- setPropertyInvalidationErrors(Map<String, CheckLevel>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the list of properties that we report property invalidation errors
for.
- setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Sets the docInfo for the specified property from the
JSDocInfo
on its definition.
- setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- setPropertyMap(VariableMap) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the property renaming map
- setPropertyMap(VariableMap) - Method in class com.google.javascript.jscomp.Compiler
-
- setPropertyMapInputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
File containing the serialized version of the property renaming
map produced by a previous compilation
- setPropertyMapOutputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
File where the serialized version of the property renaming map
produced should be saved
- setPropertyNode(String, Node) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
Sets the node where the property was defined.
- setPropertyNode(String, Node) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
-
- setPropertyRenaming(PropertyRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setProtectHiddenSideEffects(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
When enabled, assume that apparently side-effect free code is meaningful.
- setPrototypeBasedOn(ObjectType) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Sets the prototype, creating the prototype object from the given base type.
- setProvides(Collection<String>) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setProvides(String...) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setQuotedString() - Method in class com.google.javascript.rhino.Node
-
This should only be called for STRING nodes children of OBJECTLIT.
- setQuoteKeywordProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReason(Requirement.WhitelistEntry.Reason) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;
- setRecordFunctionInformation(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRegexp(int, String) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
A list of regexes matching sources to be ignored
- setRemoveAbstractMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveClosureAsserts(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveDeadCode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveJ2clAsserts(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveUnusedClassProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveUnusedConstructorProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveUnusedPrototypeProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveUnusedPrototypePropertiesInExterns(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRemoveUnusedVariables(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Set the variable removal policy for the compiler.
- setRenamePrefix(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRenamePrefixNamespace(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRenamingPolicy(VariableRenamingPolicy, PropertyRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the variable and property renaming policies for the compiler,
in a way that clears warnings about the renaming policy being
uninitialized from flags.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- setReplaceIdGenerators(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReplaceMessagesWithChromeI18n(boolean, String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReplaceStringsConfiguration(String, List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the functions whose debug strings to replace.
- setReplaceStringsFunctionDescriptions(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReplaceStringsInputMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReplaceStringsPlaceholderToken(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReplaceStringsReservedStrings(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReportCall(String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_call = 2;
- setReportCallBytes(ByteString) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_call = 2;
- setReportDefined(String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_defined = 1;
- setReportDefinedBytes(ByteString) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_defined = 1;
- setReportExit(String) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_exit = 6;
- setReportExitBytes(ByteString) - Method in class com.google.javascript.jscomp.Instrumentation.Builder
-
optional string report_exit = 6;
- setReportLooseTypeViolations(boolean) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Whether to report possible violations when type information is not exact.
- setRequirement(int, Requirement) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- setRequirement(int, Requirement.Builder) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
repeated .jscomp.Requirement requirement = 1;
- setRequires(Collection<DependencyInfo.Require>) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setRequires(DependencyInfo.Require...) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setReserveRawExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setResolveSourceMapAnnotations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setReturnsTainted() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- setReturnType(ParseTree) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Optional return type.
- setRewriteFunctionExpressions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRewritePolyfills(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets whether to rewrite polyfills.
- setRuleId(String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- setRuleIdBytes(ByteString) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Gives the rule an unique ID that can be used for extending in other rules
through 'extends'.
- setRunOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
Sets options based on the configurations set flags API.
- setRuntimes(ImmutableSet<String>) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setRuntimeTypeCheck(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setRuntimeTypeCheckLogFunction(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSaveAfterChecksFileName(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Set the compiler to perform the first phase and save the intermediate result to a file.
- setSeverity(Requirement.Severity) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING];
- setShadowVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Should shadow outer scope variable name during renaming.
- setShortcutMode(boolean) - Method in class com.google.javascript.jscomp.deps.JsFileLineParser
-
In shortcut mode, the file line parser can stop reading early if
it thinks it found enough information.
- setShorthandProperty(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets the isShorthandProperty annotation.
- setSideEffectFlags(int) - Method in class com.google.javascript.rhino.Node
-
Marks this function or constructor call's side effect flags.
- setSideEffectFlags(Node.SideEffectFlags) - Method in class com.google.javascript.rhino.Node
-
- setSize(int) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required int32 size = 6;
- setSkipNonTranspilationPasses(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Skip all passes (other than transpilation, if requested).
- setSkipNormalOutputs(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets whether the normal outputs of compilation should be skipped.
- setSkipTranspilationAndCrash(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setSmartNameRemoval(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSource(DiGraph.DiGraphNode<N, E>) - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
-
- setSource(Node) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
Sets the source node.
- setSourceEncodedPosition(int) - Method in class com.google.javascript.rhino.Node
-
- setSourceEncodedPositionForTree(int) - Method in class com.google.javascript.rhino.Node
-
- setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.CompilerInput
-
- setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.JsAst
-
- setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.RecoverableJsAst
-
- setSourceFile(SourceFile) - Method in interface com.google.javascript.jscomp.SourceAst
-
Sets the source file the generated AST represents.
- setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.SyntheticAst
-
- setSourceFileForTesting(String) - Method in class com.google.javascript.rhino.Node
-
Sets the source file to a non-extern file of the given name.
- setSourceFileMapping(SourceFileMapping) - Method in class com.google.javascript.jscomp.SourceMap
-
- setSourceMap(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
-
- setSourceMap(String) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setSourceMap(SourceMap) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Sets the source map to which to write the metadata about
the generated source code.
- setSourceMapDetailLevel(SourceMap.DetailLevel) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The detail supplied in the source map file, if generated.
- setSourceMapDetailLevel(SourceMap.DetailLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSourceMapFormat(SourceMap.Format) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The source map format to use, if generated.
- setSourceMapFormat(SourceMap.Format) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSourceMapIncludeSourcesContent(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSourceMapInputFiles(Map<String, String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
- setSourceMapLocationMappings(List<SourceMap.LocationMapping>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
The source map location mappings to use, if generated.
- setSourceMapLocationMappings(List<? extends SourceMap.LocationMapping>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSourceMapOutputPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSourceMappingUrl(String) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setSourceName(String) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string source_name = 3;
- setSourceName(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
-
- setSourceNameBytes(ByteString) - Method in class com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
-
required string source_name = 3;
- setSourceUrl(String) - Method in class com.google.javascript.jscomp.bundle.Source.Builder
-
- setStartingPosition(int, int) - Method in class com.google.javascript.jscomp.SourceMap
-
- setStatic(boolean) - Method in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Builder
-
Is the method static?
- setStaticMember(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is a static member node.
- setStaticSourceFile(StaticSourceFile) - Method in class com.google.javascript.rhino.Node
-
- setStaticSourceFileFrom(Node) - Method in class com.google.javascript.rhino.Node
-
- setStrictModeInput(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setString(String) - Method in class com.google.javascript.rhino.Node
-
Can only be called for a Token.STRING or Token.NAME.
- setStringMap(VariableMap) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the string replacement map
- setStringMap(VariableMap) - Method in class com.google.javascript.jscomp.Compiler
-
- setStringMapOutputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
File where the serialized version of the string map produced by the ReplaceStrings pass
should be saved.
- setStripNamePrefixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setStripNameSuffixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setStripTypePrefixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setStripTypes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setStruct() - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- setSummaryDetailLevel(int) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Controls how detailed the compilation summary is.
- setSummaryDetailLevel(int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Controls how detailed the compilation summary is.
- setSummaryDetailLevel(int) - Method in class com.google.javascript.jscomp.PrintStreamErrorManager
-
Deprecated.
- setSyntheticBlockEndMarker(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setSyntheticBlockStartMarker(String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setTagAsStrict(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Set whether the output should be tags as ECMASCRIPT 5 Strict.
- setTagAsTypeSummary(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
Set whether the output should be tagged as an .i.js file.
- setThrows() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- setTimeout(int) - Method in class com.google.javascript.jscomp.Compiler
-
Sets the timeout when Compiler is run in a thread
- setToken(Token) - Method in class com.google.javascript.rhino.Node
-
- setTracerMode(CompilerOptions.TracerMode) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setTracerOutput(PrintStream) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setTransformAMDToCJSModules(boolean) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Set whether to transform AMD to CommonJS modules.
- setTransformAMDToCJSModules(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Activates transformation of AMD to CommonJS modules.
- setTrustedStrings(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Some people want to put arbitrary user input into strings, which are then
run through the compiler.
- setTweak(List<String>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Override the default value of a registered tweak.
- setTweakProcessing(CompilerOptions.TweakProcessing) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets the kind of processing to do for goog.tweak functions.
- setTweakProcessing(CompilerOptions.TweakProcessing) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets how goog.tweak calls are processed.
- setTweakReplacements(Map<String, Object>) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setTweakToBooleanLiteral(String, boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the tweak in JS
to a boolean literal.
- setTweakToDoubleLiteral(String, double) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the tweak in JS to a
number literal.
- setTweakToNumberLiteral(String, int) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the tweak in JS to a
number literal.
- setTweakToStringLiteral(String, String) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the value of the tweak in JS to a
String literal.
- setType(Requirement.Type) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Required: The type of requirement.
- setTypeBasedOptimizationOptions(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
-
Enable additional optimizations that use type information.
- setTypedPercent(double) - Method in interface com.google.javascript.jscomp.ErrorManager
-
Sets the percentage of typed expressions.
- setTypedPercent(double) - Method in class com.google.javascript.jscomp.SortingErrorManager
-
- setTypedPercent(double) - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- setTypeMatchingStrategy(Requirement.TypeMatchingStrategy) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Strategy to use for matching types in the value parameter (e.g.
- setTypeMatchingStrategy(TypeMatchingStrategy) - Method in class com.google.javascript.refactoring.RefasterJsScanner
-
Sets the type matching strategy to use when matching templates.
- setTypeRegistry(JSTypeRegistry) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
-
- setTypeRequires(Collection<String>) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setTypeRequires(String...) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo.Builder
-
- setTypeValidationEnabled(boolean) - Method in class com.google.javascript.jscomp.AstValidator
-
Enable or disable validation of type information.
- setUnknownFields(UnknownFieldSet) - Method in class com.google.javascript.jscomp.ConformanceConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.javascript.jscomp.Requirement.WhitelistEntry.Builder
-
- setUnusedParameter(boolean) - Method in class com.google.javascript.rhino.Node
-
- setUseOriginalNamesInOutput(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setUseSizeHeuristicToStopOptimizationLoop(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setUseTypesForLocalOptimization(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setUseTypesForOptimization(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Deprecated.
- setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.JSType
-
Certain types have constraints on them at resolution-time.
- setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.NamedType
-
- setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.TemplateType
-
- setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- setValue(int, String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
The value banned, optional for "custom" requirements.
- setVarArgs(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is a variable length argument node.
- setVariableMap(VariableMap) - Method in class com.google.javascript.jscomp.AbstractCompiler
-
Sets the variable renaming map
- setVariableMap(VariableMap) - Method in class com.google.javascript.jscomp.Compiler
-
- setVariableMapInputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
File containing the serialized version of the variable renaming
map produced by a previous compilation
- setVariableMapOutputFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
File where the serialized version of the variable renaming map
produced should be saved
- setVariableRenaming(VariableRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setWarningGuardOptions(CompilerOptions, ArrayList<AbstractCommandLineRunner.FlagEntry<CheckLevel>>, DiagnosticGroups) - Static method in class com.google.javascript.jscomp.AbstractCommandLineRunner
-
- setWarningGuards(List<AbstractCommandLineRunner.FlagEntry<CheckLevel>>) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Add warning guards.
- setWarningLevel(DiagnosticGroup, CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Configure the given type of warning to the given level.
- setWarningLevel(CompilerOptions, String, CheckLevel) - Method in class com.google.javascript.jscomp.DiagnosticGroups
-
Adds warning levels by name.
- setWarningsGuard(ComposeWarningsGuard) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setWarningsWhitelistFile(String) - Method in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
-
Sets a whitelist file that suppresses warnings.
- setWhitelist(int, String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source path prefixes that are exempt from the
requirement.
- setWhitelistEntry(int, Requirement.WhitelistEntry) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- setWhitelistEntry(int, Requirement.WhitelistEntry.Builder) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
repeated .jscomp.Requirement.WhitelistEntry whitelist_entry = 14;
- setWhitelistRegexp(int, String) - Method in class com.google.javascript.jscomp.Requirement.Builder
-
Optional: A list of source paths regexs that are exempt from the
requirement.
- setWrapGoogModulesForWhitespaceOnly(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
-
- setWrappedOutputOptimizations(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
-
Enable additional optimizations that operate on global declarations.
- setWrapperPrefix(String) - Method in class com.google.javascript.jscomp.SourceMap
-
- setXidHashFunction(Xid.HashFunction) - Method in class com.google.javascript.jscomp.CompilerOptions
-
Sets the hash function to use for Xid
- setYieldAll(boolean) - Method in class com.google.javascript.rhino.Node
-
Sets whether this node is a generator node.
- SEVERITY_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.Requirement
-
- sheq(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
"==="
- shne(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
"!=="
- SHORTHAND_ASSIGNMENT_IN_ENUM - Static variable in class com.google.javascript.jscomp.lint.CheckEnums
-
- shouldAmbiguateProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldCollapseProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Flattens multi-level property names (e.g.
- shouldColorizeErrorOutput() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldDisambiguateProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldEmitUseStrict() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Whether the output should contain a 'use strict' directive.
- shouldExportLocalPropertyDefinitions() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldGenerateTypedExterns() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldInlineProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldParseDocumentation() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
-
- shouldPreserveGoogLibraryPrimitives() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Do not process goog.
- shouldPreserveGoogModule() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldPreservesGoogProvidesAndRequires() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldProtectHiddenSideEffects() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Whether or not the compiler should wrap apparently side-effect free code
to prevent it from being removed
- shouldQuoteKeywordProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldReportConformanceViolation(Requirement, Optional<Requirement.WhitelistEntry>, JSError) - Method in interface com.google.javascript.jscomp.ErrorManager
-
Return true if the conformance violation should be reported.
- shouldReportConformanceViolation(Requirement, Optional<Requirement.WhitelistEntry>, JSError) - Method in class com.google.javascript.jscomp.ThreadSafeDelegatingErrorManager
-
- shouldRunCompiler() - Method in class com.google.javascript.jscomp.CommandLineRunner
-
- shouldRunCrossChunkCodeMotion() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldRunCrossChunkMethodMotion() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldRunTypeSummaryChecksLate() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- shouldSkipDepsFile(SourceFile) - Method in class com.google.javascript.jscomp.deps.DepsGenerator
-
Returns whether we should ignore dependency info in the given deps file.
- shouldStrip() - Method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CheckConformance
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CheckMissingAndExtraRequires
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ControlFlowAnalysis
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ControlFlowGraph.AbstractCfgNodeTraversalCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CrossChunkReferenceCollector
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.DartSuperAccessorsPass
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuperConstructorCalls
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ForOfConverter
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteArrowFunction
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteClass
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteScriptsToModules
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6TypedToEs6Converter
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es7RewriteExponentialOperator
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.FindModuleDependencies
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.LateEs6ToEs3Converter
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEs6ModuleFileStructure
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEs6Modules
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNoMutatedEs6Exports
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckUnusedLabels
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckUselessBlocks
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractModuleCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractNodeTypePruningCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractPostOrderCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractScopedCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractShallowCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractShallowStatementCallback
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.Callback
-
Visits a node in pre order (before visiting its children) and decides
whether this node's children should be traversed.
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ReferenceCollectingCallback
-
Updates block stack.
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteAsyncFunctions
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteAsyncIteration
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteObjectSpread
-
- shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
-
- shouldUseTypesForLocalOptimization() - Method in class com.google.javascript.jscomp.CompilerOptions
-
- ShowByPathWarningsGuard - Class in com.google.javascript.jscomp
-
Control whether warnings should be restricted or suppressed for specified
paths.
- ShowByPathWarningsGuard(String) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
-
- ShowByPathWarningsGuard(String[]) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
-
- ShowByPathWarningsGuard(String, ShowByPathWarningsGuard.ShowType) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
-
- ShowByPathWarningsGuard(String[], ShowByPathWarningsGuard.ShowType) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
-
- ShowByPathWarningsGuard.ShowType - Enum in com.google.javascript.jscomp
-
Controls whether warnings should be restricted to a specified path or
suppressed within the specified path.
- siblings() - Method in class com.google.javascript.rhino.Node
-
Return an iterable object that iterates over this node's siblings,
including this Node but not any siblings that are before this one.
- SIDE_EFFECT_FLAGS - Static variable in class com.google.javascript.rhino.Node
-
- SIDE_EFFECTS_ALL - Static variable in class com.google.javascript.rhino.Node
-
- SIDE_EFFECTS_FLAGS_MASK - Static variable in class com.google.javascript.rhino.Node
-
- SideEffectFlags() - Constructor for class com.google.javascript.rhino.Node.SideEffectFlags
-
- SideEffectFlags(int) - Constructor for class com.google.javascript.rhino.Node.SideEffectFlags
-
- SimpleDependencyInfo - Class in com.google.javascript.jscomp.deps
-
A class to hold JS dependency information for a single .js file.
- SimpleDependencyInfo() - Constructor for class com.google.javascript.jscomp.deps.SimpleDependencyInfo
-
- SimpleDependencyInfo.Builder - Class in com.google.javascript.jscomp.deps
-
Builder for constructing instances of SimpleDependencyInfo.
- SimpleErrorReporter - Class in com.google.javascript.rhino
-
- SimpleErrorReporter() - Constructor for class com.google.javascript.rhino.SimpleErrorReporter
-
- SimpleFormat - Class in com.google.javascript.jscomp.parsing.parser.util.format
-
This is a hacked apart version of the Apache Harmony String.format class
with all parts outside of the GWT subset removed.
- SimpleReference<T extends StaticTypedSlot> - Class in com.google.javascript.rhino.jstype
-
A simple immutable reference.
- SimpleReference(T, Node) - Constructor for class com.google.javascript.rhino.jstype.SimpleReference
-
- SimpleRegion - Class in com.google.javascript.jscomp
-
Simple region.
- SimpleRegion(int, int, String) - Constructor for class com.google.javascript.jscomp.SimpleRegion
-
- SimpleSlot - Class in com.google.javascript.rhino.jstype
-
The minimum implementation of StaticTypedSlot
.
- SimpleSlot(String, JSType, boolean) - Constructor for class com.google.javascript.rhino.jstype.SimpleSlot
-
- SimpleSourceFile - Class in com.google.javascript.rhino
-
A simple implementation of StaticSourceFile
for testing.
- SimpleSourceFile(String, StaticSourceFile.SourceKind) - Constructor for class com.google.javascript.rhino.SimpleSourceFile
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Alternation
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Anchor
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.BackReference
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.CapturingGroup
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Charset
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Concatenation
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Empty
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookaheadAssertion
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.LookbehindAssertion
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.NamedBackReference
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.NamedCaptureGroup
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Repetition
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree
-
Returns a simpler regular expression that is semantically the same assuming
the given flags.
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.Text
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.UnicodePropertyEscape
-
- simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree.WordBoundary
-
- size - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
-
- SIZE_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- skipAllCompilerPasses() - Method in class com.google.javascript.jscomp.CompilerOptions
-
Skip all possible passes, to make the compiler as fast as possible.
- SLASH_V - Static variable in class com.google.javascript.rhino.Node
-
- smartNameRemoval - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Removes code associated with unused global names
- somePathsSatisfyPredicate() - Method in class com.google.javascript.jscomp.CheckPathsBetweenNodes
-
- SortedDependencies<INPUT extends DependencyInfo> - Interface in com.google.javascript.jscomp.deps
-
A sorted list of inputs with dependency information.
- SortedDependencies.MissingProvideException - Exception in com.google.javascript.jscomp.deps
-
- SortingErrorManager - Class in com.google.javascript.jscomp
-
- SortingErrorManager(Set<SortingErrorManager.ErrorReportGenerator>) - Constructor for class com.google.javascript.jscomp.SortingErrorManager
-
- SortingErrorManager.ErrorReportGenerator - Interface in com.google.javascript.jscomp
-
Strategy for customizing the output format of the error report
- sortInputsByDeps(AbstractCompiler) - Method in class com.google.javascript.jscomp.JSModule
-
Puts the JS files into a topologically sorted order by their dependencies.
- source - Variable in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompileResult
-
- Source - Class in com.google.javascript.jscomp.bundle
-
An abstract representation of a source file.
- Source() - Constructor for class com.google.javascript.jscomp.bundle.Source
-
- source - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
-
- source - Variable in class com.google.javascript.jscomp.transpile.BaseTranspiler.CompileResult
-
- Source.Builder - Class in com.google.javascript.jscomp.bundle
-
Builder for Source instances.
- Source.Transformer - Interface in com.google.javascript.jscomp.bundle
-
An automorphic transformation on sources.
- SOURCE_NAME_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.FunctionInformationMap.Entry
-
- SourceAst - Interface in com.google.javascript.jscomp
-
An interface for accessing the AST root of an input.
- SourceCodeEscapers - Class in com.google.javascript.jscomp.deps
-
A factory for Escaper instances used to escape strings for safe use in various common programming
languages.
- sourceComments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ProgramTree
-
- sourceElements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ProgramTree
-
- SourceExcerptProvider - Interface in com.google.javascript.jscomp
-
A source excerpt provider is responsible for building source code excerpt
of specific locations, such as a specific line or a region around a
given line number.
- SourceExcerptProvider.ExcerptFormatter - Interface in com.google.javascript.jscomp
-
A excerpt formatter is responsible of formatting source excerpts.
- SourceExcerptProvider.SourceExcerpt - Enum in com.google.javascript.jscomp
-
Source excerpt variety.
- SourceFile - Interface in com.google.javascript.jscomp.deps
-
An interface for representing source files for the Compilation Service.
- SourceFile - Class in com.google.javascript.jscomp.parsing.parser
-
A source file.
- SourceFile(String, String) - Constructor for class com.google.javascript.jscomp.parsing.parser.SourceFile
-
- SourceFile - Class in com.google.javascript.jscomp
-
An abstract representation of a source file that provides access to language-neutral features.
- SourceFile(String, StaticSourceFile.SourceKind) - Constructor for class com.google.javascript.jscomp.SourceFile
-
Construct a new abstract source file.
- SourceFile.Builder - Class in com.google.javascript.jscomp
-
A builder interface for source files.
- SourceFile.Generator - Interface in com.google.javascript.jscomp
-
A JavaScript source code provider.
- SourceFileMapping - Interface in com.google.javascript.jscomp
-
A SourceFileMapping maps a source file, line, and column into an Mapping.OriginalMapping
.
- sourceMap - Variable in class com.google.javascript.jscomp.bundle.CompilerBasedTransformer.CompileResult
-
- sourceMap() - Method in class com.google.javascript.jscomp.bundle.Source
-
The text of any source map applicable to this file.
- sourceMap - Variable in class com.google.javascript.jscomp.Result
-
- SourceMap - Class in com.google.javascript.jscomp
-
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.
- sourceMap - Variable in class com.google.javascript.jscomp.transpile.BaseTranspiler.CompileResult
-
- sourceMap() - Method in class com.google.javascript.jscomp.transpile.TranspileResult
-
- SourceMap.DetailLevel - Enum in com.google.javascript.jscomp
-
Source maps can be very large different levels of detail can be specified.
- SourceMap.Format - Enum in com.google.javascript.jscomp
-
An enumeration of available source map formats
- SourceMap.LocationMapping - Interface in com.google.javascript.jscomp
-
Function that mape a "destination" location to use within the source map.
- SourceMap.PrefixLocationMapping - Class in com.google.javascript.jscomp
-
- sourceMapDetailLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
-
The detail level for the generated source map.
- sourceMapFormat - Variable in class com.google.javascript.jscomp.CompilerOptions
-
The source map file format
- SourceMapInput - Class in com.google.javascript.jscomp
-
A lazy-loaded SourceMapConsumerV3 instance.
- SourceMapInput(SourceFile) - Constructor for class com.google.javascript.jscomp.SourceMapInput
-
- sourceMapLocationMappings - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- sourceMapOutputPath - Variable in class com.google.javascript.jscomp.CompilerOptions
-
The output path for the source map.
- sourceMappingUrl() - Method in class com.google.javascript.jscomp.bundle.Source
-
The URL for a source map associated with this file.
- SourceMapResolver - Class in com.google.javascript.jscomp
-
Utility class for resolving source maps and files referenced in source maps.
- SourceMapResolver() - Constructor for class com.google.javascript.jscomp.SourceMapResolver
-
- sourceMapURL - Variable in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
-
- sourceName - Variable in class com.google.javascript.jscomp.JsAst.RhinoError
-
- sourceName - Variable in class com.google.javascript.jscomp.JSError
-
Name of the source
- sourceNode - Variable in class com.google.javascript.jscomp.graph.GraphReachability.EdgeTuple
-
- sourceNode() - Method in class com.google.javascript.jscomp.modules.Binding
-
The AST node to use for source location when rewriting.
- SourcePosition - Class in com.google.javascript.jscomp.parsing.parser.util
-
A position in a source string - includes offset, line and column.
- SourcePosition(SourceFile, int, int, int) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
-
- SourcePosition<T> - Class in com.google.javascript.rhino
-
Represents a position in some piece of source code, with an associated
item of type T found at that position.
- SourcePosition() - Constructor for class com.google.javascript.rhino.SourcePosition
-
- SourceRange - Class in com.google.javascript.jscomp.parsing.parser.util
-
A range of positions in a source string.
- SourceRange(SourcePosition, SourcePosition) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.SourceRange
-
- sourceUrl() - Method in class com.google.javascript.jscomp.bundle.Source
-
The source URL associated with this file.
- splitDeclaration(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
-
- spread(Node) - Static method in class com.google.javascript.rhino.IR
-
- SpreadExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- SpreadExpressionTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SpreadExpressionTree
-
- srcref(Node) - Method in class com.google.javascript.rhino.Node
-
- srcrefTree(Node) - Method in class com.google.javascript.rhino.Node
-
- STABLE_IN - Static variable in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
-
- STABLE_OUT - Static variable in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
-
- stage1Passes() - Method in class com.google.javascript.jscomp.Compiler
-
Perform compiler passes for stage 1 of compilation.
- stage2Passes() - Method in class com.google.javascript.jscomp.Compiler
-
Perform compiler passes for stage 2 of compilation.
- StandardUnionFind<E> - Class in com.google.javascript.jscomp.graph
-
A Union-Find implementation.
- StandardUnionFind() - Constructor for class com.google.javascript.jscomp.graph.StandardUnionFind
-
Creates an empty UnionFind structure.
- StandardUnionFind(UnionFind<E>) - Constructor for class com.google.javascript.jscomp.graph.StandardUnionFind
-
Creates an UnionFind structure being a copy of other structure.
- start - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourceRange
-
- statement - Variable in class com.google.javascript.jscomp.parsing.parser.trees.LabelledStatementTree
-
- statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BlockTree
-
- statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CaseClauseTree
-
- statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DefaultClauseTree
-
- STATIC_MEMBER - Static variable in class com.google.javascript.rhino.Node
-
- STATIC_SOURCE_FILE - Static variable in class com.google.javascript.rhino.Node
-
- StaticRef - Interface in com.google.javascript.rhino
-
The StaticRef
tells us all the ways that a StaticSlot
is used in a program.
- StaticScope - Interface in com.google.javascript.rhino
-
The StaticScope
interface must be implemented by any object that
defines variables for the purposes of static analysis.
- StaticSlot - Interface in com.google.javascript.rhino
-
The StaticSlot
interface must be implemented by variables that can
appear as members of a StaticScope
.
- StaticSourceFile - Interface in com.google.javascript.rhino
-
The StaticSourceFile
contains information about a compiler input.
- StaticSourceFile.SourceKind - Enum in com.google.javascript.rhino
-
Source kinds.
- StaticSymbolTable<S extends StaticSlot,R extends StaticRef> - Interface in com.google.javascript.rhino
-
Lookup references by the symbols that they refer to.
- StaticTypedRef - Interface in com.google.javascript.rhino.jstype
-
The StaticTypedRef
tells us all the ways that a StaticTypedSlot
is used in a
program.
- StaticTypedScope - Interface in com.google.javascript.rhino.jstype
-
The StaticTypedScope
interface must be implemented by any object that defines variables
for the purposes of static analysis.
- StaticTypedSlot - Interface in com.google.javascript.rhino.jstype
-
The StaticTypedSlot
interface must be implemented by variables that can appear as members
of a StaticTypedScope
.
- STRICT_CHECK_TYPES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- STRICT_INEXISTENT_PROPERTY - Static variable in class com.google.javascript.jscomp.TypeCheck
-
- STRICT_INEXISTENT_UNION_PROPERTY - Static variable in class com.google.javascript.jscomp.TypeCheck
-
- STRICT_MISSING_PROPERTIES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- STRICT_MISSING_REQUIRE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- STRICT_MODULE_DEP_CHECK - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- STRICT_NULLABILITY_VALUE - Static variable in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
Matches type or any subtype.
- STRICT_PRIMITIVE_OPERATORS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- STRICT_REQUIRES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- StrictBanUnresolvedType(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.StrictBanUnresolvedType
-
- StrictWarningsGuard - Class in com.google.javascript.jscomp
-
All warnings should be reported as errors.
- StrictWarningsGuard() - Constructor for class com.google.javascript.jscomp.StrictWarningsGuard
-
- string(String) - Static method in class com.google.javascript.rhino.IR
-
- stringKey(String) - Static method in class com.google.javascript.rhino.IR
-
- stringKey(String, Node) - Static method in class com.google.javascript.rhino.IR
-
- stringMap - Variable in class com.google.javascript.jscomp.Result
-
- StringPosition() - Constructor for class com.google.javascript.rhino.JSDocInfo.StringPosition
-
- StringType - Class in com.google.javascript.rhino.jstype
-
String type.
- stringType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
-
- STRIP_SIDE_EFFECT_PROTECTION - Static variable in class com.google.javascript.jscomp.PassNames
-
- stripNamePrefixes - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Name prefixes that determine which variables and properties to strip
- stripNameSuffixes - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Name suffixes that determine which variables and properties to strip
- stripTypePrefixes - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Qualified type name prefixes that determine which types to strip
- stripTypes - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Names of types to strip
- STRONG_MODULE_NAME - Static variable in class com.google.javascript.jscomp.JSModule
-
- sub(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- SubclassRelationship(CodingConvention.SubclassType, Node, Node) - Constructor for class com.google.javascript.jscomp.CodingConvention.SubclassRelationship
-
- SubGraph<N,E> - Interface in com.google.javascript.jscomp.graph
-
An interface representing a subgraph that provides adjacency calculation to
a node.
- subSequence(int, int) - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
-
- SUBTYPES_VALUE - Static variable in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
Matches type or any subtype.
- success - Variable in class com.google.javascript.jscomp.Result
-
- SuggestedFix - Class in com.google.javascript.refactoring
-
Object representing the fixes to apply to the source code to create the
refactoring CL.
- SuggestedFix.Builder - Class in com.google.javascript.refactoring
-
Builder class for
SuggestedFix
that contains helper functions to
manipulate JS nodes.
- SuggestedFix.MatchedNodeInfo - Class in com.google.javascript.refactoring
-
Information about the node that was matched for the suggested fix.
- superClass - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
-
- superClass() - Method in class com.google.javascript.rhino.jstype.NominalTypeBuilderOti
-
- superClass() - Method in interface com.google.javascript.rhino.NominalTypeBuilder
-
Returns a NominalTypeBuilder for this type's superclass.
- SuperExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- SuperExpressionTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SuperExpressionTree
-
- superInterfaces - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
-
- superNode() - Static method in class com.google.javascript.rhino.IR
-
- SUSPICIOUS_CODE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- SUSPICIOUS_EXPORTS_ASSIGNMENT - Static variable in class com.google.javascript.jscomp.ProcessCommonJSModules
-
- switchNode(Node, Node...) - Static method in class com.google.javascript.rhino.IR
-
- SwitchStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- SwitchStatementTree(SourceRange, ParseTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SwitchStatementTree
-
- SymbolTable - Class in com.google.javascript.jscomp
-
A symbol table for people that want to use Closure Compiler as an indexer.
- SymbolTable.Reference - Class in com.google.javascript.jscomp
-
Reference
- SymbolTable.Symbol - Class in com.google.javascript.jscomp
-
A symbol-table entry
- SymbolTable.SymbolScope - Class in com.google.javascript.jscomp
-
Scope of a symbol
- SymbolType - Class in com.google.javascript.rhino.jstype
-
Symbol type.
- SyntacticScopeCreator - Class in com.google.javascript.jscomp
-
The syntactic scope creator scans the parse tree to create a Scope object
containing all the variable declarations in that scope.
- SYNTHETIC_BLOCK_PROP - Static variable in class com.google.javascript.rhino.Node
-
- SyntheticAst - Class in com.google.javascript.jscomp
-
An AST generated totally by the compiler.
- SyntheticAst(Node) - Constructor for class com.google.javascript.jscomp.SyntheticAst
-
- syntheticBlockEndMarker - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- syntheticBlockStartMarker - Variable in class com.google.javascript.jscomp.CompilerOptions
-
- validate(boolean) - Method in class com.google.javascript.jscomp.SourceMap
-
- validateCodeRoot(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateExpression(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateModuleContents(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateRoot(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateScript(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateStatement(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateStatement(Node, boolean) - Method in class com.google.javascript.jscomp.AstValidator
-
- validateStatements(Node) - Method in class com.google.javascript.jscomp.AstValidator
-
- value - Variable in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.IdentifierToken
-
- value - Variable in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.LiteralToken
-
- value - Variable in enum com.google.javascript.jscomp.parsing.parser.TokenType
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.Comment
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyDefinitionTree
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.PropertyNameAssignmentTree
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralPortionTree
-
- value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ThrowStatementTree
-
- VALUE_FIELD_NUMBER - Static variable in class com.google.javascript.jscomp.Requirement
-
- valueOf(String) - Static method in enum com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.AbstractCommandLineRunner.JsSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.AbstractCompiler.PropertyAccessKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CheckLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CheckLevelLegacy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CodeGenerator.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CodePrinter.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CodingConvention.SubclassType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerInput.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.DependencyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.DevMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.DisposalCheckingPolicy
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.Environment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.Es6ModuleTranspilation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.ExtractPrototypeMemberDeclarationsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.IncrementalCheckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.IsolationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.J2clPassMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.OutputJs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.PropertyCollapseLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.Reach
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.TracerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.ConformanceRules.ConformanceLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CssRenamingMap.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.CustomPassExecutionTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.DependencyInfo.Require.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.PathEscaper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.PathResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.ResolutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.ErrorFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.JsMessage.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.ModuleMetadataMap.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.NodeUtil.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.Config.JsDocParsing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.Config.LanguageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.Config.RunMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.Config.StrictMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.FeatureSet.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
Parses known strings into feature sets.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Parser.Config.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree.ComprehensionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ParseTreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.UpdateExpressionTree.OperatorPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.OperationKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.PolymerExportPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.PropertyRenamingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
- valueOf(String) - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
- valueOf(String) - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
- valueOf(String) - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
- valueOf(String) - Static method in enum com.google.javascript.jscomp.RewriteGoogJsImports.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceMap.DetailLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceMap.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.VariableRenamingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.WarningLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.jscomp.WarningsGuard.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.JSDocInfo.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSType.HasPropertyKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSType.Nullability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSType.SubtypingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSTypeNative
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSTypeRegistry.PropDefinitionKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.TernaryValue
-
Returns the enum constant of this type with the specified name.
- valueOf() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
-
- valueOf(String) - Static method in enum com.google.javascript.rhino.StaticSourceFile.SourceKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.javascript.rhino.Token
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.AbstractCommandLineRunner.JsSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.AbstractCompiler.PropertyAccessKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CheckLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CheckLevelLegacy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CodeGenerator.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CodePrinter.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CodingConvention.SubclassType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerInput.ModuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.DependencyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.DevMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.DisposalCheckingPolicy
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.Environment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.Es6ModuleTranspilation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.ExtractPrototypeMemberDeclarationsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.IncrementalCheckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.IsolationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.J2clPassMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.OutputJs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.PropertyCollapseLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.Reach
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.TracerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.ConformanceRules.ConformanceLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CssRenamingMap.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.CustomPassExecutionTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.deps.DependencyInfo.Require.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.PathEscaper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.PathResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.deps.ModuleLoader.ResolutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.ErrorFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.JsMessage.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.ModuleMetadataMap.ModuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.NodeUtil.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.Config.JsDocParsing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.Config.LanguageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.Config.RunMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.Config.StrictMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.FeatureSet.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.Parser.Config.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree.ComprehensionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ParseTreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.UpdateExpressionTree.OperatorPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.OperationKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.PolymerExportPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.PropertyRenamingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.Requirement.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.Requirement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.Requirement.TypeMatchingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.Requirement.WhitelistEntry.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.RewriteGoogJsImports.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.SourceMap.DetailLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.SourceMap.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.VariableRenamingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.WarningLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.jscomp.WarningsGuard.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.google.javascript.rhino.HamtPMap
-
Returns an iterable for a (possibly null) tree.
- values() - Static method in enum com.google.javascript.rhino.JSDocInfo.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.JSType.HasPropertyKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.JSType.Nullability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.JSType.SubtypingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.JSTypeNative
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.JSTypeRegistry.PropDefinitionKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.jstype.TernaryValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface com.google.javascript.rhino.PMap
-
Returns an iterable for the values in this map.
- values() - Static method in enum com.google.javascript.rhino.StaticSourceFile.SourceKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.javascript.rhino.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Var - Class in com.google.javascript.jscomp
-
Used by Scope
to store information about variables.
- var(Node, Node) - Static method in class com.google.javascript.rhino.IR
-
- var(Node) - Static method in class com.google.javascript.rhino.IR
-
- VAR_ARGS_NAME - Static variable in class com.google.javascript.rhino.Node
-
- VariableDeclarationListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- VariableDeclarationListTree(SourceRange, TokenType, ImmutableList<VariableDeclarationTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationListTree
-
- VariableDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- VariableDeclarationTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
-
- variableMap - Variable in class com.google.javascript.jscomp.Result
-
- VariableMap - Class in com.google.javascript.jscomp
-
Stores the mapping from original variable name to new variable names.
- VariableMap(Map<String, String>) - Constructor for class com.google.javascript.jscomp.VariableMap
-
- variableRenaming - Variable in class com.google.javascript.jscomp.CompilerOptions
-
Controls which variables get renamed.
- VariableRenamingPolicy - Enum in com.google.javascript.jscomp
-
Policies to determine which variables should be renamed.
- VariableStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
-
- VariableStatementTree(SourceRange, VariableDeclarationListTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableStatementTree
-
- version() - Method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
Returns a string representation suitable for encoding in depgraph and deps.js files.
- versionForDebugging() - Method in class com.google.javascript.jscomp.parsing.parser.FeatureSet
-
Returns a string representation useful for debugging.
- VIOLATED_MODULE_DEP - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- VIOLATION - Static variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
-
- VirtualFile - Class in com.google.javascript.jscomp.deps
-
Class used to represent a "virtual" file.
- VirtualFile(String, String) - Constructor for class com.google.javascript.jscomp.deps.VirtualFile
-
- VISIBILITY - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.BranchCoverageInstrumentationCallback
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CheckConformance
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CheckMissingAndExtraRequires
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ChromePass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ClosureCheckModule
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ControlFlowAnalysis
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CrossChunkReferenceCollector
-
For each node, update the block stack and reference collection
as appropriate.
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.DartSuperAccessorsPass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6CheckModule
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuper
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuperConstructorCalls
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ExtractClasses
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ForOfConverter
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6InjectRuntimeLibraries
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6NormalizeShorthandProperties
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RenameVariablesInParamLists
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteArrowFunction
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteBlockScopedDeclaration
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteBlockScopedFunctionDeclaration
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteClass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteClassExtendsExpressions
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteModules
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteRestAndSpread
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6TypedToEs6Converter
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es7RewriteExponentialOperator
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.FindModuleDependencies
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ImplicitNullabilityCheck
-
Crawls the JSDoc of the given node to find any names in JSDoc
that are implicitly null.
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.J2clAssertRemovalPass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.J2clChecksPass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.J2clUtilGetDefineRewriterPass
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.JsMessageVisitor
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.LateEs6ToEs3Converter
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckArrayWithGoogObject
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckDuplicateCase
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEmptyStatements
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEnums
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEs6Modules
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckInterfaces
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckJSDocStyle
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckMissingSemicolon
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNoMutatedEs6Exports
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullabilityModifiers
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrimitiveAsObject
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckUnusedLabels
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckUselessBlocks
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.MarkUntranspilableFeaturesAsRemoved
-
- visit(NodeTraversal, Node, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.AbstractPostOrderCallbackInterface
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractPreOrderCallback
-
- visit(NodeTraversal, Node, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.Callback
-
Visits a node in postorder (after its children have been visited).
- visit(Node) - Method in interface com.google.javascript.jscomp.NodeUtil.Visitor
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ReferenceCollectingCallback
-
For each node, update the block stack and reference collection
as appropriate.
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteAsyncFunctions
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteAsyncIteration
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteJsonToModule
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.RewriteObjectSpread
-
- visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
-
This is the meat of the type checking.
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.AllType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.BooleanType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.EnumElementType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.EnumType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.FunctionType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.JSType
-
Visit this type with the given visitor.
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NamedType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NoObjectType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NoType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NullType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NumberType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ObjectType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.StringType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.SymbolType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.TemplateType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.UnionType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.UnknownType
-
- visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.VoidType
-
- Visitor<T> - Interface in com.google.javascript.rhino.jstype
-
A type visitor.
- visitPostOrder(Node, NodeUtil.Visitor) - Static method in class com.google.javascript.jscomp.NodeUtil
-
A post-order traversal, calling Visitor.visit for each decendent.
- visitPostOrder(Node, NodeUtil.Visitor, Predicate<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
-
A post-order traversal, calling Visitor.visit for each descendant matching the predicate.
- visitPreOrder(Node, NodeUtil.Visitor) - Static method in class com.google.javascript.jscomp.NodeUtil
-
A pre-order traversal, calling Visitor.visit for each decendent.
- visitPreOrder(Node, NodeUtil.Visitor, Predicate<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
-
A pre-order traversal, calling Visitor.visit for each child matching the predicate.
- visitReferenceType(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
-
- voidNode(Node) - Static method in class com.google.javascript.rhino.IR
-
- VoidType - Class in com.google.javascript.rhino.jstype
-
Void type whose only element is the undefined
value.
- voidType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
-