Lib.Krakatau.ssa.ssa_jumps.__init__.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of krakatau-lib Show documentation
Show all versions of krakatau-lib Show documentation
Assembler, disassebmler, decompiler and compiler tools library for Java.
from .base import BaseJump
from .onexception import OnException
from .goto import Goto
from .ifcmp import If
from .exit import Return, Rethrow
from .switch import Switch
from . import placeholder
OnAbscond = Ret = placeholder.Placeholder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy