Package org.sonar.python.types.protobuf
Interface SymbolsProtos.ClassSymbolOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SymbolsProtos.ClassSymbol,SymbolsProtos.ClassSymbol.Builder
- Enclosing class:
- SymbolsProtos
public static interface SymbolsProtos.ClassSymbolOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolsProtos.VarSymbolgetAttributes(int index)repeated .protoblog.VarSymbol attributes = 14;intgetAttributesCount()repeated .protoblog.VarSymbol attributes = 14;List<SymbolsProtos.VarSymbol>getAttributesList()repeated .protoblog.VarSymbol attributes = 14;SymbolsProtos.VarSymbolOrBuildergetAttributesOrBuilder(int index)repeated .protoblog.VarSymbol attributes = 14;List<? extends SymbolsProtos.VarSymbolOrBuilder>getAttributesOrBuilderList()repeated .protoblog.VarSymbol attributes = 14;StringgetFullyQualifiedName()string fully_qualified_name = 2;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()string fully_qualified_name = 2;booleangetHasDecorators()bool has_decorators = 7;booleangetHasMetaclass()bool has_metaclass = 8;booleangetIsEnum()bool is_enum = 9;booleangetIsGeneric()bool is_generic = 10;booleangetIsProtocol()bool is_protocol = 11;StringgetMetaclassName()optional string metaclass_name = 12;com.google.protobuf.ByteStringgetMetaclassNameBytes()optional string metaclass_name = 12;SymbolsProtos.FunctionSymbolgetMethods(int index)repeated .protoblog.FunctionSymbol methods = 5;intgetMethodsCount()repeated .protoblog.FunctionSymbol methods = 5;List<SymbolsProtos.FunctionSymbol>getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.FunctionSymbolOrBuildergetMethodsOrBuilder(int index)repeated .protoblog.FunctionSymbol methods = 5;List<? extends SymbolsProtos.FunctionSymbolOrBuilder>getMethodsOrBuilderList()repeated .protoblog.FunctionSymbol methods = 5;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;SymbolsProtos.OverloadedFunctionSymbolgetOverloadedMethods(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;intgetOverloadedMethodsCount()repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;List<SymbolsProtos.OverloadedFunctionSymbol>getOverloadedMethodsList()repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;SymbolsProtos.OverloadedFunctionSymbolOrBuildergetOverloadedMethodsOrBuilder(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder>getOverloadedMethodsOrBuilderList()repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;StringgetSuperClasses(int index)repeated string super_classes = 4;com.google.protobuf.ByteStringgetSuperClassesBytes(int index)repeated string super_classes = 4;intgetSuperClassesCount()repeated string super_classes = 4;List<String>getSuperClassesList()repeated string super_classes = 4;StringgetValidFor(int index)repeated string valid_for = 13;com.google.protobuf.ByteStringgetValidForBytes(int index)repeated string valid_for = 13;intgetValidForCount()repeated string valid_for = 13;List<String>getValidForList()repeated string valid_for = 13;booleanhasMetaclassName()optional string metaclass_name = 12;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getFullyQualifiedName
String getFullyQualifiedName()
string fully_qualified_name = 2;- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
com.google.protobuf.ByteString getFullyQualifiedNameBytes()
string fully_qualified_name = 2;- Returns:
- The bytes for fullyQualifiedName.
-
getSuperClassesList
List<String> getSuperClassesList()
repeated string super_classes = 4;- Returns:
- A list containing the superClasses.
-
getSuperClassesCount
int getSuperClassesCount()
repeated string super_classes = 4;- Returns:
- The count of superClasses.
-
getSuperClasses
String getSuperClasses(int index)
repeated string super_classes = 4;- Parameters:
index- The index of the element to return.- Returns:
- The superClasses at the given index.
-
getSuperClassesBytes
com.google.protobuf.ByteString getSuperClassesBytes(int index)
repeated string super_classes = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the superClasses at the given index.
-
getMethodsList
List<SymbolsProtos.FunctionSymbol> getMethodsList()
repeated .protoblog.FunctionSymbol methods = 5;
-
getMethods
SymbolsProtos.FunctionSymbol getMethods(int index)
repeated .protoblog.FunctionSymbol methods = 5;
-
getMethodsCount
int getMethodsCount()
repeated .protoblog.FunctionSymbol methods = 5;
-
getMethodsOrBuilderList
List<? extends SymbolsProtos.FunctionSymbolOrBuilder> getMethodsOrBuilderList()
repeated .protoblog.FunctionSymbol methods = 5;
-
getMethodsOrBuilder
SymbolsProtos.FunctionSymbolOrBuilder getMethodsOrBuilder(int index)
repeated .protoblog.FunctionSymbol methods = 5;
-
getOverloadedMethodsList
List<SymbolsProtos.OverloadedFunctionSymbol> getOverloadedMethodsList()
repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;
-
getOverloadedMethods
SymbolsProtos.OverloadedFunctionSymbol getOverloadedMethods(int index)
repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;
-
getOverloadedMethodsCount
int getOverloadedMethodsCount()
repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;
-
getOverloadedMethodsOrBuilderList
List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder> getOverloadedMethodsOrBuilderList()
repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;
-
getOverloadedMethodsOrBuilder
SymbolsProtos.OverloadedFunctionSymbolOrBuilder getOverloadedMethodsOrBuilder(int index)
repeated .protoblog.OverloadedFunctionSymbol overloaded_methods = 6;
-
getHasDecorators
boolean getHasDecorators()
bool has_decorators = 7;- Returns:
- The hasDecorators.
-
getHasMetaclass
boolean getHasMetaclass()
bool has_metaclass = 8;- Returns:
- The hasMetaclass.
-
getIsEnum
boolean getIsEnum()
bool is_enum = 9;- Returns:
- The isEnum.
-
getIsGeneric
boolean getIsGeneric()
bool is_generic = 10;- Returns:
- The isGeneric.
-
getIsProtocol
boolean getIsProtocol()
bool is_protocol = 11;- Returns:
- The isProtocol.
-
hasMetaclassName
boolean hasMetaclassName()
optional string metaclass_name = 12;- Returns:
- Whether the metaclassName field is set.
-
getMetaclassName
String getMetaclassName()
optional string metaclass_name = 12;- Returns:
- The metaclassName.
-
getMetaclassNameBytes
com.google.protobuf.ByteString getMetaclassNameBytes()
optional string metaclass_name = 12;- Returns:
- The bytes for metaclassName.
-
getValidForList
List<String> getValidForList()
repeated string valid_for = 13;- Returns:
- A list containing the validFor.
-
getValidForCount
int getValidForCount()
repeated string valid_for = 13;- Returns:
- The count of validFor.
-
getValidFor
String getValidFor(int index)
repeated string valid_for = 13;- Parameters:
index- The index of the element to return.- Returns:
- The validFor at the given index.
-
getValidForBytes
com.google.protobuf.ByteString getValidForBytes(int index)
repeated string valid_for = 13;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the validFor at the given index.
-
getAttributesList
List<SymbolsProtos.VarSymbol> getAttributesList()
repeated .protoblog.VarSymbol attributes = 14;
-
getAttributes
SymbolsProtos.VarSymbol getAttributes(int index)
repeated .protoblog.VarSymbol attributes = 14;
-
getAttributesCount
int getAttributesCount()
repeated .protoblog.VarSymbol attributes = 14;
-
getAttributesOrBuilderList
List<? extends SymbolsProtos.VarSymbolOrBuilder> getAttributesOrBuilderList()
repeated .protoblog.VarSymbol attributes = 14;
-
getAttributesOrBuilder
SymbolsProtos.VarSymbolOrBuilder getAttributesOrBuilder(int index)
repeated .protoblog.VarSymbol attributes = 14;
-
-