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