Class VariableDeclaratorContext

java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext<VariableDeclarator>
com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclaratorContext
All Implemented Interfaces:
Context

public class VariableDeclaratorContext extends AbstractJavaParserContext<VariableDeclarator>
Author:
Federico Tomassetti
  • Constructor Details

  • Method Details

    • localVariablesExposedToChild

      public List<VariableDeclarator> localVariablesExposedToChild(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.
    • patternExprsExposedFromChildren

      public List<PatternExpr> patternExprsExposedFromChildren()
    • negatedPatternExprsExposedFromChildren

      public List<PatternExpr> negatedPatternExprsExposedFromChildren()