Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClassloadRule[T] extends AnyRef
  2. case class EagerInMemorySemanticdbIndex(database: scala.meta.Database, sourcepath: scala.meta.Sourcepath, classpath: scala.meta.Classpath, table: SymbolTable = SymbolTable.empty) extends SemanticdbIndex with Product with Serializable
  3. sealed abstract class Failure extends Exception
  4. class IntervalSet extends AnyRef
  5. class LazySymbolTable extends SymbolTable

    Implementation of SymbolTable that lazily loads symbols on demand.

    Implementation of SymbolTable that lazily loads symbols on demand.

    Note

    Credits to the rsc symbol table implementation https://github.com/twitter/rsc/blob/c82ce2ee68729e2cbcca7c96a164a303a152a43c/rsc/src/main/scala/rsc/symtab/Loaders.scala that was a source of inspiration for the implementation of this class.

  6. sealed abstract class Severity extends Ordered[Severity]
  7. trait SymbolTable extends AnyRef

    A table to lookup information about symbols.

    A table to lookup information about symbols.

    This trait is not exposed in the public Scalafix API because s.SymbolInformation is not part of the public API. Expect breaking changes.

  8. class TypeSyntax extends AnyRef

Ungrouped