net.sf.cglib.core

Interface Constants

public interface Constants extends Constants

Version: $Id: Constants.java,v 1.20 2004/12/24 00:08:32 herbyderby Exp $

Author: Juozas Baliuka baliuka@mwm.lt

Field Summary
static StringCONSTRUCTOR_NAME
static Class[]EMPTY_CLASS_ARRAY
static intPRIVATE_FINAL_STATIC
static SignatureSIG_STATIC
static StringSOURCE_FILE
static StringSTATIC_NAME
static StringSUID_FIELD_NAME
static intSWITCH_STYLE_HASH
static intSWITCH_STYLE_HASHONLY
static intSWITCH_STYLE_TRIE
static Type[]TYPES_EMPTY
static TypeTYPE_BIG_DECIMAL
static TypeTYPE_BIG_INTEGER
static TypeTYPE_BOOLEAN
static TypeTYPE_BYTE
static TypeTYPE_CHARACTER
static TypeTYPE_CLASS
static TypeTYPE_CLASS_ARRAY
static TypeTYPE_CLASS_LOADER
static TypeTYPE_DOUBLE
static TypeTYPE_ERROR
static TypeTYPE_FLOAT
static TypeTYPE_INTEGER
static TypeTYPE_LONG
static TypeTYPE_NUMBER
static TypeTYPE_OBJECT
static TypeTYPE_OBJECT_ARRAY
static TypeTYPE_RUNTIME_EXCEPTION
static TypeTYPE_SHORT
static TypeTYPE_SIGNATURE
static TypeTYPE_STRING
static TypeTYPE_STRING_ARRAY
static TypeTYPE_STRING_BUFFER
static TypeTYPE_SYSTEM
static TypeTYPE_THROWABLE

Field Detail

CONSTRUCTOR_NAME

public static final String CONSTRUCTOR_NAME

EMPTY_CLASS_ARRAY

public static final Class[] EMPTY_CLASS_ARRAY

PRIVATE_FINAL_STATIC

public static final int PRIVATE_FINAL_STATIC

SIG_STATIC

public static final Signature SIG_STATIC

SOURCE_FILE

public static final String SOURCE_FILE

STATIC_NAME

public static final String STATIC_NAME

SUID_FIELD_NAME

public static final String SUID_FIELD_NAME

SWITCH_STYLE_HASH

public static final int SWITCH_STYLE_HASH

SWITCH_STYLE_HASHONLY

public static final int SWITCH_STYLE_HASHONLY

SWITCH_STYLE_TRIE

public static final int SWITCH_STYLE_TRIE

TYPES_EMPTY

public static final Type[] TYPES_EMPTY

TYPE_BIG_DECIMAL

public static final Type TYPE_BIG_DECIMAL

TYPE_BIG_INTEGER

public static final Type TYPE_BIG_INTEGER

TYPE_BOOLEAN

public static final Type TYPE_BOOLEAN

TYPE_BYTE

public static final Type TYPE_BYTE

TYPE_CHARACTER

public static final Type TYPE_CHARACTER

TYPE_CLASS

public static final Type TYPE_CLASS

TYPE_CLASS_ARRAY

public static final Type TYPE_CLASS_ARRAY

TYPE_CLASS_LOADER

public static final Type TYPE_CLASS_LOADER

TYPE_DOUBLE

public static final Type TYPE_DOUBLE

TYPE_ERROR

public static final Type TYPE_ERROR

TYPE_FLOAT

public static final Type TYPE_FLOAT

TYPE_INTEGER

public static final Type TYPE_INTEGER

TYPE_LONG

public static final Type TYPE_LONG

TYPE_NUMBER

public static final Type TYPE_NUMBER

TYPE_OBJECT

public static final Type TYPE_OBJECT

TYPE_OBJECT_ARRAY

public static final Type TYPE_OBJECT_ARRAY

TYPE_RUNTIME_EXCEPTION

public static final Type TYPE_RUNTIME_EXCEPTION

TYPE_SHORT

public static final Type TYPE_SHORT

TYPE_SIGNATURE

public static final Type TYPE_SIGNATURE

TYPE_STRING

public static final Type TYPE_STRING

TYPE_STRING_ARRAY

public static final Type TYPE_STRING_ARRAY

TYPE_STRING_BUFFER

public static final Type TYPE_STRING_BUFFER

TYPE_SYSTEM

public static final Type TYPE_SYSTEM

TYPE_THROWABLE

public static final Type TYPE_THROWABLE
Copyright (c) 2001 - Apache Software Foundation