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
Subclasses of CustomClassWriter in org.eolang.jeo.representation.bytecode Modifier and Type Class Description class
VerifiedClassWriter
Class writer that verifies the bytecode.Constructors in org.eolang.jeo.representation.bytecode with parameters of type CustomClassWriter Constructor Description BytecodeClass(String name, int access, CustomClassWriter writer)
Constructor.BytecodeClass(String name, CustomClassWriter writer, Collection<BytecodeMethod> methods, BytecodeClassProperties properties)
Constructor.
-