All Implemented Interfaces:
Context

public class ConstructorContext extends AbstractMethodLikeDeclarationContext<ConstructorDeclaration>
Author:
Federico Tomassetti
  • Constructor Details

  • Method Details

    • 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.