Packages

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

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

  2. sealed abstract class MatchingParens extends AnyRef
  3. trait Newline extends AnyRef
  4. type SemanticdbIndex = v0.SemanticdbIndex
  5. final class SymbolMatcher extends AnyRef

    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

    Helper to traverse tokens as a doubly linked list.

  7. trait Trivia extends AnyRef
  8. trait Whitespace extends AnyRef

Value Members

  1. val SemanticdbIndex: v0.SemanticdbIndex.type
  2. object MatchingParens
  3. object Newline
  4. object SymbolMatcher
  5. object TokenList
  6. object TokenOps
  7. object TreeExtractors
  8. object TreeOps
  9. object Trivia
  10. object Whitespace

Inherited from AnyRef

Inherited from Any

Ungrouped