Uses of Class
org.eolang.jeo.representation.directives.DirectivesProgram
-
Packages that use DirectivesProgram Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of DirectivesProgram in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesProgram Modifier and Type Method Description DirectivesProgram
BytecodeProgram. directives(String listing)
Convert to directives.DirectivesProgram
BytecodeProgram. directives(String code, boolean counting)
Convert to directives.
-