Package proguard.classfile
Class TypeConstants
- java.lang.Object
-
- proguard.classfile.TypeConstants
-
public class TypeConstants extends java.lang.Object
Constant characters that are part of primitive and non-primitive type descriptors.
-
-
Field Summary
Fields Modifier and Type Field Description static char
ARRAY
static char
BOOLEAN
static char
BYTE
static char
CHAR
static char
CLASS_END
static char
CLASS_START
static char
DOUBLE
static char
FLOAT
static char
GENERIC_BOUND
static char
GENERIC_END
static char
GENERIC_START
static char
GENERIC_VARIABLE_START
static char
INNER_CLASS_SEPARATOR
static char
INT
static char
LONG
static char
METHOD_ARGUMENTS_CLOSE
static char
METHOD_ARGUMENTS_OPEN
static char
PACKAGE_SEPARATOR
static char
SHORT
static char
SPECIAL_CLASS_CHARACTER
static char
SPECIAL_MEMBER_SEPARATOR
static char
VOID
-
Constructor Summary
Constructors Constructor Description TypeConstants()
-
-
-
Field Detail
-
VOID
public static final char VOID
- See Also:
- Constant Field Values
-
BOOLEAN
public static final char BOOLEAN
- See Also:
- Constant Field Values
-
BYTE
public static final char BYTE
- See Also:
- Constant Field Values
-
CHAR
public static final char CHAR
- See Also:
- Constant Field Values
-
SHORT
public static final char SHORT
- See Also:
- Constant Field Values
-
INT
public static final char INT
- See Also:
- Constant Field Values
-
LONG
public static final char LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final char FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final char DOUBLE
- See Also:
- Constant Field Values
-
CLASS_START
public static final char CLASS_START
- See Also:
- Constant Field Values
-
CLASS_END
public static final char CLASS_END
- See Also:
- Constant Field Values
-
ARRAY
public static final char ARRAY
- See Also:
- Constant Field Values
-
GENERIC_VARIABLE_START
public static final char GENERIC_VARIABLE_START
- See Also:
- Constant Field Values
-
GENERIC_START
public static final char GENERIC_START
- See Also:
- Constant Field Values
-
GENERIC_BOUND
public static final char GENERIC_BOUND
- See Also:
- Constant Field Values
-
GENERIC_END
public static final char GENERIC_END
- See Also:
- Constant Field Values
-
PACKAGE_SEPARATOR
public static final char PACKAGE_SEPARATOR
- See Also:
- Constant Field Values
-
INNER_CLASS_SEPARATOR
public static final char INNER_CLASS_SEPARATOR
- See Also:
- Constant Field Values
-
SPECIAL_CLASS_CHARACTER
public static final char SPECIAL_CLASS_CHARACTER
- See Also:
- Constant Field Values
-
SPECIAL_MEMBER_SEPARATOR
public static final char SPECIAL_MEMBER_SEPARATOR
- See Also:
- Constant Field Values
-
METHOD_ARGUMENTS_OPEN
public static final char METHOD_ARGUMENTS_OPEN
- See Also:
- Constant Field Values
-
METHOD_ARGUMENTS_CLOSE
public static final char METHOD_ARGUMENTS_CLOSE
- See Also:
- Constant Field Values
-
-