Uses of Interface
org.eolang.jeo.representation.directives.Composite
Packages that use Composite
Package
Description
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 CompositeModifier and TypeClassDescriptionfinal class
Directives Annotation.final class
Annotation property as Xembly directives.final class
This class represents a default annotation value.Methods in org.eolang.jeo.representation.directives with parameters of type CompositeModifier and TypeMethodDescriptionstatic DirectivesAnnotationProperty
DirectivesAnnotationProperty.annotation
(String name, String descriptor, Composite child) Factory method for annotation property.static DirectivesAnnotationProperty
Factory method for array property.Constructors in org.eolang.jeo.representation.directives with parameters of type CompositeModifierConstructorDescriptionDirectivesAnnotationVisitor
(int api, org.objectweb.asm.AnnotationVisitor visitor, Composite annotation) Constructor.