Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethod
-
Packages that use DirectivesMethod 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 DirectivesMethod in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethod Modifier and Type Method Description DirectivesMethodBytecodeMethod. directives(int number)Generate directives.DirectivesMethodBytecodeMethod. directives(int number, Format format)Generate directives. -
Uses of DirectivesMethod in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesMethod Modifier and Type Method Description DirectivesMethodDirectivesMethod. withAnnotation(DirectivesAnnotation annotation)Add annotation to the directives.DirectivesMethodDirectivesMethod. withOpcode(int index, int opcode, Object... operands)Add opcode to the directives.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMethod Constructor Description DirectivesClass(ClassName name, DirectivesMethod method)Constructor.
-