Lib.Krakatau.ssa.ssa_jumps.exit.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
class Return(BaseJump):
def __init__(self, parent, arguments):
super(Return, self).__init__(parent, arguments)
class Rethrow(BaseJump):
def __init__(self, parent, arguments):
super(Rethrow, self).__init__(parent, arguments)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy