| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.lint | |
| com.google.javascript.jscomp.newtypes | |
| 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.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
Represents a type expression as a miniature Rhino AST, so that the
type expression can be evaluated later.
|
| Node
This class implements the root of the intermediate representation.
|
| Node.TypeDeclarationNode
Represents a node in the type declaration AST.
|
| 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. |
| Token
This class implements the JavaScript scanner.
|
| TypeI
A common interface for types in the old type system and the new type system,
so that the other passes need not know which type system they are using.
|
| TypeIRegistry |
| Class and Description |
|---|
| Node
This class implements the root of the intermediate representation.
|
| Class and Description |
|---|
| FunctionTypeI |
| JSDocInfo
JSDoc information describing JavaScript code.
|
| JSTypeExpression
Represents a type expression as a miniature Rhino AST, so that the
type expression can be evaluated later.
|
| Node
This class implements the root of the intermediate representation.
|
| ObjectTypeI |
| TypeI
A common interface for types in the old type system and the new type system,
so that the other passes need not know which type system they are using.
|
| 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.
|
| TypeIRegistry |
| Class and Description |
|---|
| ErrorReporter
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| FunctionTypeI |
| 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
Represents a type expression as a miniature Rhino AST, so that the
type expression can be evaluated later.
|
| 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 the side-effect flags.
|
| Node.TypeDeclarationNode
Represents a node in the type declaration AST.
|
| ObjectTypeI |
| 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. |
| Token
This class implements the JavaScript scanner.
|
| TypeI
A common interface for types in the old type system and the new type system,
so that the other passes need not know which type system they are using.
|
| TypeIRegistry |
| Class and Description |
|---|
| ErrorReporter
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| FunctionTypeI |
| JSDocInfo
JSDoc information describing JavaScript code.
|
| JSTypeExpression
Represents a type expression as a miniature Rhino AST, so that the
type expression can be evaluated later.
|
| Node
This class implements the root of the intermediate representation.
|
| ObjectTypeI |
| 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. |
| TypeI
A common interface for types in the old type system and the new type system,
so that the other passes need not know which type system they are using.
|
| TypeIRegistry |
Copyright © 2009-2017 Google. All Rights Reserved.