Uses of Class
org.eolang.jeo.representation.directives.DirectivesMethodProperties
Packages that use DirectivesMethodProperties
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
-
Uses of DirectivesMethodProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return DirectivesMethodPropertiesModifier and TypeMethodDescriptionBytecodeMethodProperties.directives
(BytecodeMaxs maxs) Convert to directives. -
Uses of DirectivesMethodProperties in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type DirectivesMethodPropertiesModifierConstructorDescriptionDirectivesMethod
(String name, DirectivesMethodProperties properties) Constructor.DirectivesMethod
(Signature name, DirectivesMethodProperties properties, List<Iterable<org.xembly.Directive>> instructions, List<Iterable<org.xembly.Directive>> exceptions, DirectivesAnnotations annotations, List<Iterable<org.xembly.Directive>> dvalue, DirectivesAttributes attributes) Constructor.