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 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 DirectivesAnnotations Modifier and Type Method Description DirectivesAnnotations
BytecodeAnnotations. directives()
Directives with the name "annotations".DirectivesAnnotations
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 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(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, DirectivesAttributes attributes)
Constructor.DirectivesMethodParam(int index, String name, int access, org.objectweb.asm.Type type, DirectivesAnnotations annotations)
Constructor.
-