Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Class MetaConstructor

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

public abstract class MetaConstructor
extends MetaMethod
implements MetaClassMember, MetaGenericDeclaration


Constructor Summary
MetaConstructor()
           
 
Method Summary
 Constructor asConstructor()
           
abstract  MetaType[] getGenericParameterTypes()
           
abstract  MetaParameter[] getParameters()
           
abstract  boolean isVarArgs()
           
 
Methods inherited from class org.jboss.errai.codegen.meta.MetaMethod
asMethod, equals, getAnnotation, getCheckedExceptions, getGenericReturnType, getName, getParametersAnnotatedWith, getReturnType, hashCode, hashString, isAnnotationPresent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.codegen.meta.MetaClassMember
getDeclaringClass, getName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isTransient, isVolatile
 
Methods inherited from interface org.jboss.errai.codegen.meta.HasAnnotations
getAnnotation, getAnnotations, isAnnotationPresent
 
Methods inherited from interface org.jboss.errai.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()
Specified by:
isVarArgs in class MetaMethod

asConstructor

public Constructor asConstructor()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.