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 classDirectives Annotation.final classAnnotation property as Xembly directives.final classThis class represents a default annotation value.Methods in org.eolang.jeo.representation.directives with parameters of type CompositeModifier and TypeMethodDescriptionstatic DirectivesAnnotationPropertyDirectivesAnnotationProperty.annotation(String name, String descriptor, Composite child) Factory method for annotation property.static DirectivesAnnotationPropertyFactory 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.