Uses of Class
org.eolang.jeo.representation.directives.DirectivesMetas
Packages that use DirectivesMetas
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesMetas in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesMetasModifier and TypeMethodDescriptionDirectivesMetas.withLabels()
With labels.DirectivesMetas.withOpcodes()
With opcodes.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesMetasModifier and TypeMethodDescriptionDirectivesProgram.withClass
(DirectivesMetas meta, DirectivesClass clazz) Append top-level class.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMetasModifierConstructorDescriptionDirectivesProgram
(String code, DirectivesClass clazz, DirectivesMetas metas) Constructor.