public class MethodContext extends AbstractMethodLikeDeclarationContext<MethodDeclaration>
typeSolver, wrappedNode
Constructor and Description |
---|
MethodContext(MethodDeclaration wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
parametersExposedToChild(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, getScope, getWrappedNode, hashCode, isQualifiedName, solveSymbolInParentContext, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, negatedPatternExprsExposedFromChildren, parameterDeclarationInScope, patternExprInScope, patternExprsExposedFromChildren, patternExprsExposedToChild, solveConstructor, solveGenericTypeInParentContext, solveMethodAsUsage, solveMethodInParentContext, solveSymbolAsValueInParentContext, solveTypeInParentContext
public MethodContext(MethodDeclaration wrappedNode, TypeSolver typeSolver)
Copyright © 2007–2021. All rights reserved.