Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethod
Packages that use DirectivesMethod
Package
Description
Package for generating XMIR by using ASM library.
-
Uses of DirectivesMethod in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesMethodModifier and TypeMethodDescriptionDirectivesMethod.annotation
(DirectivesAnnotation annotation) Add annotation to the directives.Add opcode to the directives.Methods in org.eolang.jeo.representation.directives with parameters of type DirectivesMethodModifier and TypeMethodDescriptionDirectivesClass.method
(DirectivesMethod method) Add method to the directives.Constructor parameters in org.eolang.jeo.representation.directives with type arguments of type DirectivesMethodModifierConstructorDescriptionDirectivesClass
(ClassName name, DirectivesClassProperties properties, List<DirectivesMethod> methods, List<DirectivesField> fields) Constructor.