public class SwitchEntryContext extends AbstractJavaParserContext<com.github.javaparser.ast.stmt.SwitchEntryStmt>
typeSolver, wrappedNode
Constructor and Description |
---|
SwitchEntryContext(com.github.javaparser.ast.stmt.SwitchEntryStmt wrappedNode,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
com.github.javaparser.symbolsolver.model.resolution.SymbolReference<com.github.javaparser.symbolsolver.model.declarations.MethodDeclaration> |
solveMethod(java.lang.String name,
java.util.List<com.github.javaparser.symbolsolver.model.typesystem.Type> argumentsTypes,
boolean staticOnly,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
We find the method declaration which is the best match for the given name and list of typeParametersValues.
|
com.github.javaparser.symbolsolver.model.resolution.SymbolReference<? extends com.github.javaparser.symbolsolver.model.declarations.ValueDeclaration> |
solveSymbol(java.lang.String name,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
equals, getParent, hashCode, solveGenericType, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
solveConstructor, solveMethodAsUsage, solveSymbolAsValue, solveType
public SwitchEntryContext(com.github.javaparser.ast.stmt.SwitchEntryStmt wrappedNode, com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public com.github.javaparser.symbolsolver.model.resolution.SymbolReference<? extends com.github.javaparser.symbolsolver.model.declarations.ValueDeclaration> solveSymbol(java.lang.String name, com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public com.github.javaparser.symbolsolver.model.resolution.SymbolReference<com.github.javaparser.symbolsolver.model.declarations.MethodDeclaration> solveMethod(java.lang.String name, java.util.List<com.github.javaparser.symbolsolver.model.typesystem.Type> argumentsTypes, boolean staticOnly, com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
Context