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 classDirectivesAnnotationDirectives Annotation.classDirectivesAnnotationPropertyAnnotation property as Xembly directives.classDirectivesDefaultValueThis class represents a default annotation value.Methods in org.eolang.jeo.representation.directives with parameters of type Composite 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.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.
-