Uses of Interface
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionParamInfoOrBuilder
Packages that use StardocOutputProtos.FunctionParamInfoOrBuilder
-
Uses of StardocOutputProtos.FunctionParamInfoOrBuilder in com.google.devtools.build.lib.starlarkdocextract
Classes in com.google.devtools.build.lib.starlarkdocextract that implement StardocOutputProtos.FunctionParamInfoOrBuilderModifier and TypeClassDescriptionstatic final classRepresentation of a Starlark function parameter definition.static final classRepresentation of a Starlark function parameter definition.Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionParamInfoOrBuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.getParameterOrBuilder(int index) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.getParameterOrBuilder(int index) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfoOrBuilder.getParameterOrBuilder(int index) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.FunctionParamInfoOrBuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.getParameterOrBuilderList()The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.getParameterOrBuilderList()The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfoOrBuilder.getParameterOrBuilderList()The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).