org.jboss.errai.codegen.framework.meta.impl.java
Class JavaReflectionMethod
java.lang.Object
org.jboss.errai.codegen.framework.meta.MetaMethod
org.jboss.errai.codegen.framework.meta.impl.java.JavaReflectionMethod
- All Implemented Interfaces:
- HasAnnotations, MetaClassMember, MetaGenericDeclaration, MetaType
public class JavaReflectionMethod
- extends MetaMethod
getName
public String getName()
- Specified by:
getName in class MetaMethod
getParameters
public MetaParameter[] getParameters()
- Specified by:
getParameters in class MetaMethod
getReturnType
public MetaClass getReturnType()
- Specified by:
getReturnType in class MetaMethod
getGenericReturnType
public MetaType getGenericReturnType()
- Specified by:
getGenericReturnType in class MetaMethod
getGenericParameterTypes
public MetaType[] getGenericParameterTypes()
- Specified by:
getGenericParameterTypes in class MetaMethod
getTypeParameters
public MetaTypeVariable[] getTypeParameters()
getAnnotations
public Annotation[] getAnnotations()
getAnnotation
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
getCheckedExceptions
public MetaClass[] getCheckedExceptions()
- Specified by:
getCheckedExceptions in class MetaMethod
getDeclaringClass
public MetaClass getDeclaringClass()
isAbstract
public boolean isAbstract()
isPublic
public boolean isPublic()
isPrivate
public boolean isPrivate()
isProtected
public boolean isProtected()
isFinal
public boolean isFinal()
isStatic
public boolean isStatic()
isTransient
public boolean isTransient()
isVolatile
public boolean isVolatile()
isSynthetic
public boolean isSynthetic()
isSynchronized
public boolean isSynchronized()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.