Uses of Class
org.eolang.jeo.representation.bytecode.Bytecode
-
Packages that use Bytecode Package Description org.eolang.jeo.representation Package for the representations.org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of Bytecode in org.eolang.jeo.representation
Methods in org.eolang.jeo.representation that return Bytecode Modifier and Type Method Description Bytecode
XmirRepresentation. toBytecode()
Convert to bytecode.Constructors in org.eolang.jeo.representation with parameters of type Bytecode Constructor Description BytecodeRepresentation(Bytecode bytecode)
Constructor. -
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
BytecodeProgram. bytecode()
Generate bytecode.Bytecode
CustomClassWriter. bytecode()
Generate class bytecode.
-