sugar4j.lang
Interface JavaLangInstrument


public interface JavaLangInstrument

Public classes and fields contained in the java.lang.instrument package.
Time generated: Sun Feb 10 21:47:33 CET 2008.

See additional fields:

Author:
sugar4j.eclipse.core.util.PackageInterface$Itf. Author of the generator: krizzdewizz

Field Summary
static String ClassDefinition
           
static String ClassFileTransformer
           
static String IllegalClassFormatException
           
static String Instrumentation
           
static String JavaLangInstrument
           
static String UnmodifiableClassException
           
 

Field Detail

JavaLangInstrument

static final String JavaLangInstrument
See Also:
Constant Field Values

ClassDefinition

static final String ClassDefinition
See Also:
Constant Field Values

ClassFileTransformer

static final String ClassFileTransformer
See Also:
Constant Field Values

IllegalClassFormatException

static final String IllegalClassFormatException
See Also:
Constant Field Values

Instrumentation

static final String Instrumentation
See Also:
Constant Field Values

UnmodifiableClassException

static final String UnmodifiableClassException
See Also:
Constant Field Values