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.
XMIR generation through Xembly directives.
-
Uses of DirectivesAnnotations in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesAnnotationsModifier and TypeMethodDescriptionBytecodeAnnotations.directives(Format format) Directives with the name "annotations".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 DirectivesAnnotationsModifier and TypeMethodDescriptionDirectivesAnnotations.add(DirectivesAnnotation annotation) Add annotation.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAnnotationsModifierConstructorDescriptionDirectivesClass(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.DirectivesMethodParam(Format format, int index, String name, int access, org.objectweb.asm.Type type, DirectivesAnnotations annotations) Constructor.