Interface | Description |
---|---|
ErrorReporter |
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
NominalTypeBuilder |
Builder interface for declaring properties on class-like (nominal) types.
|
PMap<K,V> |
A minimal interface for null-hostile, persistent immutable maps.
|
PMap.BiFunction<A,B,C> |
See java.util.function.BiFunction.
|
PMap.BiPredicate<A,B> |
See java.util.function.BiPredicate.
|
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. |
StaticSymbolTable<S extends StaticSlot,R extends StaticRef> |
Lookup references by the symbols that they refer to.
|
Class | Description |
---|---|
HamtPMap<K,V> |
An immutable sorted map with efficient (persistent) updates.
|
InputId |
An id used uniquely identify a CompilerInput
|
IR |
An AST construction helper class
|
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.
|
JSDocInfoBuilder |
A builder for
JSDocInfo objects. |
JSIdentifier |
Utility class to hold isJSIdentifier.
|
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 the side-effect flags.
|
Node.TypeDeclarationNode |
Represents a node in the type declaration AST.
|
SimpleErrorReporter |
A simple
ErrorReporter that collects warnings and errors and makes
them accessible via SimpleErrorReporter.errors and SimpleErrorReporter.warnings . |
SimpleSourceFile |
A simple implementation of
StaticSourceFile for testing. |
SourcePosition<T> |
Represents a position in some piece of source code, with an associated
item of type T found at that position.
|
TokenStream |
This class implements the JavaScript scanner.
|
TokenUtil |
Helper methods for parsing JavaScript.
|
TypeDeclarationsIR |
An AST construction helper class for TypeDeclarationNode
|
Enum | Description |
---|---|
JSDocInfo.Visibility |
Visibility categories.
|
Token |
This class implements the JavaScript scanner.
|
Copyright © 2009-2018 Google. All Rights Reserved.