Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
-
Packages that use ResolvedConstructorDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.ast.expr com.github.javaparser.ast.stmt com.github.javaparser.resolution.declarations -
-
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationConstructorDeclaration. resolve() -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationObjectCreationExpr. resolve()Attempts to resolve the declaration corresponding to the invoked constructor.ResolvedConstructorDeclarationObjectCreationExpr. resolveInvokedConstructor()Deprecated.CallObjectCreationExpr.resolve()instead. -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationExplicitConstructorInvocationStmt. resolve()Attempts to resolve the declaration corresponding to the invoked constructor.ResolvedConstructorDeclarationExplicitConstructorInvocationStmt. resolveInvokedConstructor()Deprecated.CallExplicitConstructorInvocationStmt.resolve()instead. -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedConstructorDeclaration Modifier and Type Method Description List<ResolvedConstructorDeclaration>ResolvedClassDeclaration. getConstructors()List of constructors available for the class.List<ResolvedConstructorDeclaration>ResolvedReferenceTypeDeclaration. getConstructors()
-