Uses of Enum Class
org.ek9lang.compiler.ir.IROpcode
Packages that use IROpcode
-
Uses of IROpcode in org.ek9lang.compiler.ir
Subclasses with type arguments of type IROpcode in org.ek9lang.compiler.irModifier and TypeClassDescriptionenum
Enumeration of all IR opcodes used in the EK9 intermediate representation.Methods in org.ek9lang.compiler.ir that return IROpcodeModifier and TypeMethodDescriptionIRInstr.getOpcode()
static IROpcode
Returns the enum constant of this class with the specified name.static IROpcode[]
IROpcode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.ir with parameters of type IROpcodeModifierConstructorDescriptionCreate instruction with no result (e.g., STORE, BRANCH).Create instruction with result destination (e.g., LOAD, CALL).Create instruction with result and debug information.