Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotation
Packages that use BytecodeAnnotation
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeAnnotation in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeAnnotationModifier and TypeMethodDescriptionBytecodeAnnotation.write
(int index, org.objectweb.asm.MethodVisitor visitor) Write parameter annotation.BytecodeAnnotation.write
(org.objectweb.asm.ClassVisitor visitor) Write class annotation.BytecodeAnnotation.write
(org.objectweb.asm.FieldVisitor visitor) Write field annotation.BytecodeAnnotation.write
(org.objectweb.asm.MethodVisitor visitor) Write method annotation.Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationModifier and TypeMethodDescriptionBytecodeMethod.annotation
(BytecodeAnnotation annotation) Add annotation.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotationModifierConstructorDescriptionBytecodeParameters
(Map<Integer, List<BytecodeAnnotation>> annotations) Constructor. -
Uses of BytecodeAnnotation in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationMethods in org.eolang.jeo.representation.xmir that return types with arguments of type BytecodeAnnotationModifier and TypeMethodDescriptionXmlMethod.annotations()
Method annotations.XmlParam.annotations()
Annotations of the parameter.