org.jboss.errai.ioc.rebind.ioc.codegen.meta
Class MetaMethod
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaMethod
public MetaMethod()
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.