Uses of Enum
org.eolang.jeo.representation.asm.DisassembleMode
Packages that use DisassembleMode
Package
Description
ASM library integration for bytecode manipulation.
-
Uses of DisassembleMode in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return DisassembleModeModifier and TypeMethodDescriptionstatic DisassembleMode
DisassembleMode.fromString
(String mode) Convert string representation to DisassembleMode.static DisassembleMode
Returns the enum constant of this type with the specified name.static DisassembleMode[]
DisassembleMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eolang.jeo.representation.asm with parameters of type DisassembleModeModifierConstructorDescriptionDisassembleParams
(DisassembleMode mode, boolean listings, boolean pretty, boolean comments) Constructor.