Uses of Class
org.eolang.jeo.representation.bytecode.CustomClassWriter
Packages that use CustomClassWriter
Package
Description
Contains classes for generating bytecode in the form of Java classes.
-
Uses of CustomClassWriter in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type CustomClassWriterModifierConstructorDescriptionBytecodeClass
(String name, CustomClassWriter writer, Collection<BytecodeMethod> methods, BytecodeClassProperties properties) Constructor.BytecodeMethod
(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals) Constructor.