Class SymbolRefsImporter
- java.lang.Object
-
- org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter<T>
-
- org.sonarsource.dotnet.shared.plugins.protobuf.ProtobufImporter<SonarAnalyzer.SymbolReferenceInfo>
-
- org.sonarsource.dotnet.shared.plugins.protobuf.SymbolRefsImporter
-
public class SymbolRefsImporter extends ProtobufImporter<SonarAnalyzer.SymbolReferenceInfo>
This class is responsible of reading/importing the symbol references generated by the analyzer (C# or VB.NET).
-
-
Constructor Summary
Constructors Constructor Description SymbolRefsImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
save()
-
Methods inherited from class org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter
accept
-
-
-
-
Constructor Detail
-
SymbolRefsImporter
public SymbolRefsImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath)
-
-
Method Detail
-
save
public void save()
- Overrides:
save
in classRawProtobufImporter<SonarAnalyzer.SymbolReferenceInfo>
-
-