package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Deprecated
(message: String, since: String) extends Product with Serializable
Identical to scala.deprecated except it's a case class.
- sealed abstract class MatchingParens extends AnyRef
- trait Newline extends AnyRef
-
trait
SemanticdbIndex
extends AnyRef
An index for looking up data in a scala.meta.Database.
-
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)
-
class
TokenList
extends AnyRef
Helper to traverse tokens as a doubly linked list.
- trait Trivia extends AnyRef
- trait Whitespace extends AnyRef
Value Members
- object MatchingParens
- object Newline
- object SemanticdbIndex
- object SymbolMatcher
- object TokenOps
- object TreeExtractors
- object TreeOps
- object Trivia
- object Whitespace