Uses of Interface
java.lang.reflect.GenericDeclaration
| Package | Description |
|---|---|
| java.lang | |
| java.lang.reflect | |
| libcore.reflect |
-
Uses of GenericDeclaration in java.lang
Classes in java.lang that implement GenericDeclaration Modifier and Type Class Description classClass<T>The in-memory representation of a Java class. -
Uses of GenericDeclaration in java.lang.reflect
Classes in java.lang.reflect with type parameters of type GenericDeclaration Modifier and Type Interface Description interfaceTypeVariable<D extends GenericDeclaration>This interface represents a type variables such as'T'in'public interface Comparable<T>', the bounded'T'in'public interface A<T extends Number>'or the multiple bounded'T'in'public interface B<T extends Number & Cloneable>'.Classes in java.lang.reflect that implement GenericDeclaration Modifier and Type Class Description classConstructor<T>This class represents a constructor.classMethodThis class represents a method. -
Uses of GenericDeclaration in libcore.reflect
Classes in libcore.reflect with type parameters of type GenericDeclaration Modifier and Type Class Description classTypeVariableImpl<D extends GenericDeclaration>Methods in libcore.reflect with parameters of type GenericDeclaration Modifier and Type Method Description voidGenericSignatureParser. parseForClass(GenericDeclaration genericDecl, String signature)Parses the generic signature of a class and creates the data structure representing the signature.voidGenericSignatureParser. parseForConstructor(GenericDeclaration genericDecl, String signature, Class<?>[] rawExceptionTypes)Parses the generic signature of a constructor and creates the data structure representing the signature.voidGenericSignatureParser. parseForField(GenericDeclaration genericDecl, String signature)Parses the generic signature of a field and creates the data structure representing the signature.voidGenericSignatureParser. parseForMethod(GenericDeclaration genericDecl, String signature, Class<?>[] rawExceptionTypes)Parses the generic signature of a method and creates the data structure representing the signature.