Uses of Class
org.eolang.jeo.representation.directives.DirectivesProgram
Packages that use DirectivesProgram
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesProgram in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesProgramModifier and TypeMethodDescriptionDirectivesProgram.withClass
(ClassName name, DirectivesClass clazz) Append top-level class.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesProgramModifierConstructorDescriptionDirectivesClassVisitor
(int api, DirectivesProgram program, boolean counting) Constructor.