Uses of Enum Class
org.ek9lang.compiler.ir.instructions.InputClassProbeInstr.Kind
Packages that use InputClassProbeInstr.Kind
Package
Description
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of InputClassProbeInstr.Kind in org.ek9lang.compiler.ir.instructions
Subclasses with type arguments of type InputClassProbeInstr.Kind in org.ek9lang.compiler.ir.instructionsModifier and TypeClassDescriptionstatic enumWhat this instruction is: an entry probe, or one edge of a ยง5.3 assert window.Methods in org.ek9lang.compiler.ir.instructions that return InputClassProbeInstr.KindModifier and TypeMethodDescriptionInputClassProbeInstr.getKind()static InputClassProbeInstr.KindReturns the enum constant of this class with the specified name.static InputClassProbeInstr.Kind[]InputClassProbeInstr.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.