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 DisassembleModeDisassembleMode.fromString(String mode) Convert string representation to DisassembleMode.static DisassembleModeReturns 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.