Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClassloadRule[T] extends AnyRef
  2. case class EagerInMemorySemanticdbIndex(database: v0.Database, classpath: scala.meta.Classpath, table: SymbolTable = SymbolTable.empty) extends util.SemanticdbIndex with SymbolTable 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. case class PrettyResult[T <: Tree](tree: T, imports: List[String]) extends Product with Serializable
  7. class PrettyType extends AnyRef
  8. sealed abstract class QualifyStrategy extends AnyRef
  9. trait ScalafixSyntax extends AnyRef
  10. sealed abstract class Severity extends Ordered[Severity]
  11. 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.

Ungrouped