public class MethodContext extends AbstractMethodLikeDeclarationContext<com.github.javaparser.ast.body.MethodDeclaration>
typeSolver, wrappedNode
Constructor and Description |
---|
MethodContext(com.github.javaparser.ast.body.MethodDeclaration 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, solveType
equals, findTypeDeclarations, getParent, getWrappedNode, hashCode, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, parameterDeclarationInScope, solveConstructor, solveMethodAsUsage
public MethodContext(com.github.javaparser.ast.body.MethodDeclaration wrappedNode, TypeSolver typeSolver)
public List<com.github.javaparser.ast.body.Parameter> parametersExposedToChild(com.github.javaparser.ast.Node child)
Context
Copyright © 2007–2020. All rights reserved.