Uses of Enum Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionParamRole
Packages that use StardocOutputProtos.FunctionParamRole
-
Uses of StardocOutputProtos.FunctionParamRole in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionParamRoleModifier and TypeMethodDescriptionStardocOutputProtos.FunctionParamRole.forNumber(int value) StardocOutputProtos.FunctionParamInfo.Builder.getRole()The parameter's syntactic role.StardocOutputProtos.FunctionParamInfo.getRole()The parameter's syntactic role.StardocOutputProtos.FunctionParamInfoOrBuilder.getRole()The parameter's syntactic role.StardocOutputProtos.FunctionParamRole.valueOf(int value) Deprecated.StardocOutputProtos.FunctionParamRole.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.StardocOutputProtos.FunctionParamRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.FunctionParamRoleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StardocOutputProtos.FunctionParamRole>StardocOutputProtos.FunctionParamRole.internalGetValueMap()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.FunctionParamRoleModifier and TypeMethodDescriptionStardocOutputProtos.FunctionParamInfo.Builder.setRole(StardocOutputProtos.FunctionParamRole value) The parameter's syntactic role.