Uses of Class
org.eolang.jeo.representation.directives.DirectivesMaxs
-
Packages that use DirectivesMaxs 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 DirectivesMaxs in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMaxs Modifier and Type Method Description DirectivesMaxsBytecodeMaxs. directives(Format format)Convert to directives. -
Uses of DirectivesMaxs in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMaxs Constructor Description DirectivesMethodProperties(int access, String name, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params)Constructor.DirectivesMethodProperties(int access, String name, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params, Format format)Constructor.
-