Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotations
Packages that use DirectivesAnnotations
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
-
Uses of DirectivesAnnotations in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesAnnotationsModifier and TypeMethodDescriptionBytecodeAnnotations.directives()
Directives with the name "annotations".BytecodeAnnotations.directives
(String name) Directives with the given name. -
Uses of DirectivesAnnotations in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesAnnotationsModifier and TypeMethodDescriptionDirectivesAnnotations.add
(DirectivesAnnotation annotation) Add annotation.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAnnotationsModifierConstructorDescriptionDirectivesClass
(ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, DirectivesAnnotations annotations, DirectivesAttributes attributes) Constructor.DirectivesField
(int access, String name, String descriptor, String signature, Object value, DirectivesAnnotations annotations) Constructor.DirectivesMethod
(Signature name, DirectivesMethodProperties properties, List<Iterable<org.xembly.Directive>> instructions, List<Iterable<org.xembly.Directive>> exceptions, DirectivesAnnotations annotations, List<Iterable<org.xembly.Directive>> dvalue, boolean counting) Constructor.DirectivesMethodParam
(int index, org.objectweb.asm.Type type, DirectivesAnnotations annotations) Constructor.