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 ClassNameBytecodeClass. name()Class name.Methods in org.eolang.jeo.representation.bytecode with parameters of type ClassName Modifier and Type Method Description DirectivesClassPropertiesBytecodeClassProperties. directives(Format format, ClassName 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, DirectivesMethod method)Constructor.DirectivesClass(Format format, ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, String signature, DirectivesAnnotations annotations, DirectivesAttributes attributes)Constructor.DirectivesClassProperties(Format format, int version, int access, ClassName name, String supername, String... interfaces)Constructor.DirectivesMetas(ClassName classname)Constructor.
-