Uses of Class
com.google.javascript.jscomp.type.Outcome
-
Packages that use Outcome Package Description com.google.javascript.jscomp.type -
-
Uses of Outcome in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type that return Outcome Modifier and Type Method Description static OutcomeOutcome. forBoolean(boolean val)Gets the Outcome for the given boolean.abstract OutcomeOutcome. not()Gets thenotofthis.static OutcomeOutcome. 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.
-