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 DirectivesAnnotationPropertyDirectivesAnnotationProperty. annotation(String name, String descriptor, Composite child)Factory method for annotation property.static DirectivesAnnotationPropertyDirectivesAnnotationProperty. array(String name, Composite child)Factory method for array property.static DirectivesAnnotationPropertyDirectivesAnnotationProperty. enump(String name, String descriptor, String value)Factory method for enum property.static DirectivesAnnotationPropertyDirectivesAnnotationProperty. plain(String name, Object value)Factory method for plain property.
-