Uses of Class
org.eolang.jeo.representation.asm.DisassembleMode
-
Packages that use DisassembleMode Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation. -
-
Uses of DisassembleMode in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return DisassembleMode Modifier and Type Method Description static DisassembleMode
DisassembleMode. fromString(String mode)
Convert string representation to DisassembleMode.static DisassembleMode
DisassembleMode. valueOf(String name)
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 DisassembleMode Constructor Description DisassembleParams(DisassembleMode mode, boolean listings, boolean pretty, boolean comments)
Constructor.
-