Uses of Class
org.eolang.jeo.representation.directives.DirectivesAttributes
-
Packages that use DirectivesAttributes 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 DirectivesAttributes in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesAttributes Modifier and Type Method Description DirectivesAttributesBytecodeAttributes. directives(Format format, String name)Convert to directives. -
Uses of DirectivesAttributes in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAttributes Constructor Description DirectivesClass(Format format, ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, String signature, DirectivesAnnotations annotations, DirectivesAttributes attributes)Constructor.DirectivesMethod(Format format, NumberedName name, DirectivesMethodProperties properties, List<Iterable<org.xembly.Directive>> instructions, List<Iterable<org.xembly.Directive>> tryblocks, DirectivesAnnotations annotations, List<Iterable<org.xembly.Directive>> dvalue, DirectivesAttributes attributes)Constructor.
-