Package org.sonar.python.types.protobuf
Class SymbolsProtos.ModuleSymbol
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.sonar.python.types.protobuf.SymbolsProtos.ModuleSymbol
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,SymbolsProtos.ModuleSymbolOrBuilder
- Enclosing class:
- SymbolsProtos
public static final class SymbolsProtos.ModuleSymbol extends com.google.protobuf.GeneratedMessageV3 implements SymbolsProtos.ModuleSymbolOrBuilder
Protobuf typeprotoblog.ModuleSymbol- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSymbolsProtos.ModuleSymbol.BuilderProtobuf typeprotoblog.ModuleSymbol-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASSES_FIELD_NUMBERstatic intFULLY_QUALIFIED_NAME_FIELD_NUMBERstatic intFUNCTIONS_FIELD_NUMBERstatic intOVERLOADED_FUNCTIONS_FIELD_NUMBERstatic intVARS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SymbolsProtos.ClassSymbolgetClasses(int index)repeated .protoblog.ClassSymbol classes = 2;intgetClassesCount()repeated .protoblog.ClassSymbol classes = 2;List<SymbolsProtos.ClassSymbol>getClassesList()repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolOrBuildergetClassesOrBuilder(int index)repeated .protoblog.ClassSymbol classes = 2;List<? extends SymbolsProtos.ClassSymbolOrBuilder>getClassesOrBuilderList()repeated .protoblog.ClassSymbol classes = 2;static SymbolsProtos.ModuleSymbolgetDefaultInstance()SymbolsProtos.ModuleSymbolgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetFullyQualifiedName()string fully_qualified_name = 1;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()string fully_qualified_name = 1;SymbolsProtos.FunctionSymbolgetFunctions(int index)repeated .protoblog.FunctionSymbol functions = 3;intgetFunctionsCount()repeated .protoblog.FunctionSymbol functions = 3;List<SymbolsProtos.FunctionSymbol>getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.FunctionSymbolOrBuildergetFunctionsOrBuilder(int index)repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder>getFunctionsOrBuilderList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.OverloadedFunctionSymbolgetOverloadedFunctions(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;intgetOverloadedFunctionsCount()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;List<SymbolsProtos.OverloadedFunctionSymbol>getOverloadedFunctionsList()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;SymbolsProtos.OverloadedFunctionSymbolOrBuildergetOverloadedFunctionsOrBuilder(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder>getOverloadedFunctionsOrBuilderList()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;com.google.protobuf.Parser<SymbolsProtos.ModuleSymbol>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()SymbolsProtos.VarSymbolgetVars(int index)repeated .protoblog.VarSymbol vars = 5;intgetVarsCount()repeated .protoblog.VarSymbol vars = 5;List<SymbolsProtos.VarSymbol>getVarsList()repeated .protoblog.VarSymbol vars = 5;SymbolsProtos.VarSymbolOrBuildergetVarsOrBuilder(int index)repeated .protoblog.VarSymbol vars = 5;List<? extends SymbolsProtos.VarSymbolOrBuilder>getVarsOrBuilderList()repeated .protoblog.VarSymbol vars = 5;inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static SymbolsProtos.ModuleSymbol.BuildernewBuilder()static SymbolsProtos.ModuleSymbol.BuildernewBuilder(SymbolsProtos.ModuleSymbol prototype)SymbolsProtos.ModuleSymbol.BuildernewBuilderForType()protected SymbolsProtos.ModuleSymbol.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SymbolsProtos.ModuleSymbolparseDelimitedFrom(InputStream input)static SymbolsProtos.ModuleSymbolparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ModuleSymbolparseFrom(byte[] data)static SymbolsProtos.ModuleSymbolparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ModuleSymbolparseFrom(com.google.protobuf.ByteString data)static SymbolsProtos.ModuleSymbolparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ModuleSymbolparseFrom(com.google.protobuf.CodedInputStream input)static SymbolsProtos.ModuleSymbolparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ModuleSymbolparseFrom(InputStream input)static SymbolsProtos.ModuleSymbolparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ModuleSymbolparseFrom(ByteBuffer data)static SymbolsProtos.ModuleSymbolparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SymbolsProtos.ModuleSymbol>parser()SymbolsProtos.ModuleSymbol.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FULLY_QUALIFIED_NAME_FIELD_NUMBER
public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLASSES_FIELD_NUMBER
public static final int CLASSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FUNCTIONS_FIELD_NUMBER
public static final int FUNCTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OVERLOADED_FUNCTIONS_FIELD_NUMBER
public static final int OVERLOADED_FUNCTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VARS_FIELD_NUMBER
public static final int VARS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
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
-
getFullyQualifiedName
public String getFullyQualifiedName()
string fully_qualified_name = 1;- Specified by:
getFullyQualifiedNamein interfaceSymbolsProtos.ModuleSymbolOrBuilder- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
public com.google.protobuf.ByteString getFullyQualifiedNameBytes()
string fully_qualified_name = 1;- Specified by:
getFullyQualifiedNameBytesin interfaceSymbolsProtos.ModuleSymbolOrBuilder- Returns:
- The bytes for fullyQualifiedName.
-
getClassesList
public List<SymbolsProtos.ClassSymbol> getClassesList()
repeated .protoblog.ClassSymbol classes = 2;- Specified by:
getClassesListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getClassesOrBuilderList
public List<? extends SymbolsProtos.ClassSymbolOrBuilder> getClassesOrBuilderList()
repeated .protoblog.ClassSymbol classes = 2;- Specified by:
getClassesOrBuilderListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getClassesCount
public int getClassesCount()
repeated .protoblog.ClassSymbol classes = 2;- Specified by:
getClassesCountin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getClasses
public SymbolsProtos.ClassSymbol getClasses(int index)
repeated .protoblog.ClassSymbol classes = 2;- Specified by:
getClassesin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getClassesOrBuilder
public SymbolsProtos.ClassSymbolOrBuilder getClassesOrBuilder(int index)
repeated .protoblog.ClassSymbol classes = 2;- Specified by:
getClassesOrBuilderin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getFunctionsList
public List<SymbolsProtos.FunctionSymbol> getFunctionsList()
repeated .protoblog.FunctionSymbol functions = 3;- Specified by:
getFunctionsListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getFunctionsOrBuilderList
public List<? extends SymbolsProtos.FunctionSymbolOrBuilder> getFunctionsOrBuilderList()
repeated .protoblog.FunctionSymbol functions = 3;- Specified by:
getFunctionsOrBuilderListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getFunctionsCount
public int getFunctionsCount()
repeated .protoblog.FunctionSymbol functions = 3;- Specified by:
getFunctionsCountin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getFunctions
public SymbolsProtos.FunctionSymbol getFunctions(int index)
repeated .protoblog.FunctionSymbol functions = 3;- Specified by:
getFunctionsin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getFunctionsOrBuilder
public SymbolsProtos.FunctionSymbolOrBuilder getFunctionsOrBuilder(int index)
repeated .protoblog.FunctionSymbol functions = 3;- Specified by:
getFunctionsOrBuilderin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getOverloadedFunctionsList
public List<SymbolsProtos.OverloadedFunctionSymbol> getOverloadedFunctionsList()
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;- Specified by:
getOverloadedFunctionsListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getOverloadedFunctionsOrBuilderList
public List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder> getOverloadedFunctionsOrBuilderList()
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;- Specified by:
getOverloadedFunctionsOrBuilderListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getOverloadedFunctionsCount
public int getOverloadedFunctionsCount()
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;- Specified by:
getOverloadedFunctionsCountin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getOverloadedFunctions
public SymbolsProtos.OverloadedFunctionSymbol getOverloadedFunctions(int index)
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;- Specified by:
getOverloadedFunctionsin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getOverloadedFunctionsOrBuilder
public SymbolsProtos.OverloadedFunctionSymbolOrBuilder getOverloadedFunctionsOrBuilder(int index)
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;- Specified by:
getOverloadedFunctionsOrBuilderin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getVarsList
public List<SymbolsProtos.VarSymbol> getVarsList()
repeated .protoblog.VarSymbol vars = 5;- Specified by:
getVarsListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getVarsOrBuilderList
public List<? extends SymbolsProtos.VarSymbolOrBuilder> getVarsOrBuilderList()
repeated .protoblog.VarSymbol vars = 5;- Specified by:
getVarsOrBuilderListin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getVarsCount
public int getVarsCount()
repeated .protoblog.VarSymbol vars = 5;- Specified by:
getVarsCountin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getVars
public SymbolsProtos.VarSymbol getVars(int index)
repeated .protoblog.VarSymbol vars = 5;- Specified by:
getVarsin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
getVarsOrBuilder
public SymbolsProtos.VarSymbolOrBuilder getVarsOrBuilder(int index)
repeated .protoblog.VarSymbol vars = 5;- Specified by:
getVarsOrBuilderin interfaceSymbolsProtos.ModuleSymbolOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SymbolsProtos.ModuleSymbol parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SymbolsProtos.ModuleSymbol parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SymbolsProtos.ModuleSymbol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public SymbolsProtos.ModuleSymbol.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SymbolsProtos.ModuleSymbol.Builder newBuilder()
-
newBuilder
public static SymbolsProtos.ModuleSymbol.Builder newBuilder(SymbolsProtos.ModuleSymbol prototype)
-
toBuilder
public SymbolsProtos.ModuleSymbol.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SymbolsProtos.ModuleSymbol.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SymbolsProtos.ModuleSymbol getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SymbolsProtos.ModuleSymbol> parser()
-
getParserForType
public com.google.protobuf.Parser<SymbolsProtos.ModuleSymbol> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SymbolsProtos.ModuleSymbol getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-