package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract case class AbsoluteFile extends Product with Serializable
Wrapper around java.io.File with an absolute path.
- trait CtorModifier extends AnyRef
- trait Delim extends AnyRef
- trait GitOps extends AnyRef
- class GitOpsImpl extends GitOps
- class HasStringKeys extends AnyRef
Extend this class to expose the fields are string values.
- case class InfixApp(lhs: Tree, op: Name, rhs: Seq[Tree], all: Tree) extends Product with Serializable
- trait Keyword extends AnyRef
- trait LeftParenOrBrace extends AnyRef
- trait LeftParenOrBracket extends AnyRef
- trait Literal extends AnyRef
- sealed abstract class LogLevel extends AnyRef
- trait Modifier extends AnyRef
- trait RightParenOrBracket extends AnyRef
- trait SomeInterpolate extends AnyRef
- class StyleMap extends AnyRef
- class TokenTraverser extends AnyRef
- trait Trivia extends AnyRef
- trait Whitespace extends AnyRef
Value Members
- object :parent:
Pattern extractor to concisely and safely query parent chain.
Pattern extractor to concisely and safely query parent chain.
Example:
tree match { case (_: Term) `:parent:` (_: Defn) `:parent:` (_: Source) => ??? }
The name is backquoted to get right associativity while using alphabetic characters
- object AbsoluteFile extends Serializable
- object CtorModifier
- object Delim
- object FileOps
- object FormattingCache
- object GitOps
- object InfixApp extends Serializable
- object Keyword
- object LeftParenOrBrace
- object LeftParenOrBracket
- object Literal
- object LiteralOps
- object LogLevel
- object LoggerOps
Debugging utility.
- object Modifier
- object OsSpecific
Utils related to differences between various operating systems.
- object PolicyOps
- object RightParenOrBracket
- object SomeInterpolate
- object StyleCache
- object TokenOps
Stateless helper functions on scala.meta.Token.
- object TreeOps
Stateless helper functions on
scala.meta.Tree. - object Trivia
- object ValidationOps
- object Whitespace
- object WithChain