Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMaxs
-
Packages that use BytecodeMaxs Package Description 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 BytecodeMaxs in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMaxs Modifier and Type Method Description DirectivesMethodProperties
BytecodeMethodProperties. directives(BytecodeMaxs maxs)
Convert to directives.BytecodeMethodBuilder
BytecodeClass. withMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)
Add method.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMaxs Constructor Description BytecodeMethod(String name, BytecodeMaxs maxs)
Constructor.BytecodeMethod(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs, BytecodeAttributes attributes)
Constructor.BytecodeMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)
Constructor. -
Uses of BytecodeMaxs in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMaxs Modifier and Type Method Description BytecodeMaxs
XmlMaxs. bytecode()
Convert to bytecode maxs.
-