public class ConstructorContext extends AbstractMethodLikeDeclarationContext<com.github.javaparser.ast.body.ConstructorDeclaration>
typeSolver, wrappedNode| Constructor and Description |
|---|
ConstructorContext(com.github.javaparser.ast.body.ConstructorDeclaration wrappedNode,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
List<com.github.javaparser.ast.body.Parameter> |
parametersExposedToChild(com.github.javaparser.ast.Node child)
The parameters that are declared in this immediate context and made visible to a given child.
|
solveGenericType, solveMethod, solveSymbol, solveSymbolAsValue, solveTypeequals, findTypeDeclarations, getParent, getWrappedNode, hashCode, solveWith, solveWithAsValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, parameterDeclarationInScope, solveConstructor, solveMethodAsUsagepublic ConstructorContext(com.github.javaparser.ast.body.ConstructorDeclaration wrappedNode,
TypeSolver typeSolver)
public List<com.github.javaparser.ast.body.Parameter> parametersExposedToChild(com.github.javaparser.ast.Node child)
ContextCopyright © 2007–2019. All rights reserved.