public class JavassistConstructorDeclaration
extends java.lang.Object
implements com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
| Constructor and Description |
|---|
JavassistConstructorDeclaration(javassist.CtConstructor ctConstructor,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.ast.AccessSpecifier |
accessSpecifier() |
com.github.javaparser.resolution.declarations.ResolvedClassDeclaration |
declaringType() |
java.lang.String |
getName() |
int |
getNumberOfParams() |
int |
getNumberOfSpecifiedExceptions() |
com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration |
getParam(int i) |
com.github.javaparser.resolution.types.ResolvedType |
getSpecifiedException(int index) |
java.util.List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration> |
getTypeParameters() |
boolean |
isField() |
boolean |
isParameter() |
boolean |
isType() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindTypeParameter, getClassName, getLastParam, getPackageName, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedExceptions, hasVariadicParameterpublic JavassistConstructorDeclaration(javassist.CtConstructor ctConstructor,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
getName in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationpublic boolean isField()
isField in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationpublic boolean isParameter()
isParameter in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationpublic boolean isType()
isType in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationpublic com.github.javaparser.resolution.declarations.ResolvedClassDeclaration declaringType()
declaringType in interface com.github.javaparser.resolution.declarations.ResolvedConstructorDeclarationdeclaringType in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclarationpublic int getNumberOfParams()
getNumberOfParams in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclarationpublic com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration getParam(int i)
getParam in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclarationpublic java.util.List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration> getTypeParameters()
getTypeParameters in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizablepublic com.github.javaparser.ast.AccessSpecifier accessSpecifier()
accessSpecifier in interface com.github.javaparser.resolution.declarations.HasAccessSpecifierpublic int getNumberOfSpecifiedExceptions()
getNumberOfSpecifiedExceptions in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclarationpublic com.github.javaparser.resolution.types.ResolvedType getSpecifiedException(int index)
getSpecifiedException in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration