Class SwitchForm

    • Constructor Detail

      • SwitchForm

        public SwitchForm​(int opcode,
                          java.lang.String name)
    • Method Detail

      • fixUpByteCodeTargets

        public void fixUpByteCodeTargets​(ByteCode byteCode,
                                         CodeAttribute codeAttribute)
        Description copied from class: ByteCodeForm
        The ByteCodeForm knows how to fix up a bytecode if it needs to be fixed up because it holds a Label bytecode.
        Overrides:
        fixUpByteCodeTargets in class ByteCodeForm
        Parameters:
        byteCode - a ByteCode to be fixed up
        codeAttribute - a CodeAttribute used to determine how the ByteCode should be fixed up.