Package org.aion.avm.userlib.abi
Class ABIToken
- java.lang.Object
-
- org.aion.avm.userlib.abi.ABIToken
-
public final class ABIToken extends java.lang.Object
Identifiers of the tokens the ABI uses to describe extents of data in a serialized stream.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
A_BOOLEAN
static byte
A_BYTE
static byte
A_CHAR
static byte
A_DOUBLE
static byte
A_FLOAT
static byte
A_INT
static byte
A_LONG
static byte
A_SHORT
static byte
ADDRESS
static byte
ARRAY
static byte
BIGINT
static byte
BOOLEAN
static byte
BYTE
static byte
CHAR
static byte
DOUBLE
static byte
FLOAT
static byte
INT
static byte
LONG
static byte
NULL
static byte
SHORT
static byte
STRING
-
Constructor Summary
Constructors Constructor Description ABIToken()
-
-
-
Field Detail
-
BYTE
public static final byte BYTE
- See Also:
- Constant Field Values
-
BOOLEAN
public static final byte BOOLEAN
- See Also:
- Constant Field Values
-
CHAR
public static final byte CHAR
- See Also:
- Constant Field Values
-
SHORT
public static final byte SHORT
- See Also:
- Constant Field Values
-
INT
public static final byte INT
- See Also:
- Constant Field Values
-
LONG
public static final byte LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final byte FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final byte DOUBLE
- See Also:
- Constant Field Values
-
A_BYTE
public static final byte A_BYTE
- See Also:
- Constant Field Values
-
A_BOOLEAN
public static final byte A_BOOLEAN
- See Also:
- Constant Field Values
-
A_CHAR
public static final byte A_CHAR
- See Also:
- Constant Field Values
-
A_SHORT
public static final byte A_SHORT
- See Also:
- Constant Field Values
-
A_INT
public static final byte A_INT
- See Also:
- Constant Field Values
-
A_LONG
public static final byte A_LONG
- See Also:
- Constant Field Values
-
A_FLOAT
public static final byte A_FLOAT
- See Also:
- Constant Field Values
-
A_DOUBLE
public static final byte A_DOUBLE
- See Also:
- Constant Field Values
-
STRING
public static final byte STRING
- See Also:
- Constant Field Values
-
ADDRESS
public static final byte ADDRESS
- See Also:
- Constant Field Values
-
BIGINT
public static final byte BIGINT
- See Also:
- Constant Field Values
-
ARRAY
public static final byte ARRAY
- See Also:
- Constant Field Values
-
NULL
public static final byte NULL
- See Also:
- Constant Field Values
-
-