Uses of Class
org.eolang.jeo.representation.directives.DirectivesAttribute
Packages that use DirectivesAttribute
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
-
Uses of DirectivesAttribute in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesAttributeModifier and TypeMethodDescriptionBytecodeAttribute.directives()
Converts to directives.InnerClass.directives()
-
Uses of DirectivesAttribute in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesAttributeModifierConstructorDescriptionDirectivesAttributes
(DirectivesAttribute... attributes) Constructor.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAttributeModifierConstructorDescriptionDirectivesAttributes
(List<DirectivesAttribute> attributes) Constructor.