public class ReflectionConstructorDeclaration extends Object implements com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
Constructor and Description |
---|
ReflectionConstructorDeclaration(Constructor<?> constructor,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
com.github.javaparser.ast.AccessSpecifier |
accessSpecifier() |
com.github.javaparser.resolution.declarations.ResolvedClassDeclaration |
declaringType() |
String |
getName() |
int |
getNumberOfParams() |
int |
getNumberOfSpecifiedExceptions() |
com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration |
getParam(int i) |
com.github.javaparser.resolution.types.ResolvedType |
getSpecifiedException(int index) |
List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration> |
getTypeParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findTypeParameter, getClassName, getLastParam, getPackageName, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedExceptions, hasVariadicParameter
public ReflectionConstructorDeclaration(Constructor<?> constructor, TypeSolver typeSolver)
public com.github.javaparser.resolution.declarations.ResolvedClassDeclaration declaringType()
declaringType
in interface com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
declaringType
in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
public int getNumberOfParams()
getNumberOfParams
in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
public com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration getParam(int i)
getParam
in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
public String getName()
getName
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
public com.github.javaparser.ast.AccessSpecifier accessSpecifier()
accessSpecifier
in interface com.github.javaparser.resolution.declarations.HasAccessSpecifier
public List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration> getTypeParameters()
getTypeParameters
in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
public int getNumberOfSpecifiedExceptions()
getNumberOfSpecifiedExceptions
in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
public com.github.javaparser.resolution.types.ResolvedType getSpecifiedException(int index)
getSpecifiedException
in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Copyright © 2007–2018. All rights reserved.