Class ConstructorContext

    • Constructor Detail

      • ConstructorContext

        public ConstructorContext​(com.github.javaparser.ast.body.ConstructorDeclaration wrappedNode,
                                  com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
    • Method Detail

      • parametersExposedToChild

        public List<com.github.javaparser.ast.body.Parameter> parametersExposedToChild​(com.github.javaparser.ast.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.