Uses of Class
org.eolang.jeo.representation.directives.Format
Packages that use Format
Package
Description
ASM library integration for bytecode manipulation.
Contains classes for generating bytecode in the form of Java classes.
XMIR generation through Xembly directives.
-
Uses of Format in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return FormatModifier and TypeMethodDescriptionDisassembleParams.format()Returns the format for disassembling.Constructors in org.eolang.jeo.representation.asm with parameters of type FormatModifierConstructorDescriptionDisassembleParams(DisassembleMode mode, boolean listings, boolean pretty, boolean comments, Format format) Constructor. -
Uses of Format in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type FormatModifier and TypeMethodDescriptionBytecodeClass.directives(Format format) Convert to directives.BytecodeMethod.directives(int number, Format format) Generate directives.BytecodeMethodProperties.directives(BytecodeMaxs maxs, Format format) Convert to directives.BytecodeObject.directives(String listing, Format format) Convert to directives. -
Uses of Format in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type FormatModifierConstructorDescriptionDirectivesMethodProperties(int access, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params, Format format) Constructor.