Uses of Class
com.google.javascript.rhino.Outcome
-
Packages that use Outcome Package Description com.google.javascript.jscomp.type Provides type-checking data structures and algorithms.com.google.javascript.rhino The core AST from Rhino.com.google.javascript.rhino.jstype Provides abstractions to represent types in JavaScript. -
-
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 FlowScopeChainableReverseAbstractInterpreter. firstPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)Calculates the preciser scope starting with the first link.FlowScopeClosureReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)FlowScopeReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)Calculates a precise version of the scope knowing the outcome of the condition.FlowScopeSemanticReverseAbstractInterpreter. getPreciserScopeKnowingConditionOutcome(Node condition, FlowScope blindScope, Outcome outcome)protected FlowScopeChainableReverseAbstractInterpreter. 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 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. -
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 JSTypeJSType. getRestrictedTypeGivenOutcome(Outcome outcome)Computes the restricted type of this type knowing that theToBooleanpredicate has a specific value.JSTypeUnionType. getRestrictedTypeGivenOutcome(Outcome outcome)
-