Uses of Class
org.ek9lang.compiler.ir.instructions.AssertThrowsInstr
Packages that use AssertThrowsInstr
-
Uses of AssertThrowsInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type AssertThrowsInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for AssertThrowsInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type AssertThrowsInstrModifier and TypeMethodDescriptionvoidAssertThrowsAsmGenerator.accept(AssertThrowsInstr assertThrowsInstr) Generate JVM bytecode for assert throws instruction.voidOutputVisitor.visit(AssertThrowsInstr assertThrowsInstr) Typed visit method for AssertThrowsInstr - delegates to specialized generator. -
Uses of AssertThrowsInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return AssertThrowsInstrModifier and TypeMethodDescriptionstatic AssertThrowsInstrAssertThrowsInstr.assertDoesNotThrow(List<IRInstr> bodyInstructions, String message, String scopeId, DebugInfo debugInfo) Create ASSERT_DOES_NOT_THROW instruction.static AssertThrowsInstrAssertThrowsInstr.assertThrows(String result, String expectedType, List<IRInstr> bodyInstructions, String message, String scopeId, DebugInfo debugInfo) Create ASSERT_THROWS instruction.