| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes | |
| com.google.javascript.rhino |
The core AST from Rhino.
|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
TypeI.TypeInference |
JSType.typeInference() |
| Modifier and Type | Method and Description |
|---|---|
TypeI.TypeInference |
TypeI.typeInference()
Returns the type inference of this object.
|
static TypeI.TypeInference |
TypeI.TypeInference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeI.TypeInference[] |
TypeI.TypeInference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeI.TypeInference |
JSType.typeInference() |
Copyright © 2009-2017 Google. All Rights Reserved.