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 DirectivesClassModifier and TypeMethodDescriptionBytecodeClass.directives()
Convert to directives with opcodes' counting.BytecodeClass.directives
(boolean counting) Convert to directives. -
Uses of DirectivesClass in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesClassModifier and TypeMethodDescriptionDirectivesClass.withField
(DirectivesField field) Add field to the directives.DirectivesClass.withMethod
(DirectivesMethod method) Add method to the directives.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesClassModifier and TypeMethodDescriptionDirectivesProgram.withClass
(DirectivesMetas meta, DirectivesClass clazz) Append top-level class.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesClassModifierConstructorDescriptionDirectivesProgram
(String code, DirectivesClass clazz, DirectivesMetas metas) Constructor.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesClassModifierConstructorDescriptionDirectivesProgram
(String code, AtomicReference<DirectivesClass> clazz, AtomicReference<DirectivesMetas> name) Constructor.