Class VerifiedClassWriter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- org.objectweb.asm.ClassWriter
-
- org.eolang.jeo.representation.bytecode.CustomClassWriter
-
- org.eolang.jeo.representation.bytecode.VerifiedClassWriter
-
public final class VerifiedClassWriter extends CustomClassWriter
Class writer that verifies the bytecode.- Since:
- 0.2
-
-
Constructor Summary
Constructors Constructor Description VerifiedClassWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toByteArray()
-
Methods inherited from class org.eolang.jeo.representation.bytecode.CustomClassWriter
getClassLoader
-
Methods inherited from class org.objectweb.asm.ClassWriter
getCommonSuperClass, hasFlags, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
-
-