Uses of Interface
org.eolang.jeo.representation.bytecode.Testable
-
Packages that use Testable Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of Testable in org.eolang.jeo.representation.bytecode
Subinterfaces of Testable in org.eolang.jeo.representation.bytecode Modifier and Type Interface Description interface
BytecodeEntry
Bytecode instruction or a label.Classes in org.eolang.jeo.representation.bytecode that implement Testable Modifier and Type Class Description class
BytecodeClass
Class useful for generating bytecode for testing purposes.class
BytecodeLabelEntry
Mark label instruction.class
BytecodeMethod
Bytecode method.class
BytecodeMethodProperties
Bytecode method properties.class
BytecodeTryCatchBlock
Bytecode try-catch block.
-