Packages

p

scala.meta

contrib

package contrib

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. contrib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AssociatedComments extends AnyRef
  2. trait Delim extends AnyRef
  3. trait Equal [A] extends AnyRef

    Type class used to determine equality.

    Type class used to determine equality.

    For examples, see Structurally or Syntactically.

    Inspired by cats.Eq and scalaz.Equal.

  4. trait Keyword extends AnyRef
  5. trait Literal extends AnyRef
  6. trait Modifier extends AnyRef
  7. class Structurally [+A <: Tree] extends AnyRef

    Represents structural equality between trees

    Represents structural equality between trees

    Two trees are structurally equal if their .show[Structure] is equal. This implementation is however more efficient that doing a.structure == b.structure.

  8. class Syntactically [+A <: Tree] extends AnyRef

    Represents syntactic equality between trees Two trees are syntactically equal if their .show[Syntax] is equal.

  9. trait Trivia extends AnyRef
  10. trait Whitespace extends AnyRef
  11. implicit final class XtensionTreeOps [A <: Tree] extends AnyVal

Inherited from AnyRef

Inherited from Any

Ungrouped