Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotation
-
Packages that use BytecodeAnnotation Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeAnnotation in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeAnnotation Modifier and Type Method Description BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.ClassVisitor visitor)Write class annotation.BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.FieldVisitor visitor)Write field annotation.
-