Package proguard.classfile
Class TypeConstants
- java.lang.Object
-
- proguard.classfile.TypeConstants
-
public class TypeConstants extends java.lang.ObjectConstant characters that are part of primitive and non-primitive type descriptors.
-
-
Field Summary
Fields Modifier and Type Field Description static charARRAYstatic charBOOLEANstatic charBYTEstatic charCHARstatic charCLASS_ENDstatic charCLASS_STARTstatic charDOUBLEstatic charFLOATstatic charGENERIC_BOUNDstatic charGENERIC_ENDstatic charGENERIC_STARTstatic charGENERIC_VARIABLE_STARTstatic charINNER_CLASS_SEPARATORstatic charINTstatic charLONGstatic charMETHOD_ARGUMENTS_CLOSEstatic charMETHOD_ARGUMENTS_OPENstatic charPACKAGE_SEPARATORstatic charSHORTstatic charSPECIAL_CLASS_CHARACTERstatic charSPECIAL_MEMBER_SEPARATORstatic charVOID
-
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
-
-