java > java.lang > java.lang.reflect > java.lang.reflect.method >

Class: java.lang.reflect.Method
    java.lang.Object
       java.lang.reflect.AccessibleObject
               java.lang.reflect.Method


public final class Method extends AccessibleObject implements GenericDeclaration, Member


FIELDS:

CONSTRUCTORS:

METHODS:
public boolean equals(Object obj)
Overrides: Object

public Object getAnnotation(Class annotationClass)
Throws: NullPointerException
Overrides: AccessibleObject

public Annotation[] getDeclaredAnnotations()
Overrides: AccessibleObject

public Class getDeclaringClass()

public Object getDefaultValue()
Throws: TypeNotPresentException

public Class[] getExceptionTypes()

public Type[] getGenericExceptionTypes()
Throws: GenericSignatureFormatError
Throws: TypeNotPresentException
Throws: MalformedParameterizedTypeException

public Type[] getGenericParameterTypes()
Throws: GenericSignatureFormatError
Throws: TypeNotPresentException
Throws: MalformedParameterizedTypeException

public Type getGenericReturnType()
Throws: GenericSignatureFormatError
Throws: TypeNotPresentException
Throws: MalformedParameterizedTypeException

public int getModifiers()

public String getName()

public Annotation[][] getParameterAnnotations()

public Class[] getParameterTypes()

public Class getReturnType()

public TypeVariable[] getTypeParameters()
Throws: GenericSignatureFormatError

public int hashCode()
Overrides: Object

public Object invoke(Object obj, Object... args)
Throws: IllegalAccessException
Throws: IllegalArgumentException
Throws: InvocationTargetException
Throws: NullPointerException
Throws: ExceptionInInitializerError

public boolean isBridge()

public boolean isSynthetic()

public boolean isVarArgs()

public String toGenericString()

public String toString()
Overrides: Object


INHERITED METHODS:
setAccessible(java.lang.reflect.AccessibleObject[], boolean), setAccessible(boolean), isAccessible(), getAnnotation(java.lang.Class), isAnnotationPresent(java.lang.Class), getAnnotations(), getDeclaredAnnotations(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net