Package org.sonar.python.types.protobuf
Class SymbolsProtos.FunctionSymbol.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
- org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbol.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,SymbolsProtos.FunctionSymbolOrBuilder
- Enclosing class:
- SymbolsProtos.FunctionSymbol
public static final class SymbolsProtos.FunctionSymbol.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder> implements SymbolsProtos.FunctionSymbolOrBuilder
Protobuf typeprotoblog.FunctionSymbol
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SymbolsProtos.FunctionSymbol.BuilderaddAllParameters(Iterable<? extends SymbolsProtos.ParameterSymbol> values)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderaddAllResolvedDecoratorNames(Iterable<String> values)repeated string resolved_decorator_names = 7;SymbolsProtos.FunctionSymbol.BuilderaddAllValidFor(Iterable<String> values)repeated string valid_for = 15;SymbolsProtos.FunctionSymbol.BuilderaddParameters(int index, SymbolsProtos.ParameterSymbol value)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderaddParameters(int index, SymbolsProtos.ParameterSymbol.Builder builderForValue)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderaddParameters(SymbolsProtos.ParameterSymbol value)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderaddParameters(SymbolsProtos.ParameterSymbol.Builder builderForValue)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.ParameterSymbol.BuilderaddParametersBuilder()repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.ParameterSymbol.BuilderaddParametersBuilder(int index)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SymbolsProtos.FunctionSymbol.BuilderaddResolvedDecoratorNames(String value)repeated string resolved_decorator_names = 7;SymbolsProtos.FunctionSymbol.BuilderaddResolvedDecoratorNamesBytes(com.google.protobuf.ByteString value)repeated string resolved_decorator_names = 7;SymbolsProtos.FunctionSymbol.BuilderaddValidFor(String value)repeated string valid_for = 15;SymbolsProtos.FunctionSymbol.BuilderaddValidForBytes(com.google.protobuf.ByteString value)repeated string valid_for = 15;SymbolsProtos.FunctionSymbolbuild()SymbolsProtos.FunctionSymbolbuildPartial()SymbolsProtos.FunctionSymbol.Builderclear()SymbolsProtos.FunctionSymbol.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)SymbolsProtos.FunctionSymbol.BuilderclearFullyQualifiedName()string fully_qualified_name = 2;SymbolsProtos.FunctionSymbol.BuilderclearHasDecorators()bool has_decorators = 6;SymbolsProtos.FunctionSymbol.BuilderclearIsAbstract()bool is_abstract = 8;SymbolsProtos.FunctionSymbol.BuilderclearIsAsynchronous()bool is_asynchronous = 9;SymbolsProtos.FunctionSymbol.BuilderclearIsClassMethod()bool is_class_method = 14;SymbolsProtos.FunctionSymbol.BuilderclearIsFinal()bool is_final = 10;SymbolsProtos.FunctionSymbol.BuilderclearIsOverload()bool is_overload = 11;SymbolsProtos.FunctionSymbol.BuilderclearIsProperty()bool is_property = 12;SymbolsProtos.FunctionSymbol.BuilderclearIsStatic()bool is_static = 13;SymbolsProtos.FunctionSymbol.BuilderclearName()string name = 1;SymbolsProtos.FunctionSymbol.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SymbolsProtos.FunctionSymbol.BuilderclearParameters()repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuilderclearResolvedDecoratorNames()repeated string resolved_decorator_names = 7;SymbolsProtos.FunctionSymbol.BuilderclearReturnAnnotation()optional .protoblog.Type return_annotation = 4;SymbolsProtos.FunctionSymbol.BuilderclearValidFor()repeated string valid_for = 15;SymbolsProtos.FunctionSymbol.Builderclone()SymbolsProtos.FunctionSymbolgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFullyQualifiedName()string fully_qualified_name = 2;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()string fully_qualified_name = 2;booleangetHasDecorators()bool has_decorators = 6;booleangetIsAbstract()bool is_abstract = 8;booleangetIsAsynchronous()bool is_asynchronous = 9;booleangetIsClassMethod()bool is_class_method = 14;booleangetIsFinal()bool is_final = 10;booleangetIsOverload()bool is_overload = 11;booleangetIsProperty()bool is_property = 12;booleangetIsStatic()bool is_static = 13;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;SymbolsProtos.ParameterSymbolgetParameters(int index)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.ParameterSymbol.BuildergetParametersBuilder(int index)repeated .protoblog.ParameterSymbol parameters = 5;List<SymbolsProtos.ParameterSymbol.Builder>getParametersBuilderList()repeated .protoblog.ParameterSymbol parameters = 5;intgetParametersCount()repeated .protoblog.ParameterSymbol parameters = 5;List<SymbolsProtos.ParameterSymbol>getParametersList()repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.ParameterSymbolOrBuildergetParametersOrBuilder(int index)repeated .protoblog.ParameterSymbol parameters = 5;List<? extends SymbolsProtos.ParameterSymbolOrBuilder>getParametersOrBuilderList()repeated .protoblog.ParameterSymbol parameters = 5;StringgetResolvedDecoratorNames(int index)repeated string resolved_decorator_names = 7;com.google.protobuf.ByteStringgetResolvedDecoratorNamesBytes(int index)repeated string resolved_decorator_names = 7;intgetResolvedDecoratorNamesCount()repeated string resolved_decorator_names = 7;com.google.protobuf.ProtocolStringListgetResolvedDecoratorNamesList()repeated string resolved_decorator_names = 7;SymbolsProtos.TypegetReturnAnnotation()optional .protoblog.Type return_annotation = 4;SymbolsProtos.Type.BuildergetReturnAnnotationBuilder()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeOrBuildergetReturnAnnotationOrBuilder()optional .protoblog.Type return_annotation = 4;StringgetValidFor(int index)repeated string valid_for = 15;com.google.protobuf.ByteStringgetValidForBytes(int index)repeated string valid_for = 15;intgetValidForCount()repeated string valid_for = 15;com.google.protobuf.ProtocolStringListgetValidForList()repeated string valid_for = 15;booleanhasReturnAnnotation()optional .protoblog.Type return_annotation = 4;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SymbolsProtos.FunctionSymbol.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SymbolsProtos.FunctionSymbol.BuildermergeFrom(com.google.protobuf.Message other)SymbolsProtos.FunctionSymbol.BuildermergeFrom(SymbolsProtos.FunctionSymbol other)SymbolsProtos.FunctionSymbol.BuildermergeReturnAnnotation(SymbolsProtos.Type value)optional .protoblog.Type return_annotation = 4;SymbolsProtos.FunctionSymbol.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SymbolsProtos.FunctionSymbol.BuilderremoveParameters(int index)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SymbolsProtos.FunctionSymbol.BuildersetFullyQualifiedName(String value)string fully_qualified_name = 2;SymbolsProtos.FunctionSymbol.BuildersetFullyQualifiedNameBytes(com.google.protobuf.ByteString value)string fully_qualified_name = 2;SymbolsProtos.FunctionSymbol.BuildersetHasDecorators(boolean value)bool has_decorators = 6;SymbolsProtos.FunctionSymbol.BuildersetIsAbstract(boolean value)bool is_abstract = 8;SymbolsProtos.FunctionSymbol.BuildersetIsAsynchronous(boolean value)bool is_asynchronous = 9;SymbolsProtos.FunctionSymbol.BuildersetIsClassMethod(boolean value)bool is_class_method = 14;SymbolsProtos.FunctionSymbol.BuildersetIsFinal(boolean value)bool is_final = 10;SymbolsProtos.FunctionSymbol.BuildersetIsOverload(boolean value)bool is_overload = 11;SymbolsProtos.FunctionSymbol.BuildersetIsProperty(boolean value)bool is_property = 12;SymbolsProtos.FunctionSymbol.BuildersetIsStatic(boolean value)bool is_static = 13;SymbolsProtos.FunctionSymbol.BuildersetName(String value)string name = 1;SymbolsProtos.FunctionSymbol.BuildersetNameBytes(com.google.protobuf.ByteString value)string name = 1;SymbolsProtos.FunctionSymbol.BuildersetParameters(int index, SymbolsProtos.ParameterSymbol value)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuildersetParameters(int index, SymbolsProtos.ParameterSymbol.Builder builderForValue)repeated .protoblog.ParameterSymbol parameters = 5;SymbolsProtos.FunctionSymbol.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)SymbolsProtos.FunctionSymbol.BuildersetResolvedDecoratorNames(int index, String value)repeated string resolved_decorator_names = 7;SymbolsProtos.FunctionSymbol.BuildersetReturnAnnotation(SymbolsProtos.Type value)optional .protoblog.Type return_annotation = 4;SymbolsProtos.FunctionSymbol.BuildersetReturnAnnotation(SymbolsProtos.Type.Builder builderForValue)optional .protoblog.Type return_annotation = 4;SymbolsProtos.FunctionSymbol.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SymbolsProtos.FunctionSymbol.BuildersetValidFor(int index, String value)repeated string valid_for = 15;-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
clear
public SymbolsProtos.FunctionSymbol.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
getDefaultInstanceForType
public SymbolsProtos.FunctionSymbol getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SymbolsProtos.FunctionSymbol build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SymbolsProtos.FunctionSymbol buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SymbolsProtos.FunctionSymbol.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
setField
public SymbolsProtos.FunctionSymbol.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
clearField
public SymbolsProtos.FunctionSymbol.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
clearOneof
public SymbolsProtos.FunctionSymbol.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
setRepeatedField
public SymbolsProtos.FunctionSymbol.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
addRepeatedField
public SymbolsProtos.FunctionSymbol.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
mergeFrom
public SymbolsProtos.FunctionSymbol.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
mergeFrom
public SymbolsProtos.FunctionSymbol.Builder mergeFrom(SymbolsProtos.FunctionSymbol other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
mergeFrom
public SymbolsProtos.FunctionSymbol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SymbolsProtos.FunctionSymbol.Builder>- Throws:
IOException
-
getName
public String getName()
string name = 1;- Specified by:
getNamein interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
string name = 1;- Specified by:
getNameBytesin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The bytes for name.
-
setName
public SymbolsProtos.FunctionSymbol.Builder setName(String value)
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public SymbolsProtos.FunctionSymbol.Builder clearName()
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public SymbolsProtos.FunctionSymbol.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getFullyQualifiedName
public String getFullyQualifiedName()
string fully_qualified_name = 2;- Specified by:
getFullyQualifiedNamein interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
public com.google.protobuf.ByteString getFullyQualifiedNameBytes()
string fully_qualified_name = 2;- Specified by:
getFullyQualifiedNameBytesin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The bytes for fullyQualifiedName.
-
setFullyQualifiedName
public SymbolsProtos.FunctionSymbol.Builder setFullyQualifiedName(String value)
string fully_qualified_name = 2;- Parameters:
value- The fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
clearFullyQualifiedName
public SymbolsProtos.FunctionSymbol.Builder clearFullyQualifiedName()
string fully_qualified_name = 2;- Returns:
- This builder for chaining.
-
setFullyQualifiedNameBytes
public SymbolsProtos.FunctionSymbol.Builder setFullyQualifiedNameBytes(com.google.protobuf.ByteString value)
string fully_qualified_name = 2;- Parameters:
value- The bytes for fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
hasReturnAnnotation
public boolean hasReturnAnnotation()
optional .protoblog.Type return_annotation = 4;- Specified by:
hasReturnAnnotationin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- Whether the returnAnnotation field is set.
-
getReturnAnnotation
public SymbolsProtos.Type getReturnAnnotation()
optional .protoblog.Type return_annotation = 4;- Specified by:
getReturnAnnotationin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The returnAnnotation.
-
setReturnAnnotation
public SymbolsProtos.FunctionSymbol.Builder setReturnAnnotation(SymbolsProtos.Type value)
optional .protoblog.Type return_annotation = 4;
-
setReturnAnnotation
public SymbolsProtos.FunctionSymbol.Builder setReturnAnnotation(SymbolsProtos.Type.Builder builderForValue)
optional .protoblog.Type return_annotation = 4;
-
mergeReturnAnnotation
public SymbolsProtos.FunctionSymbol.Builder mergeReturnAnnotation(SymbolsProtos.Type value)
optional .protoblog.Type return_annotation = 4;
-
clearReturnAnnotation
public SymbolsProtos.FunctionSymbol.Builder clearReturnAnnotation()
optional .protoblog.Type return_annotation = 4;
-
getReturnAnnotationBuilder
public SymbolsProtos.Type.Builder getReturnAnnotationBuilder()
optional .protoblog.Type return_annotation = 4;
-
getReturnAnnotationOrBuilder
public SymbolsProtos.TypeOrBuilder getReturnAnnotationOrBuilder()
optional .protoblog.Type return_annotation = 4;- Specified by:
getReturnAnnotationOrBuilderin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
getParametersList
public List<SymbolsProtos.ParameterSymbol> getParametersList()
repeated .protoblog.ParameterSymbol parameters = 5;- Specified by:
getParametersListin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
getParametersCount
public int getParametersCount()
repeated .protoblog.ParameterSymbol parameters = 5;- Specified by:
getParametersCountin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
getParameters
public SymbolsProtos.ParameterSymbol getParameters(int index)
repeated .protoblog.ParameterSymbol parameters = 5;- Specified by:
getParametersin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
setParameters
public SymbolsProtos.FunctionSymbol.Builder setParameters(int index, SymbolsProtos.ParameterSymbol value)
repeated .protoblog.ParameterSymbol parameters = 5;
-
setParameters
public SymbolsProtos.FunctionSymbol.Builder setParameters(int index, SymbolsProtos.ParameterSymbol.Builder builderForValue)
repeated .protoblog.ParameterSymbol parameters = 5;
-
addParameters
public SymbolsProtos.FunctionSymbol.Builder addParameters(SymbolsProtos.ParameterSymbol value)
repeated .protoblog.ParameterSymbol parameters = 5;
-
addParameters
public SymbolsProtos.FunctionSymbol.Builder addParameters(int index, SymbolsProtos.ParameterSymbol value)
repeated .protoblog.ParameterSymbol parameters = 5;
-
addParameters
public SymbolsProtos.FunctionSymbol.Builder addParameters(SymbolsProtos.ParameterSymbol.Builder builderForValue)
repeated .protoblog.ParameterSymbol parameters = 5;
-
addParameters
public SymbolsProtos.FunctionSymbol.Builder addParameters(int index, SymbolsProtos.ParameterSymbol.Builder builderForValue)
repeated .protoblog.ParameterSymbol parameters = 5;
-
addAllParameters
public SymbolsProtos.FunctionSymbol.Builder addAllParameters(Iterable<? extends SymbolsProtos.ParameterSymbol> values)
repeated .protoblog.ParameterSymbol parameters = 5;
-
clearParameters
public SymbolsProtos.FunctionSymbol.Builder clearParameters()
repeated .protoblog.ParameterSymbol parameters = 5;
-
removeParameters
public SymbolsProtos.FunctionSymbol.Builder removeParameters(int index)
repeated .protoblog.ParameterSymbol parameters = 5;
-
getParametersBuilder
public SymbolsProtos.ParameterSymbol.Builder getParametersBuilder(int index)
repeated .protoblog.ParameterSymbol parameters = 5;
-
getParametersOrBuilder
public SymbolsProtos.ParameterSymbolOrBuilder getParametersOrBuilder(int index)
repeated .protoblog.ParameterSymbol parameters = 5;- Specified by:
getParametersOrBuilderin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
getParametersOrBuilderList
public List<? extends SymbolsProtos.ParameterSymbolOrBuilder> getParametersOrBuilderList()
repeated .protoblog.ParameterSymbol parameters = 5;- Specified by:
getParametersOrBuilderListin interfaceSymbolsProtos.FunctionSymbolOrBuilder
-
addParametersBuilder
public SymbolsProtos.ParameterSymbol.Builder addParametersBuilder()
repeated .protoblog.ParameterSymbol parameters = 5;
-
addParametersBuilder
public SymbolsProtos.ParameterSymbol.Builder addParametersBuilder(int index)
repeated .protoblog.ParameterSymbol parameters = 5;
-
getParametersBuilderList
public List<SymbolsProtos.ParameterSymbol.Builder> getParametersBuilderList()
repeated .protoblog.ParameterSymbol parameters = 5;
-
getHasDecorators
public boolean getHasDecorators()
bool has_decorators = 6;- Specified by:
getHasDecoratorsin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The hasDecorators.
-
setHasDecorators
public SymbolsProtos.FunctionSymbol.Builder setHasDecorators(boolean value)
bool has_decorators = 6;- Parameters:
value- The hasDecorators to set.- Returns:
- This builder for chaining.
-
clearHasDecorators
public SymbolsProtos.FunctionSymbol.Builder clearHasDecorators()
bool has_decorators = 6;- Returns:
- This builder for chaining.
-
getResolvedDecoratorNamesList
public com.google.protobuf.ProtocolStringList getResolvedDecoratorNamesList()
repeated string resolved_decorator_names = 7;- Specified by:
getResolvedDecoratorNamesListin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- A list containing the resolvedDecoratorNames.
-
getResolvedDecoratorNamesCount
public int getResolvedDecoratorNamesCount()
repeated string resolved_decorator_names = 7;- Specified by:
getResolvedDecoratorNamesCountin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The count of resolvedDecoratorNames.
-
getResolvedDecoratorNames
public String getResolvedDecoratorNames(int index)
repeated string resolved_decorator_names = 7;- Specified by:
getResolvedDecoratorNamesin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The resolvedDecoratorNames at the given index.
-
getResolvedDecoratorNamesBytes
public com.google.protobuf.ByteString getResolvedDecoratorNamesBytes(int index)
repeated string resolved_decorator_names = 7;- Specified by:
getResolvedDecoratorNamesBytesin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resolvedDecoratorNames at the given index.
-
setResolvedDecoratorNames
public SymbolsProtos.FunctionSymbol.Builder setResolvedDecoratorNames(int index, String value)
repeated string resolved_decorator_names = 7;- Parameters:
index- The index to set the value at.value- The resolvedDecoratorNames to set.- Returns:
- This builder for chaining.
-
addResolvedDecoratorNames
public SymbolsProtos.FunctionSymbol.Builder addResolvedDecoratorNames(String value)
repeated string resolved_decorator_names = 7;- Parameters:
value- The resolvedDecoratorNames to add.- Returns:
- This builder for chaining.
-
addAllResolvedDecoratorNames
public SymbolsProtos.FunctionSymbol.Builder addAllResolvedDecoratorNames(Iterable<String> values)
repeated string resolved_decorator_names = 7;- Parameters:
values- The resolvedDecoratorNames to add.- Returns:
- This builder for chaining.
-
clearResolvedDecoratorNames
public SymbolsProtos.FunctionSymbol.Builder clearResolvedDecoratorNames()
repeated string resolved_decorator_names = 7;- Returns:
- This builder for chaining.
-
addResolvedDecoratorNamesBytes
public SymbolsProtos.FunctionSymbol.Builder addResolvedDecoratorNamesBytes(com.google.protobuf.ByteString value)
repeated string resolved_decorator_names = 7;- Parameters:
value- The bytes of the resolvedDecoratorNames to add.- Returns:
- This builder for chaining.
-
getIsAbstract
public boolean getIsAbstract()
bool is_abstract = 8;- Specified by:
getIsAbstractin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isAbstract.
-
setIsAbstract
public SymbolsProtos.FunctionSymbol.Builder setIsAbstract(boolean value)
bool is_abstract = 8;- Parameters:
value- The isAbstract to set.- Returns:
- This builder for chaining.
-
clearIsAbstract
public SymbolsProtos.FunctionSymbol.Builder clearIsAbstract()
bool is_abstract = 8;- Returns:
- This builder for chaining.
-
getIsAsynchronous
public boolean getIsAsynchronous()
bool is_asynchronous = 9;- Specified by:
getIsAsynchronousin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isAsynchronous.
-
setIsAsynchronous
public SymbolsProtos.FunctionSymbol.Builder setIsAsynchronous(boolean value)
bool is_asynchronous = 9;- Parameters:
value- The isAsynchronous to set.- Returns:
- This builder for chaining.
-
clearIsAsynchronous
public SymbolsProtos.FunctionSymbol.Builder clearIsAsynchronous()
bool is_asynchronous = 9;- Returns:
- This builder for chaining.
-
getIsFinal
public boolean getIsFinal()
bool is_final = 10;- Specified by:
getIsFinalin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isFinal.
-
setIsFinal
public SymbolsProtos.FunctionSymbol.Builder setIsFinal(boolean value)
bool is_final = 10;- Parameters:
value- The isFinal to set.- Returns:
- This builder for chaining.
-
clearIsFinal
public SymbolsProtos.FunctionSymbol.Builder clearIsFinal()
bool is_final = 10;- Returns:
- This builder for chaining.
-
getIsOverload
public boolean getIsOverload()
bool is_overload = 11;- Specified by:
getIsOverloadin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isOverload.
-
setIsOverload
public SymbolsProtos.FunctionSymbol.Builder setIsOverload(boolean value)
bool is_overload = 11;- Parameters:
value- The isOverload to set.- Returns:
- This builder for chaining.
-
clearIsOverload
public SymbolsProtos.FunctionSymbol.Builder clearIsOverload()
bool is_overload = 11;- Returns:
- This builder for chaining.
-
getIsProperty
public boolean getIsProperty()
bool is_property = 12;- Specified by:
getIsPropertyin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isProperty.
-
setIsProperty
public SymbolsProtos.FunctionSymbol.Builder setIsProperty(boolean value)
bool is_property = 12;- Parameters:
value- The isProperty to set.- Returns:
- This builder for chaining.
-
clearIsProperty
public SymbolsProtos.FunctionSymbol.Builder clearIsProperty()
bool is_property = 12;- Returns:
- This builder for chaining.
-
getIsStatic
public boolean getIsStatic()
bool is_static = 13;- Specified by:
getIsStaticin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isStatic.
-
setIsStatic
public SymbolsProtos.FunctionSymbol.Builder setIsStatic(boolean value)
bool is_static = 13;- Parameters:
value- The isStatic to set.- Returns:
- This builder for chaining.
-
clearIsStatic
public SymbolsProtos.FunctionSymbol.Builder clearIsStatic()
bool is_static = 13;- Returns:
- This builder for chaining.
-
getIsClassMethod
public boolean getIsClassMethod()
bool is_class_method = 14;- Specified by:
getIsClassMethodin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The isClassMethod.
-
setIsClassMethod
public SymbolsProtos.FunctionSymbol.Builder setIsClassMethod(boolean value)
bool is_class_method = 14;- Parameters:
value- The isClassMethod to set.- Returns:
- This builder for chaining.
-
clearIsClassMethod
public SymbolsProtos.FunctionSymbol.Builder clearIsClassMethod()
bool is_class_method = 14;- Returns:
- This builder for chaining.
-
getValidForList
public com.google.protobuf.ProtocolStringList getValidForList()
repeated string valid_for = 15;- Specified by:
getValidForListin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- A list containing the validFor.
-
getValidForCount
public int getValidForCount()
repeated string valid_for = 15;- Specified by:
getValidForCountin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Returns:
- The count of validFor.
-
getValidFor
public String getValidFor(int index)
repeated string valid_for = 15;- Specified by:
getValidForin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The validFor at the given index.
-
getValidForBytes
public com.google.protobuf.ByteString getValidForBytes(int index)
repeated string valid_for = 15;- Specified by:
getValidForBytesin interfaceSymbolsProtos.FunctionSymbolOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the validFor at the given index.
-
setValidFor
public SymbolsProtos.FunctionSymbol.Builder setValidFor(int index, String value)
repeated string valid_for = 15;- Parameters:
index- The index to set the value at.value- The validFor to set.- Returns:
- This builder for chaining.
-
addValidFor
public SymbolsProtos.FunctionSymbol.Builder addValidFor(String value)
repeated string valid_for = 15;- Parameters:
value- The validFor to add.- Returns:
- This builder for chaining.
-
addAllValidFor
public SymbolsProtos.FunctionSymbol.Builder addAllValidFor(Iterable<String> values)
repeated string valid_for = 15;- Parameters:
values- The validFor to add.- Returns:
- This builder for chaining.
-
clearValidFor
public SymbolsProtos.FunctionSymbol.Builder clearValidFor()
repeated string valid_for = 15;- Returns:
- This builder for chaining.
-
addValidForBytes
public SymbolsProtos.FunctionSymbol.Builder addValidForBytes(com.google.protobuf.ByteString value)
repeated string valid_for = 15;- Parameters:
value- The bytes of the validFor to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final SymbolsProtos.FunctionSymbol.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
mergeUnknownFields
public final SymbolsProtos.FunctionSymbol.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SymbolsProtos.FunctionSymbol.Builder>
-
-