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