Uses of Class
org.eolang.jeo.representation.Signature
-
Packages that use Signature Package Description org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library. -
-
Uses of Signature in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type Signature Constructor Description 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, boolean counting)
Constructor.
-