Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Deprecated (message: String, since: String) extends Product with Serializable

    Identical to scala.deprecated except it's a case class.

  2. sealed abstract class MatchingParens extends AnyRef
  3. trait Newline extends AnyRef
  4. trait SemanticCtx extends AnyRef

    Context for semantic rewrites.

    Context for semantic rewrites.

    A SemanticCtx is a thin wrapper around scala.meta.Database with additional in-memory indices for fast Position => Symbol and Symbol => Denotation lookups.

  5. class TokenList extends AnyRef

    Helper to traverse tokens as a doubly linked list.

  6. trait Trivia extends AnyRef
  7. trait Whitespace extends AnyRef

Ungrouped