public interface Opcodes
Modifier and Type | Field and Description |
---|---|
static short |
ADDITEMS |
static short |
APPEND |
static short |
APPENDS |
static short |
BINBYTES |
static short |
BINBYTES8 |
static short |
BINFLOAT |
static short |
BINGET |
static short |
BININT |
static short |
BININT1 |
static short |
BININT2 |
static short |
BINPERSID |
static short |
BINPUT |
static short |
BINSTRING |
static short |
BINUNICODE |
static short |
BINUNICODE8 |
static short |
BUILD |
static short |
DICT |
static short |
DUP |
static short |
EMPTY_DICT |
static short |
EMPTY_LIST |
static short |
EMPTY_SET |
static short |
EMPTY_TUPLE |
static short |
EXT1 |
static short |
EXT2 |
static short |
EXT4 |
static String |
FALSE |
static short |
FLOAT |
static short |
FRAME |
static short |
FROZENSET |
static short |
GET |
static short |
GLOBAL |
static short |
INST |
static short |
INT |
static short |
LIST |
static short |
LONG |
static short |
LONG_BINGET |
static short |
LONG_BINPUT |
static short |
LONG1 |
static short |
LONG4 |
static short |
MARK |
static short |
MEMOIZE |
static short |
NEWFALSE |
static short |
NEWOBJ |
static short |
NEWOBJ_EX |
static short |
NEWTRUE |
static short |
NONE |
static short |
OBJ |
static short |
PERSID |
static short |
POP |
static short |
POP_MARK |
static short |
PROTO |
static short |
PUT |
static short |
REDUCE |
static short |
SETITEM |
static short |
SETITEMS |
static short |
SHORT_BINBYTES |
static short |
SHORT_BINSTRING |
static short |
SHORT_BINUNICODE |
static short |
STACK_GLOBAL |
static short |
STOP |
static short |
STRING |
static String |
TRUE |
static short |
TUPLE |
static short |
TUPLE1 |
static short |
TUPLE2 |
static short |
TUPLE3 |
static short |
UNICODE |
static final short MARK
static final short STOP
static final short POP
static final short POP_MARK
static final short DUP
static final short FLOAT
static final short INT
static final short BININT
static final short BININT1
static final short LONG
static final short BININT2
static final short NONE
static final short PERSID
static final short BINPERSID
static final short REDUCE
static final short STRING
static final short BINSTRING
static final short SHORT_BINSTRING
static final short UNICODE
static final short BINUNICODE
static final short APPEND
static final short BUILD
static final short GLOBAL
static final short DICT
static final short EMPTY_DICT
static final short APPENDS
static final short GET
static final short BINGET
static final short INST
static final short LONG_BINGET
static final short LIST
static final short EMPTY_LIST
static final short OBJ
static final short PUT
static final short BINPUT
static final short LONG_BINPUT
static final short SETITEM
static final short TUPLE
static final short EMPTY_TUPLE
static final short SETITEMS
static final short BINFLOAT
static final String TRUE
static final String FALSE
static final short PROTO
static final short NEWOBJ
static final short EXT1
static final short EXT2
static final short EXT4
static final short TUPLE1
static final short TUPLE2
static final short TUPLE3
static final short NEWTRUE
static final short NEWFALSE
static final short LONG1
static final short LONG4
static final short BINBYTES
static final short SHORT_BINBYTES
static final short SHORT_BINUNICODE
static final short BINUNICODE8
static final short BINBYTES8
static final short EMPTY_SET
static final short ADDITEMS
static final short FROZENSET
static final short MEMOIZE
static final short FRAME
static final short NEWOBJ_EX
static final short STACK_GLOBAL
Copyright © 2016. All Rights Reserved.