package util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- AnyRef
- Any
- Hide All
- Show All
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
- type SemanticdbIndex = v0.SemanticdbIndex
-
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)
-
final
class
TokenList extends AnyRef
Helper to traverse tokens as a doubly linked list.
- trait Trivia extends AnyRef
- trait Whitespace extends AnyRef
Value Members
- val SemanticdbIndex: v0.SemanticdbIndex.type
- object MatchingParens
- object Newline
- object SymbolMatcher
- object TokenList
- object TokenOps
- object TreeExtractors
- object TreeOps
- object Trivia
- object Whitespace