Package com.tonic.util
Class CommonTypes
- java.lang.Object
-
- com.tonic.util.CommonTypes
-
public final class CommonTypes extends Object
Internal names, descriptors and method names for the JDK types the toolchain refers to most.
-
-
Field Summary
-
-
-
Field Detail
-
OBJECT
public static final String OBJECT
- See Also:
- Constant Field Values
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
-
THROWABLE
public static final String THROWABLE
- See Also:
- Constant Field Values
-
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
-
RUNTIME_EXCEPTION
public static final String RUNTIME_EXCEPTION
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
LONG
public static final String LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
BYTE
public static final String BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
CHARACTER
public static final String CHARACTER
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
STRING_BUILDER
public static final String STRING_BUILDER
- See Also:
- Constant Field Values
-
STRING_BUFFER
public static final String STRING_BUFFER
- See Also:
- Constant Field Values
-
ABSTRACT_STRING_BUILDER
public static final String ABSTRACT_STRING_BUILDER
- See Also:
- Constant Field Values
-
ARRAY_LIST
public static final String ARRAY_LIST
- See Also:
- Constant Field Values
-
HASH_MAP
public static final String HASH_MAP
- See Also:
- Constant Field Values
-
HASH_SET
public static final String HASH_SET
- See Also:
- Constant Field Values
-
LINKED_LIST
public static final String LINKED_LIST
- See Also:
- Constant Field Values
-
TREE_MAP
public static final String TREE_MAP
- See Also:
- Constant Field Values
-
LINKED_HASH_MAP
public static final String LINKED_HASH_MAP
- See Also:
- Constant Field Values
-
THREAD
public static final String THREAD
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
MATH
public static final String MATH
- See Also:
- Constant Field Values
-
ARRAYS
public static final String ARRAYS
- See Also:
- Constant Field Values
-
NULL_POINTER_EXCEPTION
public static final String NULL_POINTER_EXCEPTION
- See Also:
- Constant Field Values
-
ARRAY_INDEX_OUT_OF_BOUNDS
public static final String ARRAY_INDEX_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
-
INDEX_OUT_OF_BOUNDS
public static final String INDEX_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
-
ILLEGAL_ARGUMENT_EXCEPTION
public static final String ILLEGAL_ARGUMENT_EXCEPTION
- See Also:
- Constant Field Values
-
ILLEGAL_STATE_EXCEPTION
public static final String ILLEGAL_STATE_EXCEPTION
- See Also:
- Constant Field Values
-
CLASS_CAST_EXCEPTION
public static final String CLASS_CAST_EXCEPTION
- See Also:
- Constant Field Values
-
ARITHMETIC_EXCEPTION
public static final String ARITHMETIC_EXCEPTION
- See Also:
- Constant Field Values
-
NEGATIVE_ARRAY_SIZE
public static final String NEGATIVE_ARRAY_SIZE
- See Also:
- Constant Field Values
-
UNSUPPORTED_OPERATION
public static final String UNSUPPORTED_OPERATION
- See Also:
- Constant Field Values
-
METHOD_HANDLE
public static final String METHOD_HANDLE
- See Also:
- Constant Field Values
-
METHOD_TYPE
public static final String METHOD_TYPE
- See Also:
- Constant Field Values
-
CALL_SITE
public static final String CALL_SITE
- See Also:
- Constant Field Values
-
OBJECT_DESC
public static final String OBJECT_DESC
- See Also:
- Constant Field Values
-
STRING_DESC
public static final String STRING_DESC
- See Also:
- Constant Field Values
-
CLASS_DESC
public static final String CLASS_DESC
- See Also:
- Constant Field Values
-
THROWABLE_DESC
public static final String THROWABLE_DESC
- See Also:
- Constant Field Values
-
OBJECT_ARRAY_DESC
public static final String OBJECT_ARRAY_DESC
- See Also:
- Constant Field Values
-
STRING_ARRAY_DESC
public static final String STRING_ARRAY_DESC
- See Also:
- Constant Field Values
-
BYTE_ARRAY_DESC
public static final String BYTE_ARRAY_DESC
- See Also:
- Constant Field Values
-
CHAR_ARRAY_DESC
public static final String CHAR_ARRAY_DESC
- See Also:
- Constant Field Values
-
INT_ARRAY_DESC
public static final String INT_ARRAY_DESC
- See Also:
- Constant Field Values
-
INIT
public static final String INIT
- See Also:
- Constant Field Values
-
CLINIT
public static final String CLINIT
- See Also:
- Constant Field Values
-
VOID_NO_ARGS
public static final String VOID_NO_ARGS
- See Also:
- Constant Field Values
-
-