public class ByteCodeConst extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CLASS_END |
static byte |
PARAM_END |
static byte |
PKG_SEGMENT |
static byte |
TYPE_ARRAY |
static byte |
TYPE_BOOL |
static byte |
TYPE_BYTE |
static byte |
TYPE_CHAR |
static byte |
TYPE_CLASS |
static byte |
TYPE_DOUBLE |
static byte |
TYPE_FLOAT |
static byte |
TYPE_INT |
static byte |
TYPE_LONG |
static byte |
TYPE_SHORT |
static byte |
TYPE_VOID |
| Constructor and Description |
|---|
ByteCodeConst() |
public static final byte TYPE_BYTE
public static final byte TYPE_CHAR
public static final byte TYPE_DOUBLE
public static final byte TYPE_FLOAT
public static final byte TYPE_INT
public static final byte TYPE_LONG
public static final byte TYPE_CLASS
public static final byte TYPE_SHORT
public static final byte TYPE_BOOL
public static final byte TYPE_VOID
public static final byte PARAM_END
public static final byte CLASS_END
public static final byte PKG_SEGMENT
public static final byte TYPE_ARRAY
Copyright © 2021. All rights reserved.