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(int index, org.objectweb.asm.MethodVisitor visitor)Write parameter annotation.BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.ClassVisitor visitor)Write class annotation.BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.FieldVisitor visitor)Write field annotation.BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.MethodVisitor visitor)Write method annotation.BytecodeAnnotationBytecodeAnnotation. write(org.objectweb.asm.RecordComponentVisitor visitor)Write record component annotation.Methods in org.eolang.jeo.representation.bytecode that return types with arguments of type BytecodeAnnotation Modifier and Type Method Description List<BytecodeAnnotation>BytecodeAnnotations. annotations()All annotations.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotation Constructor Description BytecodeAnnotations(BytecodeAnnotation... all)Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotation Constructor Description BytecodeAnnotations(List<BytecodeAnnotation> all)Constructor.BytecodeAnnotations(Stream<BytecodeAnnotation> all)Constructor.
-