Uses of Class
org.eolang.jeo.representation.directives.DirectivesClassProperties
-
Packages that use DirectivesClassProperties Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of DirectivesClassProperties in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesClassProperties Constructor Description DirectivesClass(String classname, DirectivesClassProperties properties)
Constructor.DirectivesClass(ClassName name, DirectivesClassProperties properties)
Constructor.DirectivesClass(ClassName name, DirectivesClassProperties properties, List<DirectivesMethod> methods, List<DirectivesField> fields)
Constructor. -
Uses of DirectivesClassProperties in org.eolang.jeo.representation.xmir
Constructors in org.eolang.jeo.representation.xmir with parameters of type DirectivesClassProperties Constructor Description XmlClass(String classname, DirectivesClassProperties properties)
Constructor.XmlClass(DirectivesClassProperties properties)
Constructor.
-