Uses of Class
org.eolang.jeo.representation.ClassName
-
Packages that use ClassName Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library. -
-
Uses of ClassName in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type ClassName Constructor Description DirectivesClass(ClassName name)
Constructor.DirectivesClass(ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, DirectivesAnnotations annotations, DirectivesAttributes attributes)
Constructor.DirectivesClass(ClassName name, DirectivesMethod method)
Constructor.DirectivesMetas(ClassName classname)
Constructor.
-