| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.rhino |
The core AST from Rhino.
|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedScope
TypedScope contains information about variables and their types.
|
| Modifier and Type | Method and Description |
|---|---|
TypeI |
GlobalTypeInfo.evaluateTypeExpression(JSTypeExpression expr,
TypeIEnv<TypeI> typeEnv)
This method is only called by TTL and the typeEnv passed is the global scope.
|
| Modifier and Type | Method and Description |
|---|---|
TypeI |
TypeIRegistry.evaluateTypeExpression(JSTypeExpression expr,
TypeIEnv<TypeI> typeEnv) |
| Modifier and Type | Method and Description |
|---|---|
JSType |
JSTypeRegistry.evaluateTypeExpression(JSTypeExpression expr,
TypeIEnv<TypeI> scope) |
Copyright © 2009-2017 Google. All Rights Reserved.