| Package | Description |
|---|---|
| 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 |
|---|---|
static TypeI.Nullability |
TypeI.Nullability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeI.Nullability[] |
TypeI.Nullability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TypeI.toAnnotationString(TypeI.Nullability nullability)
Returns a string representation of this type, suitable for printing
in type annotations at code generation time.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
JSType.toAnnotationString(TypeI.Nullability nullability) |
Copyright © 2009-2018 Google. All Rights Reserved.