Uses of Enum Class
org.ek9lang.compiler.support.CompileTimeConstraintEvaluator.Verdict
Packages that use CompileTimeConstraintEvaluator.Verdict
-
Uses of CompileTimeConstraintEvaluator.Verdict in org.ek9lang.compiler.support
Subclasses with type arguments of type CompileTimeConstraintEvaluator.Verdict in org.ek9lang.compiler.supportModifier and TypeClassDescriptionstatic enumPASS = constraint satisfied; FAIL = provably violated; UNKNOWN = cannot determine statically.Methods in org.ek9lang.compiler.support that return CompileTimeConstraintEvaluator.VerdictModifier and TypeMethodDescriptionCompileTimeConstraintEvaluator.evaluate(String subjectText, String subjectTypeFqn, ConstraintExpr constraint) Evaluate the constraint against a constant subject.Returns the enum constant of this class with the specified name.CompileTimeConstraintEvaluator.Verdict.values()Returns an array containing the constants of this enum class, in the order they are declared.