public class JavaParserConstructorDeclaration extends Object implements ConstructorDeclaration
| Constructor and Description |
|---|
JavaParserConstructorDeclaration(ClassDeclaration classDeclaration,
com.github.javaparser.ast.body.ConstructorDeclaration wrapped,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
AccessLevel |
accessLevel() |
ClassDeclaration |
declaringType() |
String |
getName() |
int |
getNoParams() |
ParameterDeclaration |
getParam(int i) |
List<TypeParameterDeclaration> |
getTypeParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLastParam, getQualifiedName, getQualifiedSignature, getSignature, hasVariadicParameterasField, asMethod, asParameter, asType, hasName, isField, isMethod, isParameter, isTypepublic JavaParserConstructorDeclaration(ClassDeclaration classDeclaration, com.github.javaparser.ast.body.ConstructorDeclaration wrapped, TypeSolver typeSolver)
public ClassDeclaration declaringType()
declaringType in interface ConstructorDeclarationdeclaringType in interface MethodLikeDeclarationpublic int getNoParams()
getNoParams in interface MethodLikeDeclarationpublic ParameterDeclaration getParam(int i)
getParam in interface MethodLikeDeclarationpublic String getName()
getName in interface Declarationpublic AccessLevel accessLevel()
accessLevel in interface HasAccessLevelpublic List<TypeParameterDeclaration> getTypeParameters()
getTypeParameters in interface TypeParametrizableCopyright © 2016. All rights reserved.