Uses of Interface
org.eolang.jeo.representation.directives.Composite
-
Packages that use Composite Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library. -
-
Uses of Composite in org.eolang.jeo.representation.directives
Classes in org.eolang.jeo.representation.directives that implement Composite Modifier and Type Class Description class
DirectivesAnnotation
Directives Annotation.class
DirectivesAnnotationProperty
Annotation property as Xembly directives.class
DirectivesDefaultValue
This class represents a default annotation value.Methods in org.eolang.jeo.representation.directives with parameters of type Composite 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.Constructors in org.eolang.jeo.representation.directives with parameters of type Composite Constructor Description DirectivesAnnotationVisitor(int api, org.objectweb.asm.AnnotationVisitor visitor, Composite annotation)
Constructor.
-