public class SwitchEntryContext extends AbstractJavaParserContext<SwitchEntry>
typeSolver, wrappedNode| Constructor and Description | 
|---|
| SwitchEntryContext(SwitchEntry wrappedNode,
                  TypeSolver typeSolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| SymbolReference<ResolvedMethodDeclaration> | solveMethod(String name,
           List<ResolvedType> argumentsTypes,
           boolean staticOnly)We find the method declaration which is the best match for the given name and list of typeParametersValues. | 
| SymbolReference<? extends ResolvedValueDeclaration> | solveSymbol(String name)Used where a symbol is being used (e.g. | 
equals, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, isQualifiedName, solveSymbolInParentContext, solveWith, solveWithAsValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, negatedPatternExprsExposedFromChildren, parameterDeclarationInScope, parametersExposedToChild, patternExprInScope, patternExprsExposedFromChildren, patternExprsExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethodAsUsage, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveTypeInParentContextpublic SwitchEntryContext(SwitchEntry wrappedNode, TypeSolver typeSolver)
public SymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name)
Contextx when used as an argument doubleThis(x), or calculation return x * 2;).name - the variable / reference / identifier used.public SymbolReference<ResolvedMethodDeclaration> solveMethod(String name, List<ResolvedType> argumentsTypes, boolean staticOnly)
ContextCopyright © 2007–2021. All rights reserved.