Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethodParams
-
Packages that use DirectivesMethodParams 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 DirectivesMethodParams in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethodParams Modifier and Type Method Description DirectivesMethodParamsBytecodeMethodParameters. directives(Format format)Convert to directives. -
Uses of DirectivesMethodParams in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMethodParams 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.
-