Uses of Class
org.eolang.jeo.representation.directives.DirectivesClass
-
Packages that use DirectivesClass Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives XMIR generation through Xembly directives. -
-
Uses of DirectivesClass in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesClass Modifier and Type Method Description DirectivesClass
BytecodeClass. directives()
Convert to directives.DirectivesClass
BytecodeClass. directives(Format format)
Convert to directives. -
Uses of DirectivesClass in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesClass Constructor Description DirectivesObject(DirectivesClass klass, DirectivesMetas metas)
Constructor.DirectivesObject(Format format, long milliseconds, DirectivesClass klass, DirectivesMetas metas)
Constructor.DirectivesObject(Format format, DirectivesClass clazz, DirectivesMetas name)
Constructor.
-