Uses of Class
org.eolang.jeo.representation.directives.DirectivesAttribute
-
Packages that use DirectivesAttribute Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives 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 DirectivesAttribute Modifier and Type Method Description DirectivesAttribute
BytecodeAttribute. directives()
Converts to directives.DirectivesAttribute
InnerClass. directives()
DirectivesAttribute
LocalVariable. directives()
-
Uses of DirectivesAttribute in org.eolang.jeo.representation.directives
Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesAttribute Constructor Description DirectivesAttributes(String name, List<DirectivesAttribute> attributes)
DirectivesAttributes(List<DirectivesAttribute> attributes)
Constructor.
-