Package

scala.meta

contrib

Permalink

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

    Permalink
  2. trait Delim extends AnyRef

    Permalink
  3. trait Equal[A] extends AnyRef

    Permalink

    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

    Permalink
  5. trait Literal extends AnyRef

    Permalink
  6. trait Modifier extends AnyRef

    Permalink
  7. class Structurally[+A <: Tree] extends AnyRef

    Permalink

    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

    Permalink

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

  9. trait Trivia extends AnyRef

    Permalink
  10. trait Whitespace extends AnyRef

    Permalink
  11. implicit final class XtensionTreeOps[A <: Tree] extends AnyVal

    Permalink

Value Members

  1. object AssociatedComments

    Permalink
  2. object Delim

    Permalink
  3. object Keyword

    Permalink
  4. object Literal

    Permalink
  5. object Modifier

    Permalink
  6. object Structurally

    Permalink
  7. object Syntactically

    Permalink
  8. object TreeOps

    Permalink
  9. object Trivia

    Permalink
  10. object Whitespace

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped