| Package | Description |
|---|---|
| com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static Outcome |
Outcome.forBoolean(boolean val)
Gets the Outcome for the given boolean.
|
abstract Outcome |
Outcome.not()
Gets the
not of this. |
static Outcome |
Outcome.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Outcome[] |
Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2020 Google. All Rights Reserved.