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.DirectivesClass
DirectivesClass. annotation(DirectivesAnnotation annotation)
Add annotation to the directives.DirectivesField
DirectivesField. annotation(DirectivesAnnotation annotation)
Add annotation.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAnnotation Constructor Description DirectivesAnnotations(List<DirectivesAnnotation> annotations)
Constructor.
-