Uses of Enum Class
org.ek9lang.compiler.phase5.flow.ConditionResult
Packages that use ConditionResult
-
Uses of ConditionResult in org.ek9lang.compiler.phase5.flow
Subclasses with type arguments of type ConditionResult in org.ek9lang.compiler.phase5.flowModifier and TypeClassDescriptionenumResult of evaluating a condition against abstract values.Methods in org.ek9lang.compiler.phase5.flow that return ConditionResultModifier and TypeMethodDescriptionAbstractValue.evaluateCondition(String operator, AbstractValue operand) Evaluate whether this abstract value satisfies a comparison condition.BottomValue.evaluateCondition(String operator, AbstractValue operand) ConstantValue.evaluateCondition(String operator, AbstractValue operand) ConstraintState.evaluateCondition(AbstractValue left, String operator, AbstractValue right) Evaluate a condition given the current state of two symbols/values.ExcludesConstantValue.evaluateCondition(String operator, AbstractValue operand) RangeValue.evaluateCondition(String operator, AbstractValue operand) SetStateValue.evaluateCondition(String operator, AbstractValue operand) TopValue.evaluateCondition(String operator, AbstractValue operand) ValueTrackingAnalyzer.evaluateCondition(AbstractValue left, String operator, AbstractValue right) Evaluate a condition between two abstract values.ValueTrackingAnalyzer.evaluateIsSet(ISymbol symbol) Evaluate the isSet state of a variable based on its tracked value.static ConditionResultReturns the enum constant of this class with the specified name.static ConditionResult[]ConditionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.