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