Class BlockStmtContext

    • Constructor Detail

      • BlockStmtContext

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

      • localVariablesExposedToChild

        public List<com.github.javaparser.ast.body.VariableDeclarator> localVariablesExposedToChild​(com.github.javaparser.ast.Node child)
        Description copied from interface: Context
        The local variables that are declared in this immediate context and made visible to a given child. This list could include values which are shadowed.