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.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMetasModifierConstructorDescriptionDirectivesProgram
(String code, DirectivesClass clazz, DirectivesMetas name) Constructor.DirectivesProgram
(DirectivesClass klass, DirectivesMetas metas) Constructor.