Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAttributes
Packages that use BytecodeAttributes
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 BytecodeAttributes in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAttributesModifierConstructorDescriptionBytecodeClass
(String name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, BytecodeAttributes attributes, BytecodeClassProperties props) Constructor.BytecodeMethod
(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs, BytecodeAttributes attributes) Constructor. -
Uses of BytecodeAttributes in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAttributes