Uses of Class
org.eolang.jeo.representation.directives.DirectivesField
Packages that use DirectivesField
Package
Description
Contains classes for generating bytecode in the form of Java classes.
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 -
Uses of DirectivesField in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesFieldModifier and TypeMethodDescriptionDirectivesClass.withField
(DirectivesField field) Add field to the directives.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesFieldModifierConstructorDescriptionDirectivesClass
(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.