Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotation
Packages that use DirectivesAnnotation
Package
Description
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 DirectivesAnnotationModifier and TypeMethodDescriptionDirectivesAnnotations.add(DirectivesAnnotation annotation) Add annotation.DirectivesClass.annotation(DirectivesAnnotation annotation) Add annotation to the directives.DirectivesField.annotation(DirectivesAnnotation annotation) Add annotation.voidDirectivesMethod.annotation(DirectivesAnnotation annotation) Add annotation to the directives.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAnnotationModifierConstructorDescriptionDirectivesAnnotations(List<DirectivesAnnotation> annotations) Constructor.