org.jboss.errai.ioc.rebind.ioc.codegen.meta
Class MetaMethod

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaMethod
All Implemented Interfaces:
HasAnnotations, MetaClassMember, MetaGenericDeclaration, MetaType
Direct Known Subclasses:
BuildMetaMethod, GWTMethod, JavaReflectionMethod, MetaConstructor

public abstract class MetaMethod
extends Object
implements MetaClassMember, MetaGenericDeclaration


Constructor Summary
MetaMethod()
           
 
Method Summary
abstract  MetaType[] getGenericParameterTypes()
           
abstract  MetaType getGenericReturnType()
           
abstract  String getName()
           
abstract  MetaParameter[] getParameters()
           
abstract  MetaClass getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaClassMember
getDeclaringClass, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isTransient
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.meta.HasAnnotations
getAnnotation, getAnnotations, isAnnotationPresent
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaGenericDeclaration
getTypeParameters
 

Constructor Detail

MetaMethod

public MetaMethod()
Method Detail

getName

public abstract String getName()

getReturnType

public abstract MetaClass getReturnType()

getGenericReturnType

public abstract MetaType getGenericReturnType()

getGenericParameterTypes

public abstract MetaType[] getGenericParameterTypes()

getParameters

public abstract MetaParameter[] getParameters()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.