Uses of Class
org.eolang.jeo.representation.directives.DirectivesField
Packages that use DirectivesField
Package
Description
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 DirectivesFieldModifier and TypeMethodDescriptionDirectivesField.annotation
(DirectivesAnnotation annotation) Add annotation.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesFieldModifier and TypeMethodDescriptionDirectivesClass.field
(DirectivesField field) Add field to the directives.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesFieldModifierConstructorDescriptionprotected
DirectivesFieldVisitor
(org.objectweb.asm.FieldVisitor visitor, DirectivesField field) Constructor.