Uses of Enum Class
org.ek9lang.compiler.ir.LogicalOperationInstr.Operation
Packages that use LogicalOperationInstr.Operation
-
Uses of LogicalOperationInstr.Operation in org.ek9lang.compiler.ir
Subclasses with type arguments of type LogicalOperationInstr.Operation in org.ek9lang.compiler.irModifier and TypeClassDescriptionstatic enum
The type of logical operation.Methods in org.ek9lang.compiler.ir that return LogicalOperationInstr.OperationModifier and TypeMethodDescriptionLogicalOperationInstr.getOperation()
Get the operation type (AND or OR).Returns the enum constant of this class with the specified name.static LogicalOperationInstr.Operation[]
LogicalOperationInstr.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LogicalOperationInstr.Operation in org.ek9lang.compiler.phase7.support
Methods in org.ek9lang.compiler.phase7.support that return LogicalOperationInstr.OperationModifier and TypeMethodDescriptionLogicalOperationContext.operation()
Returns the value of theoperation
record component.Constructors in org.ek9lang.compiler.phase7.support with parameters of type LogicalOperationInstr.OperationModifierConstructorDescriptionLogicalOperationContext
(IROpcode opcode, String result, LogicalOperationInstr.Operation operation) Creates an instance of aLogicalOperationContext
record class.