Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.lang.reflect.* (6)

gnu.java.lang: Javadoc index of package gnu.java.lang.


Package Samples:

gnu.java.lang.reflect

Classes:

CharData: This contains the info about the unicode characters, that java.lang.Character needs. It is generated automatically from ../doc/unicode/UnicodeData-4.0.0.txt and ../doc/unicode/SpecialCasing-4.0.0.txt , by some perl scripts. These Unicode definition files can be found on the http://www.unicode.org website. JDK 1.5 uses Unicode version 4.0.0. The data is stored as string constants, but Character will convert these Strings to their respective char[] components. The fields are stored in arrays of 17 elements each, one element per Unicode plane. BLOCKS stores the offset of a block of 2 SHIFT characters ...
SystemClassLoader: The default system class loader. VMs may wish to replace this with a similar class that interacts better with their VM. Also, replacing this class may be necessary when porting to new platforms, like Windows. XXX Should this be merged with ClassLoaderHelper? They both do a similar search of the classpath, including jar/zip files.
TypeSignature: This class provides static methods that can be used to compute type-signatures of Class s or Member s. More specific methods are also provided for computing the type-signature of Constructor s and Method s. Methods are also provided to go in the reverse direction.
InstrumentationImpl: An Instrumentation object has transformers that will be called each time a class is defined or redefined. The object is given to a premain function that is called before the main function.
MainThread: MainThread is a Thread which uses the main() method of some class.
ClassHelper: ClassHelper has various methods that ought to have been in Class.
ArrayHelper: ArrayHelper helps you do things with arrays.
VMInstrumentationImpl
TypeVariableImpl
FieldSignatureParser
GenericArrayTypeImpl
MethodSignatureParser
UnresolvedTypeVariable
TypeImpl
WildcardTypeImpl
GenericSignatureParser
ParameterizedTypeImpl
ClassSignatureParser

Home | Contact Us | Privacy Policy | Terms of Service