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