Uses of Class
org.eolang.jeo.representation.directives.DirectivesClass
-
Packages that use DirectivesClass Package Description org.eolang.jeo.representation.directives 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 DirectivesClass Modifier and Type Method Description DirectivesClassDirectivesClass. annotation(DirectivesAnnotation annotation)Add annotation to the directives.DirectivesClassDirectivesClass. field(org.eolang.jeo.representation.directives.DirectivesField field)Add field to the directives.DirectivesClassDirectivesClass. method(DirectivesMethod method)Add method to the directives.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesClass Modifier and Type Method Description DirectivesProgramDirectivesProgram. withClass(ClassName name, DirectivesClass clazz)Append top-level class.
-