Class CatchClauseContext

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

    public class CatchClauseContext
    extends AbstractJavaParserContext<com.github.javaparser.ast.stmt.CatchClause>
    Author:
    Fred Lefévère-Laoide
    • Constructor Detail

      • CatchClauseContext

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

      • solveSymbol

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

        public final Optional<com.github.javaparser.resolution.model.Value> solveSymbolAsValue​(String name)
      • solveMethod

        public final 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)
      • localVariablesExposedToChild

        public List<com.github.javaparser.ast.body.VariableDeclarator> localVariablesExposedToChild​(com.github.javaparser.ast.Node child)
      • parametersExposedToChild

        public List<com.github.javaparser.ast.body.Parameter> parametersExposedToChild​(com.github.javaparser.ast.Node child)