Class SwitchEntryContext

  • All Implemented Interfaces:
    com.github.javaparser.resolution.Context

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

      • SwitchEntryContext

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

      • solveSymbol

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

        public com.github.javaparser.resolution.model.SymbolReference<com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration> solveMethod​(String name,
                                                                                                                                                           List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
                                                                                                                                                           boolean staticOnly)
      • typePatternExprsExposedToChild

        public List<com.github.javaparser.ast.expr.TypePatternExpr> typePatternExprsExposedToChild​(com.github.javaparser.ast.Node child)