Class VariableDeclaratorContext

    • Method Detail

      • 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()