Uses of Enum Class
org.ek9lang.compiler.ir.instructions.InstanceOfKind
Packages that use InstanceOfKind
Package
Description
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of InstanceOfKind in org.ek9lang.compiler.ir.instructions
Subclasses with type arguments of type InstanceOfKind in org.ek9lang.compiler.ir.instructionsModifier and TypeClassDescriptionenumDiscriminator for theCastInstr.instanceOf(String, String, String, InstanceOfKind, DebugInfo)IR instruction.Methods in org.ek9lang.compiler.ir.instructions that return InstanceOfKindModifier and TypeMethodDescriptionCastInstr.getKind()Get the kind discriminator for INSTANCEOF instructions; null for CAST.static InstanceOfKindReturns the enum constant of this class with the specified name.static InstanceOfKind[]InstanceOfKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.compiler.ir.instructions with parameters of type InstanceOfKindModifier and TypeMethodDescriptionstatic CastInstrCastInstr.instanceOf(String result, String source, String targetType, InstanceOfKind kind, DebugInfo debugInfo) Create instruction to check if source is instance of target type with explicit kind.