Serialized Form
-
Package org.sonar.python.types.protobuf
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ClassSymbol extends com.google.protobuf.GeneratedMessageV3 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_
-
overloadedMethods_
List<SymbolsProtos.OverloadedFunctionSymbol> overloadedMethods_
-
superClasses_
com.google.protobuf.LazyStringList superClasses_
-
validFor_
com.google.protobuf.LazyStringList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbol extends com.google.protobuf.GeneratedMessageV3 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.LazyStringList resolvedDecoratorNames_
-
returnAnnotation_
SymbolsProtos.Type returnAnnotation_
-
validFor_
com.google.protobuf.LazyStringList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ModuleSymbol extends com.google.protobuf.GeneratedMessageV3 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 extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
definitions_
List<SymbolsProtos.FunctionSymbol> definitions_
-
fullname_
Object fullname_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
validFor_
com.google.protobuf.LazyStringList validFor_
-
-
Class org.sonar.python.types.protobuf.SymbolsProtos.ParameterSymbol extends com.google.protobuf.GeneratedMessageV3 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 extends com.google.protobuf.GeneratedMessageV3 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 extends com.google.protobuf.GeneratedMessageV3 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.LazyStringList validFor_
-
-