Uses of Class
org.eolang.jeo.representation.ClassName
Packages that use ClassName
Package
Description
Contains classes for generating bytecode in the form of Java classes.
XMIR generation through Xembly directives.
-
Uses of ClassName in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return ClassNameConstructors in org.eolang.jeo.representation.bytecode with parameters of type ClassNameModifierConstructorDescriptionBytecodeClass
(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 ClassNameModifierConstructorDescriptionDirectivesClass
(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.