Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClassProperties
-
Packages that use BytecodeClassProperties 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 BytecodeClassProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeClassProperties Modifier and Type Method Description BytecodeClassProperties
BytecodeClass. properties()
Properties.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassProperties Constructor Description BytecodeClass(String name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, BytecodeAttributes attributes, BytecodeClassProperties props)
Constructor.BytecodeClass(String name, List<BytecodeMethod> methods, BytecodeClassProperties properties)
Constructor.BytecodeClass(String name, BytecodeClassProperties properties)
Constructor. -
Uses of BytecodeClassProperties in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeClassProperties Modifier and Type Method Description BytecodeClassProperties
XmlClassProperties. bytecode()
Convert to bytecode properties.
-