Uses of Class
org.eolang.jeo.representation.directives.DirectivesProgram
-
Packages that use DirectivesProgram Package Description org.eolang.jeo.representation.directives 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 DirectivesProgram Modifier and Type Method Description DirectivesProgram
DirectivesProgram. withClass(ClassName name, DirectivesClass clazz)
Append top-level class.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesProgram Constructor Description DirectivesClassVisitor(int api, DirectivesProgram program, boolean counting)
Constructor.
-