Class MethodContext

    • Constructor Detail

      • MethodContext

        public MethodContext​(com.github.javaparser.ast.body.MethodDeclaration 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.