Tools
dotty.tools.dotc.semanticdb.Tools$
object Tools
Members list
Concise view
Value members
Concrete methods
def loadTextDocument(scalaAbsolutePath: Path, scalaRelativePath: Path, semanticdbAbsolutePath: Path): TextDocument
Load SemanticDB TextDocument for a single Scala source file
Load SemanticDB TextDocument for a single Scala source file
Attributes
- scalaAbsolutePath
Absolute path to a Scala source file.
- scalaRelativePath
scalaAbsolutePath relativized by the sourceroot.
- semanticdbAbsolutePath
Absolute path to the SemanticDB file.
Converts a Path to a String that is URI encoded, without forcing absolute paths.
Converts a Path to a String that is URI encoded, without forcing absolute paths.