Package

scalafix

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

  2. sealed abstract class MatchingParens extends AnyRef

    Permalink
  3. trait Newline extends AnyRef

    Permalink
  4. trait SemanticdbIndex extends AnyRef

    Permalink

    An index for looking up data in a scala.meta.Database.

  5. final class SymbolMatcher extends AnyRef

    Permalink

    Utility to match against a particular symbol.

    Utility to match against a particular symbol.

    Can be used both in pattern matching and regular condition testing.

    val myMethod = SymbolMatcher(Symbol("_root_.myMethod"))
    myMethod.matches(Tree)
    Tree match {
      case myMethod(_) => // act on tree
    }
    myMethod.matches(Tree)
  6. class TokenList extends AnyRef

    Permalink

    Helper to traverse tokens as a doubly linked list.

  7. trait Trivia extends AnyRef

    Permalink
  8. trait Whitespace extends AnyRef

    Permalink

Value Members

  1. object MatchingParens

    Permalink
  2. object Newline

    Permalink
  3. object SemanticdbIndex

    Permalink
  4. object SymbolMatcher

    Permalink
  5. object TokenOps

    Permalink
  6. object TreeExtractors

    Permalink
  7. object TreeOps

    Permalink
  8. object Trivia

    Permalink
  9. object Whitespace

    Permalink

Ungrouped