Uses of Class
org.eolang.jeo.representation.bytecode.CustomClassWriter
-
Packages that use CustomClassWriter Package Description org.eolang.jeo.representation.bytecode 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 CustomClassWriter Constructor Description BytecodeClass(String name, CustomClassWriter writer, Collection<BytecodeMethod> methods, BytecodeClassProperties properties)
Constructor.BytecodeMethod(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals)
Constructor.
-