Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethodProperties
-
Packages that use DirectivesMethodProperties 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 DirectivesMethodProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethodProperties Modifier and Type Method Description DirectivesMethodPropertiesBytecodeMethodProperties. directives(BytecodeMaxs maxs, Format format)Convert to directives. -
Uses of DirectivesMethodProperties in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMethodProperties Constructor Description DirectivesMethod(String name, DirectivesMethodProperties properties)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.
-