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.DirectivesMethod.annotation
(DirectivesAnnotation annotation) Add annotation to the directives.void
DirectivesMethodParams.annotation
(int index, DirectivesAnnotation annotation) Add a parameter annotation.void
DirectivesMethodProperties.paramAnnotation
(int index, DirectivesAnnotation annotation) Set parameter annotation.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAnnotationModifierConstructorDescriptionDirectivesAnnotations
(List<DirectivesAnnotation> annotations) Constructor.DirectivesAnnotations
(List<DirectivesAnnotation> annotations, String name) Constructor.