Package org.sonar.go.plugin
Class InstanceScopeGoConverter
java.lang.Object
org.sonar.go.converter.GoConverter
org.sonar.go.plugin.InstanceScopeGoConverter
- All Implemented Interfaces:
org.sonarsource.slang.api.ASTConverter
@ScannerSide
@SonarLintSide(lifespan="INSTANCE")
public class InstanceScopeGoConverter
extends GoConverter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.go.converter.GoConverter
parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.ASTConverter
parse, terminate
-
Constructor Details
-
InstanceScopeGoConverter
public InstanceScopeGoConverter(org.sonar.api.utils.TempFolder tempFolder)
-