Uses of Class
org.eolang.jeo.representation.bytecode.Bytecode
-
Packages that use Bytecode Package Description org.eolang.jeo The main classes of the jeo-maven-plugin.org.eolang.jeo.representation Package for the representations.org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of Bytecode in org.eolang.jeo
Methods in org.eolang.jeo that return Bytecode Modifier and Type Method Description Bytecode
Representation.Named. toBytecode()
Bytecode
Representation. toBytecode()
Convert to bytecode. -
Uses of Bytecode in org.eolang.jeo.representation
Methods in org.eolang.jeo.representation that return Bytecode Modifier and Type Method Description Bytecode
BytecodeRepresentation. toBytecode()
Bytecode
EoRepresentation. toBytecode()
-
Uses of Bytecode in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return Bytecode Modifier and Type Method Description Bytecode
BytecodeClass. bytecode()
Generate bytecode. -
Uses of Bytecode in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return Bytecode Modifier and Type Method Description Bytecode
XmlBytecode. bytecode()
Traverse XML and build bytecode class.
-