Uses of Enum Class
org.ek9lang.compiler.ir.IROpcode
Packages that use IROpcode
Package
Description
-
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 IROpcode -
Uses of IROpcode in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return IROpcodeConstructors in org.ek9lang.compiler.ir.instructions 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. -
Uses of IROpcode in org.ek9lang.compiler.phase7.support
Methods in org.ek9lang.compiler.phase7.support that return IROpcodeModifier and TypeMethodDescriptionLogicalOperationContext.opcode()
Returns the value of theopcode
record component.Constructors in org.ek9lang.compiler.phase7.support with parameters of type IROpcodeModifierConstructorDescriptionLogicalOperationContext
(IROpcode opcode, String result, LogicalOperationInstr.Operation operation) Creates an instance of aLogicalOperationContext
record class.