Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotation
-
Packages that use DirectivesAnnotation Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library. -
-
Uses of DirectivesAnnotation in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesAnnotation Modifier and Type Method Description DirectivesAnnotations
DirectivesAnnotations. add(DirectivesAnnotation annotation)
Add annotation.DirectivesMethod
DirectivesMethod. withAnnotation(DirectivesAnnotation annotation)
Add annotation to the directives.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAnnotation Constructor Description DirectivesField(DirectivesAnnotation... annotations)
Constructor.
-