public class AsmConstructorJavaClassConstructor extends JavaSourceElement implements IJavaClassConstructor, IJavaClassBytecodeConstructor
| Constructor and Description |
|---|
AsmConstructorJavaClassConstructor(AsmMethod ctor,
IModule module) |
| Modifier and Type | Method and Description |
|---|---|
IParameterInfo[] |
convertGenericParameterTypes(IFeatureInfo container,
TypeVarToTypeMap actualParamByVarName) |
IAnnotationInfo |
getAnnotation(Class annotationClass) |
IAnnotationInfo[] |
getDeclaredAnnotations() |
IJavaClassInfo |
getEnclosingClass() |
IJavaClassInfo[] |
getExceptionTypes() |
int |
getModifiers() |
List<Parameter> |
getParameterInfos() |
IJavaClassInfo[] |
getParameterTypes() |
com.sun.source.tree.Tree |
getTree() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isDefault() |
boolean |
isSynthetic() |
Object |
newInstance(Object[] objects) |
findInnerSourceType, getCompilationUnitTree, getDeclaringClass, getEndPosition, getLocationInfo, getSourcePositions, getStartPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic IJavaClassInfo[] getExceptionTypes()
getExceptionTypes in interface IJavaClassConstructorpublic List<Parameter> getParameterInfos()
getParameterInfos in interface IJavaClassConstructorpublic int getModifiers()
getModifiers in interface IJavaClassConstructorpublic boolean isSynthetic()
isSynthetic in interface IJavaClassBytecodeConstructorpublic IParameterInfo[] convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
convertGenericParameterTypes in interface IJavaClassConstructorpublic IJavaClassInfo[] getParameterTypes()
getParameterTypes in interface IJavaClassConstructorpublic Object newInstance(Object[] objects) throws InvocationTargetException, IllegalAccessException, InstantiationException
newInstance in interface IJavaClassConstructorInvocationTargetExceptionIllegalAccessExceptionInstantiationExceptionpublic boolean isDefault()
isDefault in interface IJavaClassConstructorpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface IJavaAnnotatedElementpublic IAnnotationInfo getAnnotation(Class annotationClass)
getAnnotation in interface IJavaAnnotatedElementpublic IAnnotationInfo[] getDeclaredAnnotations()
getDeclaredAnnotations in interface IJavaAnnotatedElementpublic IJavaClassInfo getEnclosingClass()
getEnclosingClass in interface IJavaAnnotatedElementgetEnclosingClass in class JavaSourceElementpublic com.sun.source.tree.Tree getTree()
getTree in class JavaSourceElementCopyright © 2017. All rights reserved.