Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeEntry
-
Packages that use BytecodeEntry Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeEntry in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeEntry Modifier and Type Class Description class
BytecodeLabelEntry
Mark label instruction.class
BytecodeTryCatchBlock
Bytecode try-catch block.Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeEntry Modifier and Type Method Description BytecodeMethod
BytecodeMethod. entry(BytecodeEntry entry)
Add some bytecode entry.BytecodeMethod
BytecodeMethod. trycatch(BytecodeEntry entry)
Add try-catch block.
-