edu.umd.cs.findbugs.ba.ir
Interface ExtendedOpcodes


public interface ExtendedOpcodes

Opcodes for "extended" synthetic instructions used in the register-based IR. These won't appear in any actual classfile.

Note: this class is just an idea sketch. There is no guarantee it will ever be used for anything.

Author:
David Hovemeyer

Field Summary
static short NULLCHECK
          Null check.
static short PUSHEXCEPTION
          Clear operand stack and push caught exception object.
 

Field Detail

NULLCHECK

static final short NULLCHECK
Null check.

See Also:
Constant Field Values

PUSHEXCEPTION

static final short PUSHEXCEPTION
Clear operand stack and push caught exception object.

See Also:
Constant Field Values