Uses of Class
org.eolang.jeo.representation.directives.DirectivesAnnotationProperty
-
Packages that use DirectivesAnnotationProperty Package Description org.eolang.jeo.representation.directives 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 DirectivesAnnotationProperty Modifier and Type Method Description static DirectivesAnnotationProperty
DirectivesAnnotationProperty. annotation(String name, String descriptor, Composite child)
Factory method for annotation property.static DirectivesAnnotationProperty
DirectivesAnnotationProperty. array(String name, Composite child)
Factory method for array property.static DirectivesAnnotationProperty
DirectivesAnnotationProperty. enump(String name, String descriptor, String value)
Factory method for enum property.static DirectivesAnnotationProperty
DirectivesAnnotationProperty. plain(String name, Object value)
Factory method for plain property.
-