Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethod
Packages that use DirectivesMethod
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
-
Uses of DirectivesMethod in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethodModifier and TypeMethodDescriptionBytecodeMethod.directives
(boolean counting) Generate directives. -
Uses of DirectivesMethod in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives that return DirectivesMethodModifier and TypeMethodDescriptionDirectivesMethod.withAnnotation
(DirectivesAnnotation annotation) Add annotation to the directives.DirectivesMethod.withOpcode
(int opcode, Object... operands) Add opcode to the directives.Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMethodModifierConstructorDescriptionDirectivesClass
(ClassName name, DirectivesMethod method) Constructor.