net.sf.cglib.core
public interface Constants extends Constants
Version: $Id: Constants.java,v 1.20 2004/12/24 00:08:32 herbyderby Exp $
| Field Summary | |
|---|---|
| static String | CONSTRUCTOR_NAME |
| static Class[] | EMPTY_CLASS_ARRAY |
| static int | PRIVATE_FINAL_STATIC |
| static Signature | SIG_STATIC |
| static String | SOURCE_FILE |
| static String | STATIC_NAME |
| static String | SUID_FIELD_NAME |
| static int | SWITCH_STYLE_HASH |
| static int | SWITCH_STYLE_HASHONLY |
| static int | SWITCH_STYLE_TRIE |
| static Type[] | TYPES_EMPTY |
| static Type | TYPE_BIG_DECIMAL |
| static Type | TYPE_BIG_INTEGER |
| static Type | TYPE_BOOLEAN |
| static Type | TYPE_BYTE |
| static Type | TYPE_CHARACTER |
| static Type | TYPE_CLASS |
| static Type | TYPE_CLASS_ARRAY |
| static Type | TYPE_CLASS_LOADER |
| static Type | TYPE_DOUBLE |
| static Type | TYPE_ERROR |
| static Type | TYPE_FLOAT |
| static Type | TYPE_INTEGER |
| static Type | TYPE_LONG |
| static Type | TYPE_NUMBER |
| static Type | TYPE_OBJECT |
| static Type | TYPE_OBJECT_ARRAY |
| static Type | TYPE_RUNTIME_EXCEPTION |
| static Type | TYPE_SHORT |
| static Type | TYPE_SIGNATURE |
| static Type | TYPE_STRING |
| static Type | TYPE_STRING_ARRAY |
| static Type | TYPE_STRING_BUFFER |
| static Type | TYPE_SYSTEM |
| static Type | TYPE_THROWABLE |