net.sf.cglib.core

Interface Constants

All Superinterfaces:
org.objectweb.asm.Constants

public interface Constants
extends org.objectweb.asm.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 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

Field Details

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
Field Value:
1

SWITCH_STYLE_HASHONLY

public static final int SWITCH_STYLE_HASHONLY
Field Value:
2

SWITCH_STYLE_TRIE

public static final int SWITCH_STYLE_TRIE
Field Value:
0

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