Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotations
-
Packages that use DirectivesAnnotations Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives XMIR generation through Xembly directives. -
-
Uses of DirectivesAnnotations in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesAnnotations Modifier and Type Method Description DirectivesAnnotations
BytecodeAnnotations. directives(Format format)
Directives with the name "annotations".DirectivesAnnotations
BytecodeAnnotations. directives(Format format, 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 DirectivesAnnotations Modifier and Type Method Description DirectivesAnnotations
DirectivesAnnotations. add(DirectivesAnnotation annotation)
Add annotation.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAnnotations Constructor Description DirectivesClass(Format format, ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, DirectivesAnnotations annotations, DirectivesAttributes attributes)
Constructor.DirectivesField(Format format, int access, String name, String descriptor, String signature, Object value, DirectivesAnnotations annotations)
Constructor.DirectivesMethod(Format format, NumberedName name, DirectivesMethodProperties properties, List<Iterable<org.xembly.Directive>> instructions, List<Iterable<org.xembly.Directive>> exceptions, DirectivesAnnotations annotations, List<Iterable<org.xembly.Directive>> dvalue, DirectivesAttributes attributes)
Constructor.DirectivesRecordComponent(Format format, int index, String name, String descriptor, String signature, DirectivesAnnotations annotations, DirectivesTypeAnnotations types)
Constructor.
-