org.jboss.errai.codegen.framework.meta
Class MetaConstructor
java.lang.Object
org.jboss.errai.codegen.framework.meta.MetaMethod
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
| 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 |
MetaConstructor
public MetaConstructor()
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.