org.python.core
Class Opcode
java.lang.Object
org.python.core.Opcode
public class Opcode
- extends Object
POP_TOP
public static final int POP_TOP
- See Also:
- Constant Field Values
ROT_TWO
public static final int ROT_TWO
- See Also:
- Constant Field Values
ROT_THREE
public static final int ROT_THREE
- See Also:
- Constant Field Values
DUP_TOP
public static final int DUP_TOP
- See Also:
- Constant Field Values
ROT_FOUR
public static final int ROT_FOUR
- See Also:
- Constant Field Values
NOP
public static final int NOP
- See Also:
- Constant Field Values
UNARY_POSITIVE
public static final int UNARY_POSITIVE
- See Also:
- Constant Field Values
UNARY_NEGATIVE
public static final int UNARY_NEGATIVE
- See Also:
- Constant Field Values
UNARY_NOT
public static final int UNARY_NOT
- See Also:
- Constant Field Values
UNARY_CONVERT
public static final int UNARY_CONVERT
- See Also:
- Constant Field Values
UNARY_INVERT
public static final int UNARY_INVERT
- See Also:
- Constant Field Values
LIST_APPEND
public static final int LIST_APPEND
- See Also:
- Constant Field Values
BINARY_POWER
public static final int BINARY_POWER
- See Also:
- Constant Field Values
BINARY_MULTIPLY
public static final int BINARY_MULTIPLY
- See Also:
- Constant Field Values
BINARY_DIVIDE
public static final int BINARY_DIVIDE
- See Also:
- Constant Field Values
BINARY_MODULO
public static final int BINARY_MODULO
- See Also:
- Constant Field Values
BINARY_ADD
public static final int BINARY_ADD
- See Also:
- Constant Field Values
BINARY_SUBTRACT
public static final int BINARY_SUBTRACT
- See Also:
- Constant Field Values
BINARY_SUBSCR
public static final int BINARY_SUBSCR
- See Also:
- Constant Field Values
BINARY_FLOOR_DIVIDE
public static final int BINARY_FLOOR_DIVIDE
- See Also:
- Constant Field Values
BINARY_TRUE_DIVIDE
public static final int BINARY_TRUE_DIVIDE
- See Also:
- Constant Field Values
INPLACE_FLOOR_DIVIDE
public static final int INPLACE_FLOOR_DIVIDE
- See Also:
- Constant Field Values
INPLACE_TRUE_DIVIDE
public static final int INPLACE_TRUE_DIVIDE
- See Also:
- Constant Field Values
SLICE
public static final int SLICE
- See Also:
- Constant Field Values
STORE_SLICE
public static final int STORE_SLICE
- See Also:
- Constant Field Values
DELETE_SLICE
public static final int DELETE_SLICE
- See Also:
- Constant Field Values
INPLACE_ADD
public static final int INPLACE_ADD
- See Also:
- Constant Field Values
INPLACE_SUBTRACT
public static final int INPLACE_SUBTRACT
- See Also:
- Constant Field Values
INPLACE_MULTIPLY
public static final int INPLACE_MULTIPLY
- See Also:
- Constant Field Values
INPLACE_DIVIDE
public static final int INPLACE_DIVIDE
- See Also:
- Constant Field Values
INPLACE_MODULO
public static final int INPLACE_MODULO
- See Also:
- Constant Field Values
STORE_SUBSCR
public static final int STORE_SUBSCR
- See Also:
- Constant Field Values
DELETE_SUBSCR
public static final int DELETE_SUBSCR
- See Also:
- Constant Field Values
BINARY_LSHIFT
public static final int BINARY_LSHIFT
- See Also:
- Constant Field Values
BINARY_RSHIFT
public static final int BINARY_RSHIFT
- See Also:
- Constant Field Values
BINARY_AND
public static final int BINARY_AND
- See Also:
- Constant Field Values
BINARY_XOR
public static final int BINARY_XOR
- See Also:
- Constant Field Values
BINARY_OR
public static final int BINARY_OR
- See Also:
- Constant Field Values
INPLACE_POWER
public static final int INPLACE_POWER
- See Also:
- Constant Field Values
GET_ITER
public static final int GET_ITER
- See Also:
- Constant Field Values
PRINT_EXPR
public static final int PRINT_EXPR
- See Also:
- Constant Field Values
PRINT_ITEM
public static final int PRINT_ITEM
- See Also:
- Constant Field Values
PRINT_NEWLINE
public static final int PRINT_NEWLINE
- See Also:
- Constant Field Values
PRINT_ITEM_TO
public static final int PRINT_ITEM_TO
- See Also:
- Constant Field Values
PRINT_NEWLINE_TO
public static final int PRINT_NEWLINE_TO
- See Also:
- Constant Field Values
INPLACE_LSHIFT
public static final int INPLACE_LSHIFT
- See Also:
- Constant Field Values
INPLACE_RSHIFT
public static final int INPLACE_RSHIFT
- See Also:
- Constant Field Values
INPLACE_AND
public static final int INPLACE_AND
- See Also:
- Constant Field Values
INPLACE_XOR
public static final int INPLACE_XOR
- See Also:
- Constant Field Values
INPLACE_OR
public static final int INPLACE_OR
- See Also:
- Constant Field Values
BREAK_LOOP
public static final int BREAK_LOOP
- See Also:
- Constant Field Values
WITH_CLEANUP
public static final int WITH_CLEANUP
- See Also:
- Constant Field Values
LOAD_LOCALS
public static final int LOAD_LOCALS
- See Also:
- Constant Field Values
RETURN_VALUE
public static final int RETURN_VALUE
- See Also:
- Constant Field Values
IMPORT_STAR
public static final int IMPORT_STAR
- See Also:
- Constant Field Values
EXEC_STMT
public static final int EXEC_STMT
- See Also:
- Constant Field Values
YIELD_VALUE
public static final int YIELD_VALUE
- See Also:
- Constant Field Values
POP_BLOCK
public static final int POP_BLOCK
- See Also:
- Constant Field Values
END_FINALLY
public static final int END_FINALLY
- See Also:
- Constant Field Values
BUILD_CLASS
public static final int BUILD_CLASS
- See Also:
- Constant Field Values
HAVE_ARGUMENT
public static final int HAVE_ARGUMENT
- See Also:
- Constant Field Values
STORE_NAME
public static final int STORE_NAME
- See Also:
- Constant Field Values
DELETE_NAME
public static final int DELETE_NAME
- See Also:
- Constant Field Values
UNPACK_SEQUENCE
public static final int UNPACK_SEQUENCE
- See Also:
- Constant Field Values
FOR_ITER
public static final int FOR_ITER
- See Also:
- Constant Field Values
STORE_ATTR
public static final int STORE_ATTR
- See Also:
- Constant Field Values
DELETE_ATTR
public static final int DELETE_ATTR
- See Also:
- Constant Field Values
STORE_GLOBAL
public static final int STORE_GLOBAL
- See Also:
- Constant Field Values
DELETE_GLOBAL
public static final int DELETE_GLOBAL
- See Also:
- Constant Field Values
DUP_TOPX
public static final int DUP_TOPX
- See Also:
- Constant Field Values
LOAD_CONST
public static final int LOAD_CONST
- See Also:
- Constant Field Values
LOAD_NAME
public static final int LOAD_NAME
- See Also:
- Constant Field Values
BUILD_TUPLE
public static final int BUILD_TUPLE
- See Also:
- Constant Field Values
BUILD_LIST
public static final int BUILD_LIST
- See Also:
- Constant Field Values
BUILD_MAP
public static final int BUILD_MAP
- See Also:
- Constant Field Values
LOAD_ATTR
public static final int LOAD_ATTR
- See Also:
- Constant Field Values
COMPARE_OP
public static final int COMPARE_OP
- See Also:
- Constant Field Values
IMPORT_NAME
public static final int IMPORT_NAME
- See Also:
- Constant Field Values
IMPORT_FROM
public static final int IMPORT_FROM
- See Also:
- Constant Field Values
JUMP_FORWARD
public static final int JUMP_FORWARD
- See Also:
- Constant Field Values
JUMP_IF_FALSE
public static final int JUMP_IF_FALSE
- See Also:
- Constant Field Values
JUMP_IF_TRUE
public static final int JUMP_IF_TRUE
- See Also:
- Constant Field Values
JUMP_ABSOLUTE
public static final int JUMP_ABSOLUTE
- See Also:
- Constant Field Values
LOAD_GLOBAL
public static final int LOAD_GLOBAL
- See Also:
- Constant Field Values
CONTINUE_LOOP
public static final int CONTINUE_LOOP
- See Also:
- Constant Field Values
SETUP_LOOP
public static final int SETUP_LOOP
- See Also:
- Constant Field Values
SETUP_EXCEPT
public static final int SETUP_EXCEPT
- See Also:
- Constant Field Values
SETUP_FINALLY
public static final int SETUP_FINALLY
- See Also:
- Constant Field Values
LOAD_FAST
public static final int LOAD_FAST
- See Also:
- Constant Field Values
STORE_FAST
public static final int STORE_FAST
- See Also:
- Constant Field Values
DELETE_FAST
public static final int DELETE_FAST
- See Also:
- Constant Field Values
RAISE_VARARGS
public static final int RAISE_VARARGS
- See Also:
- Constant Field Values
CALL_FUNCTION
public static final int CALL_FUNCTION
- See Also:
- Constant Field Values
MAKE_FUNCTION
public static final int MAKE_FUNCTION
- See Also:
- Constant Field Values
BUILD_SLICE
public static final int BUILD_SLICE
- See Also:
- Constant Field Values
MAKE_CLOSURE
public static final int MAKE_CLOSURE
- See Also:
- Constant Field Values
LOAD_CLOSURE
public static final int LOAD_CLOSURE
- See Also:
- Constant Field Values
LOAD_DEREF
public static final int LOAD_DEREF
- See Also:
- Constant Field Values
STORE_DEREF
public static final int STORE_DEREF
- See Also:
- Constant Field Values
CALL_FUNCTION_VAR
public static final int CALL_FUNCTION_VAR
- See Also:
- Constant Field Values
CALL_FUNCTION_KW
public static final int CALL_FUNCTION_KW
- See Also:
- Constant Field Values
CALL_FUNCTION_VAR_KW
public static final int CALL_FUNCTION_VAR_KW
- See Also:
- Constant Field Values
EXTENDED_ARG
public static final int EXTENDED_ARG
- See Also:
- Constant Field Values
PyCmp_LT
public static final int PyCmp_LT
- See Also:
- Constant Field Values
PyCmp_LE
public static final int PyCmp_LE
- See Also:
- Constant Field Values
PyCmp_EQ
public static final int PyCmp_EQ
- See Also:
- Constant Field Values
PyCmp_NE
public static final int PyCmp_NE
- See Also:
- Constant Field Values
PyCmp_GT
public static final int PyCmp_GT
- See Also:
- Constant Field Values
PyCmp_GE
public static final int PyCmp_GE
- See Also:
- Constant Field Values
PyCmp_IN
public static final int PyCmp_IN
- See Also:
- Constant Field Values
PyCmp_NOT_IN
public static final int PyCmp_NOT_IN
- See Also:
- Constant Field Values
PyCmp_IS
public static final int PyCmp_IS
- See Also:
- Constant Field Values
PyCmp_IS_NOT
public static final int PyCmp_IS_NOT
- See Also:
- Constant Field Values
PyCmp_EXC_MATCH
public static final int PyCmp_EXC_MATCH
- See Also:
- Constant Field Values
Opcode
public Opcode()
Jython homepage