Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionParamInfo
Packages that use StardocOutputProtos.FunctionParamInfo
-
Uses of StardocOutputProtos.FunctionParamInfo in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionParamInfoModifier and TypeMethodDescriptionStardocOutputProtos.FunctionParamInfo.Builder.build()StardocOutputProtos.FunctionParamInfo.Builder.buildPartial()StardocOutputProtos.FunctionParamInfo.getDefaultInstance()StardocOutputProtos.FunctionParamInfo.Builder.getDefaultInstanceForType()StardocOutputProtos.FunctionParamInfo.getDefaultInstanceForType()StardocOutputProtos.StarlarkFunctionInfo.Builder.getParameter(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.getParameter(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.getParameter(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.FunctionParamInfo.parseDelimitedFrom(InputStream input) StardocOutputProtos.FunctionParamInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.parseFrom(byte[] data) StardocOutputProtos.FunctionParamInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.parseFrom(com.google.protobuf.ByteString data) StardocOutputProtos.FunctionParamInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.parseFrom(com.google.protobuf.CodedInputStream input) StardocOutputProtos.FunctionParamInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.parseFrom(InputStream input) StardocOutputProtos.FunctionParamInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.parseFrom(ByteBuffer data) StardocOutputProtos.FunctionParamInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.FunctionParamInfoModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.getParameterList()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.getParameterList()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.getParameterList()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`).com.google.protobuf.Parser<StardocOutputProtos.FunctionParamInfo>StardocOutputProtos.FunctionParamInfo.getParserForType()static com.google.protobuf.Parser<StardocOutputProtos.FunctionParamInfo>StardocOutputProtos.FunctionParamInfo.parser()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.FunctionParamInfoModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.addParameter(int index, StardocOutputProtos.FunctionParamInfo value) 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.Builder.addParameter(StardocOutputProtos.FunctionParamInfo value) 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.FunctionParamInfo.Builder.mergeFrom(StardocOutputProtos.FunctionParamInfo other) StardocOutputProtos.FunctionParamInfo.newBuilder(StardocOutputProtos.FunctionParamInfo prototype) StardocOutputProtos.StarlarkFunctionInfo.Builder.setParameter(int index, StardocOutputProtos.FunctionParamInfo value) 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`).Method parameters in com.google.devtools.build.lib.starlarkdocextract with type arguments of type StardocOutputProtos.FunctionParamInfoModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.addAllParameter(Iterable<? extends StardocOutputProtos.FunctionParamInfo> values) 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`).