| java.lang.Object org.apache.harmony.lang.reflect.parser.Parser
Parser | public class Parser (Code) | | author: Serguei S. Zapreyev version: $Revision: 1.1.2.1 $ |
Inner Class :public static enum SignatureKind | |
Method Summary | |
public static Type[] | getGenericExceptionTypes(Constructor constructor, String signature) | public static Type[] | getGenericExceptionTypes(Method method, String signature) | public static Type[] | getGenericInterfaces(Class c, String rawSignature) | public static synchronized Type[] | getGenericParameterTypes(Constructor constructor, String signature) | public static Type[] | getGenericParameterTypes(Method method, String signature) | public static Type | getGenericReturnTypeImpl(Method method, String signature) | public static Type | getGenericSuperClass(Class c, String rawSignature) | public static TypeVariable<? extends Constructor>[] | getTypeParameters(Constructor constructor, String signature) | public static TypeVariable[] | getTypeParameters(Method method, String signature) | public static TypeVariable[] | getTypeParameters(Class c, String rawSignature) | public static Type | parseFieldGenericType(Field field, String rawSignature) | public static InterimGenericDeclaration | parseSignature(String signature, SignatureKind kind, java.lang.reflect.GenericDeclaration startPoint) |
getGenericExceptionTypes | public static Type[] getGenericExceptionTypes(Constructor constructor, String signature)(Code) | | initializes generalized exeptions
|
getGenericExceptionTypes | public static Type[] getGenericExceptionTypes(Method method, String signature)(Code) | | initializes generalized exeptions
|
getGenericParameterTypes | public static synchronized Type[] getGenericParameterTypes(Constructor constructor, String signature)(Code) | | initializes generalized parameters
|
getGenericParameterTypes | public static Type[] getGenericParameterTypes(Method method, String signature)(Code) | | initializes generalized parameters
|
getTypeParameters | public static TypeVariable[] getTypeParameters(Class c, String rawSignature)(Code) | | ################################################################################
for j.l.Class
################################################################################
|
parseFieldGenericType | public static Type parseFieldGenericType(Field field, String rawSignature) throws GenericSignatureFormatError(Code) | | ################################################################################
for j.l.r.Field
################################################################################
|
|
|