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.
Package for generating XMIR by using ASM library.
-
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. -
Uses of DirectivesProgram in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesProgramModifier and TypeMethodDescriptionDirectivesProgram.withClass
(DirectivesMetas meta, DirectivesClass clazz) Append top-level class.