Uses of Enum Class
org.ek9lang.compiler.ir.instructions.LogicalOperationInstr.Operation
Packages that use LogicalOperationInstr.Operation
-
Uses of LogicalOperationInstr.Operation in org.ek9lang.compiler.ir.instructions
Subclasses with type arguments of type LogicalOperationInstr.Operation in org.ek9lang.compiler.ir.instructionsModifier and TypeClassDescriptionstatic enumThe type of logical operation.Methods in org.ek9lang.compiler.ir.instructions 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 theoperationrecord 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 aLogicalOperationContextrecord class.