Uses of Class
org.eolang.jeo.representation.directives.DirectivesAttribute
Packages that use DirectivesAttribute
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesAttribute in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesAttributeModifier and TypeMethodDescriptionDirectivesAttributes.add(DirectivesAttribute attribute) Add attribute.DirectivesClass.attribute(DirectivesAttribute attribute) Add attribute to the directives.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAttributeModifierConstructorDescriptionDirectivesAttributes(List<DirectivesAttribute> attributes) Constructor.