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 Package for generating XMIR by using ASM library. -
-
Uses of DirectivesMethodParams in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethodParams Modifier and Type Method Description DirectivesMethodParams
BytecodeMethodParameters. directives()
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 descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params)
Constructor.
-