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