Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAttributes
-
Packages that use BytecodeAttributes 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 BytecodeAttributes in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAttributes Constructor Description BytecodeClass(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 Modifier and Type Method Description BytecodeAttributes
XmlAttributes. attributes()
Get attributes.
-