Uses of Enum Class
com.google.javascript.jscomp.type.Outcome
Packages that use Outcome
-
Uses of Outcome in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type that return OutcomeModifier and TypeMethodDescriptionstatic OutcomeOutcome.forBoolean(boolean val) Gets the Outcome for the given boolean.abstract OutcomeOutcome.not()Gets thenotofthis.static OutcomeReturns the enum constant of this class with the specified name.static Outcome[]Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.