Uses of Class
org.eolang.jeo.representation.directives.DirectivesClass
Packages that use DirectivesClass
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesClass in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesClassModifier and TypeMethodDescriptionDirectivesClass.annotation(DirectivesAnnotation annotation) Add annotation to the directives.DirectivesClass.field(DirectivesField field) Add field to the directives.DirectivesClass.method(DirectivesMethod method) Add method to the directives.DirectivesProgram.top()Retrieve top-level class.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesClassModifier and TypeMethodDescriptionDirectivesProgram.withClass(ClassName name, DirectivesClass clazz) Append top-level class.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesClassModifierConstructorDescriptionDirectivesProgram(String code, AtomicReference<DirectivesClass> clazz, AtomicReference<ClassName> name) Constructor.