Package

scalafix

util

Permalink

package util

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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. type SemanticdbIndex = v0.SemanticdbIndex

    Permalink
  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. final 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. val SemanticdbIndex: v0.SemanticdbIndex.type

    Permalink
  4. object SymbolMatcher

    Permalink
  5. object TokenList

    Permalink
  6. object TokenOps

    Permalink
  7. object TreeExtractors

    Permalink
  8. object TreeOps

    Permalink
  9. object Trivia

    Permalink
  10. object Whitespace

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped