|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ericsson.otp.erlang.OtpExternal
Provides a collection of constants used when encoding and decoding Erlang terms.
Field Summary | |
static int |
atomTag
The tag used for atoms |
static int |
binTag
The tag used for binaries |
static int |
erlMax
The largest value that can be encoded as an integer |
static int |
erlMin
The smallest value that can be encoded as an integer |
static int |
floatTag
The tag used for floating point numbers |
static int |
intTag
The tag used for integers |
static int |
largeBigTag
The tag used for large bignums |
static int |
largeTupleTag
The tag used for large tuples |
static int |
listTag
The tag used for non-empty lists |
static int |
maxAtomLength
The longest allowed Erlang atom |
static int |
newRefTag
The tag used for new style references |
static int |
nilTag
The tag used for empty lists |
static int |
pidTag
The tag used for PIDs |
static int |
portTag
The tag used for ports |
static int |
refTag
The tag used for old stype references |
static int |
smallBigTag
The tag used for small bignums |
static int |
smallIntTag
The tag used for small integers |
static int |
smallTupleTag
The tag used for small tuples |
static int |
stringTag
The tag used for strings and lists of small integers |
static int |
versionTag
The version number used to mark serialized Erlang terms |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int smallIntTag
public static final int intTag
public static final int floatTag
public static final int atomTag
public static final int refTag
public static final int portTag
public static final int pidTag
public static final int smallTupleTag
public static final int largeTupleTag
public static final int nilTag
public static final int stringTag
public static final int listTag
public static final int binTag
public static final int smallBigTag
public static final int largeBigTag
public static final int newRefTag
public static final int versionTag
public static final int erlMax
public static final int erlMin
public static final int maxAtomLength
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |