Uses of Class
org.ek9lang.compiler.ir.QuestionOperatorInstr
Packages that use QuestionOperatorInstr
-
Uses of QuestionOperatorInstr in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return QuestionOperatorInstrModifier and TypeMethodDescriptionstatic QuestionOperatorInstr
QuestionOperatorInstr.questionBlock
(QuestionDetails questionDetails) Create question operator block. -
Uses of QuestionOperatorInstr in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return QuestionOperatorInstrModifier and TypeMethodDescriptionIRInstructionBuilder.createQuestionOperator
(String variableName, String blockLabel) Create a question operator instruction using current context.