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.
-
Uses of BytecodeClassProperties in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassPropertiesModifierConstructorDescriptionBytecodeClass
(String name, BytecodeClassProperties properties) Constructor.BytecodeClass
(String name, BytecodeClassProperties properties, boolean verify) Constructor.BytecodeClass
(String name, CustomClassWriter writer, Collection<BytecodeMethod> methods, BytecodeClassProperties properties) Constructor.