Uses of Class
org.eolang.jeo.representation.directives.DirectivesClass
Packages that use DirectivesClass
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
-
Uses of DirectivesClass in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesClass -
Uses of DirectivesClass in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesClassModifierConstructorDescriptionDirectivesProgram
(String listing, long milliseconds, DirectivesClass klass, DirectivesMetas metas) Constructor.DirectivesProgram
(String code, DirectivesClass clazz, DirectivesMetas name) Constructor.DirectivesProgram
(DirectivesClass klass, DirectivesMetas metas) Constructor.