Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotationProperty
Packages that use DirectivesAnnotationProperty
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesAnnotationProperty in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesAnnotationPropertyModifier and TypeMethodDescriptionstatic DirectivesAnnotationProperty
DirectivesAnnotationProperty.annotation
(String name, String descriptor, Iterable<org.xembly.Directive> child) Factory method for annotation property.static DirectivesAnnotationProperty
DirectivesAnnotationProperty.annotation
(String name, String descriptor, List<Iterable<org.xembly.Directive>> properties) Factory method for annotation property.static DirectivesAnnotationProperty
Factory method for array property.static DirectivesAnnotationProperty
DirectivesAnnotationProperty.array
(String name, Collection<Iterable<org.xembly.Directive>> properties) Factory method for array property.static DirectivesAnnotationProperty
Factory method for enum property.static DirectivesAnnotationProperty
Factory method for plain property.