Uses of Class
com.google.javascript.rhino.Outcome
-
Packages that use Outcome Package Description com.google.javascript.jscomp.type com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of Outcome in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type with parameters of type Outcome Modifier and Type Method Description protected FlowScope
ChainableReverseAbstractInterpreter. firstPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)
Calculates the preciser scope starting with the first link.FlowScope
ClosureReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)
FlowScope
ReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)
Calculates a precise version of the scope knowing the outcome of the condition.FlowScope
SemanticReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)
protected FlowScope
ChainableReverseAbstractInterpreter. nextPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)
Delegates the calculation of the preciser scope to the next link. -
Uses of Outcome in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return Outcome Modifier and Type Method Description static Outcome
Outcome. forBoolean(boolean val)
Gets the Outcome for the given boolean.abstract Outcome
Outcome. not()
Gets thenot
ofthis
.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. -
Uses of Outcome in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype with parameters of type Outcome Modifier and Type Method Description JSType
JSType. getRestrictedTypeGivenOutcome(Outcome outcome)
Computes the restricted type of this type knowing that theToBoolean
predicate has a specific value.JSType
UnionType. getRestrictedTypeGivenOutcome(Outcome outcome)
-