org.jboss.errai.codegen.meta
Class MetaConstructor
java.lang.Object
org.jboss.errai.codegen.meta.MetaMethod
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
Methods inherited from class org.jboss.errai.codegen.meta.MetaMethod |
asMethod, equals, getAnnotation, getCheckedExceptions, getGenericReturnType, getName, getParametersAnnotatedWith, getReturnType, hashCode, hashString, isAnnotationPresent |
Methods inherited from interface org.jboss.errai.codegen.meta.MetaClassMember |
getDeclaringClass, getName, 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()
- Specified by:
isVarArgs
in class MetaMethod
asConstructor
public Constructor asConstructor()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.