| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.ijs | |
| 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 | |
| com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
| com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
| com.google.javascript.refactoring | |
| com.google.javascript.refactoring.examples | |
| com.google.javascript.rhino |
The core AST from Rhino.
|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Class and Description |
|---|
| InputId
An id used uniquely identify a CompilerInput
|
| JSDocInfo
JSDoc information describing JavaScript code.
|
| JSDocInfo.Visibility
Visibility categories.
|
| JSTypeExpression
When parsing a jsdoc, a type-annotation string is parsed to a type AST.
|
| Node
This class implements the root of the intermediate representation.
|
| NominalTypeBuilder
Builder interface for declaring properties on class-like (nominal) types.
|
| SourcePosition
Represents a position in some piece of source code, with an associated
item of type T found at that position.
|
| StaticRef
The
StaticRef tells us all the ways that a StaticSlot
is used in a program. |
| StaticScope
The
StaticScope interface must be implemented by any object that
defines variables for the purposes of static analysis. |
| StaticSlot
The
StaticSlot interface must be implemented by variables that can
appear as members of a StaticScope. |
| StaticSourceFile
The
StaticSourceFile contains information about a compiler input. |
| StaticSourceFile.SourceKind
Source kinds.
|
| StaticSymbolTable
Lookup references by the symbols that they refer to.
|
| Token
This class implements the JavaScript scanner.
|
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| ErrorReporter
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| JSDocInfo
JSDoc information describing JavaScript code.
|
| Node
This class implements the root of the intermediate representation.
|
| StaticSourceFile
The
StaticSourceFile contains information about a compiler input. |
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| StaticScope
The
StaticScope interface must be implemented by any object that
defines variables for the purposes of static analysis. |
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| ClosurePrimitive
Enum of primitive functions that the compiler recognizes
|
| ErrorReporter
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| HamtPMap
An immutable sorted map with efficient (persistent) updates.
|
| InputId
An id used uniquely identify a CompilerInput
|
| JSDocInfo
JSDoc information describing JavaScript code.
|
| JSDocInfo.Marker
Defines a class for containing the parsing information
for this JSDocInfo.
|
| JSDocInfo.NamePosition
A piece of information (found in a marker) which contains a position
with a name node.
|
| JSDocInfo.StringPosition
A piece of information (found in a marker) which contains a position
with a string.
|
| JSDocInfo.TypePosition
A piece of information (found in a marker) which contains a position
with a type expression syntax tree.
|
| JSDocInfo.Visibility
Visibility categories.
|
| JSDocInfoBuilder
A builder for
JSDocInfo objects. |
| JSTypeExpression
When parsing a jsdoc, a type-annotation string is parsed to a type AST.
|
| Node
This class implements the root of the intermediate representation.
|
| Node.AncestorIterable
Iterator to go up the ancestor tree.
|
| Node.SideEffectFlags
A helper class for getting and setting invocation side-effect flags.
|
| Node.TypeDeclarationNode
Represents a node in the type declaration AST.
|
| NominalTypeBuilder
Builder interface for declaring properties on class-like (nominal) types.
|
| NonJSDocComment
Minimal class holding information about a nonJSDoc comment's source location and contents
|
| PMap
A minimal interface for null-hostile, persistent immutable maps.
|
| PMap.Reconciler |
| QualifiedName
Abstraction over a qualified name.
|
| SourcePosition
Represents a position in some piece of source code, with an associated
item of type T found at that position.
|
| StaticRef
The
StaticRef tells us all the ways that a StaticSlot
is used in a program. |
| StaticScope
The
StaticScope interface must be implemented by any object that
defines variables for the purposes of static analysis. |
| StaticSlot
The
StaticSlot interface must be implemented by variables that can
appear as members of a StaticScope. |
| StaticSourceFile
The
StaticSourceFile contains information about a compiler input. |
| StaticSourceFile.SourceKind
Source kinds.
|
| Token
This class implements the JavaScript scanner.
|
| Class and Description |
|---|
| ClosurePrimitive
Enum of primitive functions that the compiler recognizes
|
| ErrorReporter
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| JSDocInfo
JSDoc information describing JavaScript code.
|
| JSTypeExpression
When parsing a jsdoc, a type-annotation string is parsed to a type AST.
|
| Node
This class implements the root of the intermediate representation.
|
| QualifiedName
Abstraction over a qualified name.
|
| StaticRef
The
StaticRef tells us all the ways that a StaticSlot
is used in a program. |
| StaticScope
The
StaticScope interface must be implemented by any object that
defines variables for the purposes of static analysis. |
| StaticSlot
The
StaticSlot interface must be implemented by variables that can
appear as members of a StaticScope. |
| StaticSourceFile
The
StaticSourceFile contains information about a compiler input. |
Copyright © 2009-2020 Google. All Rights Reserved.