Class

scala.meta

XtensionTreeT

Related Doc: package meta

Permalink

implicit final class XtensionTreeT[A <: Tree] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XtensionTreeT
  2. AnyVal
  3. Any
Implicitly
  1. by XtensionTokenizeInputLike
  2. by XtensionStructure
  3. by XtensionSyntax
  4. by XtensionShow
  5. by XtensionParseInputLike
  6. by XtensionClassifiable
  7. by XtensionClassifiable
  8. by XtensionParseInputLike
  9. by XtensionStructure
  10. by XtensionSyntax
  11. by XtensionShow
  12. by XtensionTokenizeInputLike
  13. by any2stringadd
  14. by StringFormat
  15. by Ensuring
  16. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XtensionTreeT(tree: A)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to any2stringadd[XtensionTreeT[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (XtensionTreeT[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to ArrowAssoc[XtensionTreeT[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def ensuring(cond: (XtensionTreeT[A]) ⇒ Boolean, msg: ⇒ Any): XtensionTreeT[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to Ensuring[XtensionTreeT[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (XtensionTreeT[A]) ⇒ Boolean): XtensionTreeT[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to Ensuring[XtensionTreeT[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): XtensionTreeT[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to Ensuring[XtensionTreeT[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): XtensionTreeT[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to Ensuring[XtensionTreeT[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to StringFormat[XtensionTreeT[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def maybeParse(implicit dialect: Dialect, parse: Parse[A]): meta.Parsed[A]

    Permalink
  15. def toString(): String

    Permalink
    Definition Classes
    Any
  16. def [B](y: B): (XtensionTreeT[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to ArrowAssoc[XtensionTreeT[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def is[U](implicit c: Classifier[XtensionTreeT[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).is(c)
    Definition Classes
    XtensionClassifiable
  2. def is[U](implicit c: Classifier[XtensionTreeT[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).is(c)
    Definition Classes
    XtensionClassifiable
  3. def isAny[U1, U2, U3, U4](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2], c3: Classifier[XtensionTreeT[A], U3], c4: Classifier[XtensionTreeT[A], U4]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2, c3, c4)
    Definition Classes
    XtensionClassifiable
  4. def isAny[U1, U2, U3](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2], c3: Classifier[XtensionTreeT[A], U3]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2, c3)
    Definition Classes
    XtensionClassifiable
  5. def isAny[U1, U2](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2)
    Definition Classes
    XtensionClassifiable
  6. def isAny[U1, U2, U3, U4](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2], c3: Classifier[XtensionTreeT[A], U3], c4: Classifier[XtensionTreeT[A], U4]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2, c3, c4)
    Definition Classes
    XtensionClassifiable
  7. def isAny[U1, U2, U3](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2], c3: Classifier[XtensionTreeT[A], U3]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2, c3)
    Definition Classes
    XtensionClassifiable
  8. def isAny[U1, U2](implicit c1: Classifier[XtensionTreeT[A], U1], c2: Classifier[XtensionTreeT[A], U2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).isAny(c1, c2)
    Definition Classes
    XtensionClassifiable
  9. def isAnyOf(cs: Classifier[XtensionTreeT[A], _]*): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).isAnyOf(cs)
    Definition Classes
    XtensionClassifiable
  10. def isAnyOf(cs: Classifier[XtensionTreeT[A], _]*): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).isAnyOf(cs)
    Definition Classes
    XtensionClassifiable
  11. def isNot[U](implicit c: Classifier[XtensionTreeT[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionClassifiable[XtensionTreeT[A]]).isNot(c)
    Definition Classes
    XtensionClassifiable
  12. def isNot[U](implicit c: Classifier[XtensionTreeT[A], U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: classifiers.XtensionClassifiable[XtensionTreeT[A]]).isNot(c)
    Definition Classes
    XtensionClassifiable
  13. def parse[U](implicit convert: Convert[XtensionTreeT[A], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionParseInputLike[XtensionTreeT[A]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionParseInputLike[XtensionTreeT[A]]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  14. def parse[U](implicit convert: Convert[XtensionTreeT[A], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to parsers.XtensionParseInputLike[XtensionTreeT[A]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: parsers.XtensionParseInputLike[XtensionTreeT[A]]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  15. def show[Style[X] <: Show[X]](implicit style: Style[XtensionTreeT[A]]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionShow[XtensionTreeT[A]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionShow[XtensionTreeT[A]]).show(style)
    Definition Classes
    XtensionShow
  16. def show[Style[X] <: Show[X]](implicit style: Style[XtensionTreeT[A]]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to prettyprinters.XtensionShow[XtensionTreeT[A]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: prettyprinters.XtensionShow[XtensionTreeT[A]]).show(style)
    Definition Classes
    XtensionShow
  17. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionStructure[XtensionTreeT[A]] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionStructure[XtensionTreeT[A]]).structure
    Definition Classes
    XtensionStructure
  18. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to prettyprinters.XtensionStructure[XtensionTreeT[A]] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: prettyprinters.XtensionStructure[XtensionTreeT[A]]).structure
    Definition Classes
    XtensionStructure
  19. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionSyntax[XtensionTreeT[A]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionSyntax[XtensionTreeT[A]]).syntax
    Definition Classes
    XtensionSyntax
  20. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to prettyprinters.XtensionSyntax[XtensionTreeT[A]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionTreeT[A]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: prettyprinters.XtensionSyntax[XtensionTreeT[A]]).syntax
    Definition Classes
    XtensionSyntax
  21. def tokenize(implicit convert: Convert[XtensionTreeT[A], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to meta.XtensionTokenizeInputLike[XtensionTreeT[A]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: meta.XtensionTokenizeInputLike[XtensionTreeT[A]]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike
  22. def tokenize(implicit convert: Convert[XtensionTreeT[A], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTreeT[A] to tokenizers.XtensionTokenizeInputLike[XtensionTreeT[A]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionTreeT: tokenizers.XtensionTokenizeInputLike[XtensionTreeT[A]]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionTreeT[A] to meta.XtensionTokenizeInputLike[XtensionTreeT[A]]

Inherited by implicit conversion XtensionStructure from XtensionTreeT[A] to meta.XtensionStructure[XtensionTreeT[A]]

Inherited by implicit conversion XtensionSyntax from XtensionTreeT[A] to meta.XtensionSyntax[XtensionTreeT[A]]

Inherited by implicit conversion XtensionShow from XtensionTreeT[A] to meta.XtensionShow[XtensionTreeT[A]]

Inherited by implicit conversion XtensionParseInputLike from XtensionTreeT[A] to meta.XtensionParseInputLike[XtensionTreeT[A]]

Inherited by implicit conversion XtensionClassifiable from XtensionTreeT[A] to meta.XtensionClassifiable[XtensionTreeT[A]]

Inherited by implicit conversion XtensionClassifiable from XtensionTreeT[A] to classifiers.XtensionClassifiable[XtensionTreeT[A]]

Inherited by implicit conversion XtensionParseInputLike from XtensionTreeT[A] to parsers.XtensionParseInputLike[XtensionTreeT[A]]

Inherited by implicit conversion XtensionStructure from XtensionTreeT[A] to prettyprinters.XtensionStructure[XtensionTreeT[A]]

Inherited by implicit conversion XtensionSyntax from XtensionTreeT[A] to prettyprinters.XtensionSyntax[XtensionTreeT[A]]

Inherited by implicit conversion XtensionShow from XtensionTreeT[A] to prettyprinters.XtensionShow[XtensionTreeT[A]]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionTreeT[A] to tokenizers.XtensionTokenizeInputLike[XtensionTreeT[A]]

Inherited by implicit conversion any2stringadd from XtensionTreeT[A] to any2stringadd[XtensionTreeT[A]]

Inherited by implicit conversion StringFormat from XtensionTreeT[A] to StringFormat[XtensionTreeT[A]]

Inherited by implicit conversion Ensuring from XtensionTreeT[A] to Ensuring[XtensionTreeT[A]]

Inherited by implicit conversion ArrowAssoc from XtensionTreeT[A] to ArrowAssoc[XtensionTreeT[A]]

Ungrouped