Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClassProperties
Packages that use BytecodeClassProperties
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 BytecodeClassProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeClassPropertiesConstructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassPropertiesModifierConstructorDescriptionBytecodeClass
(String name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, List<BytecodeAttribute> 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