org.jboss.errai.codegen.framework.meta
Class MetaConstructor

java.lang.Object
  extended by org.jboss.errai.codegen.framework.meta.MetaMethod
      extended by org.jboss.errai.codegen.framework.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.codegen.framework.meta.MetaMethod
getCheckedExceptions, 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.codegen.framework.meta.MetaClassMember
getDeclaringClass, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isTransient, isVolatile
 
Methods inherited from interface org.jboss.errai.codegen.framework.meta.HasAnnotations
getAnnotation, getAnnotations, isAnnotationPresent
 
Methods inherited from interface org.jboss.errai.codegen.framework.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.