Uses of Class
org.eolang.jeo.representation.directives.DirectivesField
-
Packages that use DirectivesField Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library. -
-
Uses of DirectivesField in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesField Modifier and Type Method Description DirectivesField
DirectivesField. annotation(DirectivesAnnotation annotation)
Add annotation.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesField Modifier and Type Method Description DirectivesClass
DirectivesClass. field(DirectivesField field)
Add field to the directives.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesField Constructor Description DirectivesFieldVisitor(org.objectweb.asm.FieldVisitor visitor, DirectivesField field)
Constructor.
-