Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeUnknownAttribute
-
Packages that use BytecodeUnknownAttribute Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of BytecodeUnknownAttribute in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeUnknownAttribute Modifier and Type Method Description BytecodeUnknownAttribute
AsmUnknownAttribute. bytecode()
Convert to bytecode unknown attribute. -
Uses of BytecodeUnknownAttribute in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeUnknownAttribute Modifier and Type Method Description BytecodeUnknownAttribute
XmlUnknownAttribute. bytecode()
Parse bytecode unknown attribute from XML.
-