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, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
solveMethodAsUsage, solveSymbolAsValue, solveType
public 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)
Context
Copyright © 2016. All rights reserved.