Package org.sonar.python.index
Class VariableDescriptor
java.lang.Object
org.sonar.python.index.VariableDescriptor
- All Implemented Interfaces:
Descriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.python.index.Descriptor
Descriptor.Kind -
Constructor Summary
ConstructorsConstructorDescriptionVariableDescriptor(String name, String fullyQualifiedName, String annotatedType) VariableDescriptor(String name, String fullyQualifiedName, String annotatedType, boolean isImportedModule) -
Method Summary
-
Constructor Details
-
VariableDescriptor
-
VariableDescriptor
-
-
Method Details
-
name
- Specified by:
namein interfaceDescriptor
-
fullyQualifiedName
- Specified by:
fullyQualifiedNamein interfaceDescriptor
-
kind
- Specified by:
kindin interfaceDescriptor
-
annotatedType
-
isImportedModule
public boolean isImportedModule()
-