Class MethodContext

    • Method Detail

      • parametersExposedToChild

        public List<Parameter> parametersExposedToChild​(Node child)
        Description copied from interface: Context
        The parameters that are declared in this immediate context and made visible to a given child. This list could include values which are shadowed.