Uses of Class
org.ek9lang.compiler.ir.instructions.LogicalOperationInstr
Packages that use LogicalOperationInstr
-
Uses of LogicalOperationInstr in org.ek9lang.compiler.backend.jvm
Methods in org.ek9lang.compiler.backend.jvm with parameters of type LogicalOperationInstrModifier and TypeMethodDescriptionvoidLogicalOperationAsmGenerator.generate(LogicalOperationInstr instr) Generate bytecode for logical operation (AND or OR).voidOutputVisitor.visit(LogicalOperationInstr instr) Typed visit method for LogicalOperationInstr - delegates to specialized generator.