Uses of Class
org.eolang.jeo.representation.ClassName
-
Packages that use ClassName Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives XMIR generation through Xembly directives. -
-
Uses of ClassName in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return ClassName Modifier and Type Method Description ClassName
BytecodeClass. name()
Class name.Constructors in org.eolang.jeo.representation.bytecode with parameters of type ClassName Constructor Description BytecodeClass(ClassName name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, BytecodeAttributes attributes, BytecodeClassProperties props)
Constructor. -
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.
-