Uses of Class
org.eolang.jeo.representation.directives.DirectivesProgram
Packages that use DirectivesProgram
Package
Description
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 DirectivesProgramModifier and TypeMethodDescriptionBytecodeProgram.directives
(String code) Convert to directives.BytecodeProgram.directives
(String code, boolean counting) Convert to directives.