Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMaxs
Packages that use BytecodeMaxs
Package
Description
Contains classes for generating bytecode in the form of Java classes.
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 BytecodeMaxsModifier and TypeMethodDescriptionBytecodeMethodProperties.directives
(BytecodeMaxs maxs) Convert to directives.BytecodeClass.withMethod
(BytecodeMethodProperties properties, BytecodeMaxs maxs) Add method.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMaxsModifierConstructorDescriptionBytecodeMethod
(String name, BytecodeMaxs maxs) Constructor.BytecodeMethod
(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs) 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