Class SwitchEntryContext

  • All Implemented Interfaces:
    Context

    public class SwitchEntryContext
    extends AbstractJavaParserContext<com.github.javaparser.ast.stmt.SwitchEntryStmt>
    Author:
    Federico Tomassetti
    • Constructor Detail

      • SwitchEntryContext

        public SwitchEntryContext​(com.github.javaparser.ast.stmt.SwitchEntryStmt wrappedNode,
                                  com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
    • Method Detail

      • solveSymbol

        public com.github.javaparser.symbolsolver.model.resolution.SymbolReference<? extends com.github.javaparser.resolution.declarations.ResolvedValueDeclaration> solveSymbol​(String name)
      • solveMethod

        public com.github.javaparser.symbolsolver.model.resolution.SymbolReference<com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration> solveMethod​(String name,
                                                                                                                                                                        List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
                                                                                                                                                                        boolean staticOnly)
        Description copied from interface: Context
        We find the method declaration which is the best match for the given name and list of typeParametersValues.