public class SwitchEntryContext extends AbstractJavaParserContext<com.github.javaparser.ast.stmt.SwitchEntryStmt>
typeSolver, wrappedNode| Constructor and Description |
|---|
SwitchEntryContext(com.github.javaparser.ast.stmt.SwitchEntryStmt wrappedNode,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
SymbolReference<MethodDeclaration> |
solveMethod(String name,
List<Type> argumentsTypes,
TypeSolver typeSolver)
We find the method declaration which is the best match for the given name and list of typeParametersValues.
|
SymbolReference<? extends ValueDeclaration> |
solveSymbol(String name,
TypeSolver typeSolver) |
equals, getParent, hashCode, solveGenericType, solveWith, solveWithAsValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsolveMethodAsUsage, solveSymbolAsValue, solveTypepublic SwitchEntryContext(com.github.javaparser.ast.stmt.SwitchEntryStmt wrappedNode,
TypeSolver typeSolver)
public SymbolReference<? extends ValueDeclaration> solveSymbol(String name, TypeSolver typeSolver)
public SymbolReference<MethodDeclaration> solveMethod(String name, List<Type> argumentsTypes, TypeSolver typeSolver)
ContextCopyright © 2016. All rights reserved.