Uses of Class
org.eolang.jeo.representation.directives.DirectivesClassProperties
-
Packages that use DirectivesClassProperties 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 DirectivesClassProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesClassProperties Modifier and Type Method Description DirectivesClassPropertiesBytecodeClassProperties. directives(Format format, ClassName name) -
Uses of DirectivesClassProperties in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesClassProperties Constructor Description DirectivesClass(String classname, String signature, DirectivesClassProperties properties)Constructor.DirectivesClass(Format format, ClassName name, DirectivesClassProperties properties, List<DirectivesField> fields, List<DirectivesMethod> methods, String signature, DirectivesAnnotations annotations, DirectivesAttributes attributes)Constructor.
-