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