Class VariableDeclarationExprContext

  • All Implemented Interfaces:
    Context

    public class VariableDeclarationExprContext
    extends AbstractJavaParserContext<com.github.javaparser.ast.expr.VariableDeclarationExpr>
    Author:
    Federico Tomassetti
    • Constructor Detail

      • VariableDeclarationExprContext

        public VariableDeclarationExprContext​(com.github.javaparser.ast.expr.VariableDeclarationExpr 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.