Serialized Form
-
Package org.sonar.python.types.protobuf
-
Class org.sonar.python.types.protobuf.CpdTokenProtos.FileCpdTokens
class FileCpdTokens extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
tokens_
List<CpdTokenProtos.Token> tokens_
-
-
Class org.sonar.python.types.protobuf.CpdTokenProtos.Token
class Token extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
endLine_
int endLine_
-
endLineOffset_
int endLineOffset_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
startLine_
int startLine_
-
startLineOffset_
int startLineOffset_
-
value_
Object value_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.AmbiguousDescriptor
class AmbiguousDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
classDescriptors_
List<DescriptorsProtos.ClassDescriptor> classDescriptors_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
functionDescriptors_
List<DescriptorsProtos.FunctionDescriptor> functionDescriptors_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
varDescriptors_
List<DescriptorsProtos.VarDescriptor> varDescriptors_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.ClassDescriptor
class ClassDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ambiguousMembers_
List<DescriptorsProtos.AmbiguousDescriptor> ambiguousMembers_
-
bitField0_
int bitField0_
-
classMembers_
List<DescriptorsProtos.ClassDescriptor> classMembers_
-
definitionLocation_
DescriptorsProtos.LocationInFile definitionLocation_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
functionMembers_
List<DescriptorsProtos.FunctionDescriptor> functionMembers_
-
hasDecorators_
boolean hasDecorators_
-
hasMetaClass_
boolean hasMetaClass_
-
hasSuperClassWithoutDescriptor_
boolean hasSuperClassWithoutDescriptor_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metaClassFQN_
Object metaClassFQN_
-
name_
Object name_
-
superClasses_
com.google.protobuf.LazyStringArrayList superClasses_
-
supportsGenerics_
boolean supportsGenerics_
-
varMembers_
List<DescriptorsProtos.VarDescriptor> varMembers_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.FunctionDescriptor
class FunctionDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
annotatedReturnType_
Object annotatedReturnType_
-
bitField0_
int bitField0_
-
decorators_
com.google.protobuf.LazyStringArrayList decorators_
-
definitionLocation_
DescriptorsProtos.LocationInFile definitionLocation_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
hasDecorators_
boolean hasDecorators_
-
isAsynchronous_
boolean isAsynchronous_
-
isInstanceMethod_
boolean isInstanceMethod_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
parameters_
List<DescriptorsProtos.ParameterDescriptor> parameters_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.LocationInFile
class LocationInFile extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
endLine_
int endLine_
-
endLineOffset_
int endLineOffset_
-
fileId_
Object fileId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
startLine_
int startLine_
-
startLineOffset_
int startLineOffset_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.ModuleDescriptor
class ModuleDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ambiguousDescriptors_
List<DescriptorsProtos.AmbiguousDescriptor> ambiguousDescriptors_
-
classDescriptors_
List<DescriptorsProtos.ClassDescriptor> classDescriptors_
-
functionDescriptors_
List<DescriptorsProtos.FunctionDescriptor> functionDescriptors_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
varDescriptors_
List<DescriptorsProtos.VarDescriptor> varDescriptors_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.ParameterDescriptor
class ParameterDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
annotatedType_
Object annotatedType_
-
bitField0_
int bitField0_
-
definitionLocation_
DescriptorsProtos.LocationInFile definitionLocation_
-
hasDefaultValue_
boolean hasDefaultValue_
-
isKeywordOnly_
boolean isKeywordOnly_
-
isKeywordVariadic_
boolean isKeywordVariadic_
-
isPositionalOnly_
boolean isPositionalOnly_
-
isPositionalVariadic_
boolean isPositionalVariadic_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class org.sonar.python.types.protobuf.DescriptorsProtos.VarDescriptor
class VarDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ClassSymbol
class ClassSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
attributes_
List<SymbolsProtos.VarSymbol> attributes_
-
bitField0_
int bitField0_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
hasDecorators_
boolean hasDecorators_
-
hasMetaclass_
boolean hasMetaclass_
-
isEnum_
boolean isEnum_
-
isGeneric_
boolean isGeneric_
-
isProtocol_
boolean isProtocol_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metaclassName_
Object metaclassName_
-
methods_
List<SymbolsProtos.FunctionSymbol> methods_
-
name_
Object name_
-
nestedClasses_
List<SymbolsProtos.ClassSymbol> nestedClasses_
-
overloadedMethods_
List<SymbolsProtos.OverloadedFunctionSymbol> overloadedMethods_
-
superClasses_
com.google.protobuf.LazyStringArrayList superClasses_
-
validFor_
com.google.protobuf.LazyStringArrayList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbol
class FunctionSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
hasDecorators_
boolean hasDecorators_
-
isAbstract_
boolean isAbstract_
-
isAsynchronous_
boolean isAsynchronous_
-
isClassMethod_
boolean isClassMethod_
-
isFinal_
boolean isFinal_
-
isOverload_
boolean isOverload_
-
isProperty_
boolean isProperty_
-
isStatic_
boolean isStatic_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
parameters_
List<SymbolsProtos.ParameterSymbol> parameters_
-
resolvedDecoratorNames_
com.google.protobuf.LazyStringArrayList resolvedDecoratorNames_
-
returnAnnotation_
SymbolsProtos.Type returnAnnotation_
-
validFor_
com.google.protobuf.LazyStringArrayList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ModuleSymbol
class ModuleSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
classes_
List<SymbolsProtos.ClassSymbol> classes_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
functions_
List<SymbolsProtos.FunctionSymbol> functions_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
overloadedFunctions_
List<SymbolsProtos.OverloadedFunctionSymbol> overloadedFunctions_
-
vars_
List<SymbolsProtos.VarSymbol> vars_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.OverloadedFunctionSymbol
class OverloadedFunctionSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
definitions_
List<SymbolsProtos.FunctionSymbol> definitions_
-
fullname_
Object fullname_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
validFor_
com.google.protobuf.LazyStringArrayList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ParameterSymbol
class ParameterSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
hasDefault_
boolean hasDefault_
-
kind_
int kind_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
typeAnnotation_
SymbolsProtos.Type typeAnnotation_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.Type
class Type extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
List<SymbolsProtos.Type> args_
-
bitField0_
int bitField0_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
kind_
int kind_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prettyPrintedName_
Object prettyPrintedName_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.VarSymbol
class VarSymbol extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
fullyQualifiedName_
Object fullyQualifiedName_
-
isImportedModule_
boolean isImportedModule_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
typeAnnotation_
SymbolsProtos.Type typeAnnotation_
-
validFor_
com.google.protobuf.LazyStringArrayList validFor_
-
-