Class VariableDeclaratorContext

  • All Implemented Interfaces:
    Context

    public class VariableDeclaratorContext
    extends AbstractJavaParserContext<com.github.javaparser.ast.body.VariableDeclarator>
    Author:
    Federico Tomassetti
    • Constructor Detail

      • VariableDeclaratorContext

        public VariableDeclaratorContext​(com.github.javaparser.ast.body.VariableDeclarator 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.