Uses of Record Class
org.ek9lang.compiler.symbolic.ConstructVerdict.Counterexample
Packages that use ConstructVerdict.Counterexample
-
Uses of ConstructVerdict.Counterexample in org.ek9lang.compiler.symbolic
Methods in org.ek9lang.compiler.symbolic that return types with arguments of type ConstructVerdict.CounterexampleModifier and TypeMethodDescriptionConstructVerdict.counterexamples()Returns the value of thecounterexamplesrecord component.Constructor parameters in org.ek9lang.compiler.symbolic with type arguments of type ConstructVerdict.CounterexampleModifierConstructorDescriptionConstructVerdict(String constructFqn, boolean verified, List<ConstructVerdict.Counterexample> counterexamples, List<ConstructVerdict.DeadBranch> deadBranches) Creates an instance of aConstructVerdictrecord class.