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

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

public abstract class MetaConstructor
extends MetaMethod
implements MetaClassMember, MetaGenericDeclaration


Constructor Summary
MetaConstructor()
           
 
Method Summary
abstract  MetaType[] getGenericParameterTypes()
           
abstract  MetaParameter[] getParameters()
           
abstract  boolean isVarArgs()
           
 
Methods inherited from class org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaMethod
getGenericReturnType, getName, 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

MetaConstructor

public MetaConstructor()
Method Detail

getParameters

public abstract MetaParameter[] getParameters()
Specified by:
getParameters in class MetaMethod

getGenericParameterTypes

public abstract MetaType[] getGenericParameterTypes()
Specified by:
getGenericParameterTypes in class MetaMethod

isVarArgs

public abstract boolean isVarArgs()


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