Class

scala.meta

XtensionTree

Related Doc: package meta

Permalink

implicit final class XtensionTree extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XtensionTree
  2. AnyVal
  3. Any
Implicitly
  1. by XtensionSyntax
  2. by XtensionStructure
  3. by XtensionTokenizeInputLike
  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 XtensionTree(tree: Tree)

    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 XtensionTree to any2stringadd[XtensionTree] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (XtensionTree, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to ArrowAssoc[XtensionTree] 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: (XtensionTree) ⇒ Boolean, msg: ⇒ Any): XtensionTree

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to Ensuring[XtensionTree] 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 XtensionTree to StringFormat[XtensionTree] 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 maybeParseAs[A <: Tree](implicit arg0: ClassTag[A], dialect: Dialect, parse: Parse[A]): meta.Parsed[A]

    Permalink
  15. def reparseAs[A <: Tree](implicit dialect: Dialect, parse: Parse[A]): meta.Parsed[A]

    Permalink
  16. def toString(): String

    Permalink
    Definition Classes
    Any
  17. def [B](y: B): (XtensionTree, B)

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: meta.XtensionClassifiable[XtensionTree]).is(c)
    Definition Classes
    XtensionClassifiable
  2. def is[U](implicit c: Classifier[XtensionTree, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to classifiers.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: classifiers.XtensionClassifiable[XtensionTree]).is(c)
    Definition Classes
    XtensionClassifiable
  3. def isAny[U1, U2, U3, U4](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2], c3: Classifier[XtensionTree, U3], c4: Classifier[XtensionTree, U4]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: meta.XtensionClassifiable[XtensionTree]).isAny(c1, c2, c3, c4)
    Definition Classes
    XtensionClassifiable
  4. def isAny[U1, U2, U3](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2], c3: Classifier[XtensionTree, U3]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: meta.XtensionClassifiable[XtensionTree]).isAny(c1, c2, c3)
    Definition Classes
    XtensionClassifiable
  5. def isAny[U1, U2](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: meta.XtensionClassifiable[XtensionTree]).isAny(c1, c2)
    Definition Classes
    XtensionClassifiable
  6. def isAny[U1, U2, U3, U4](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2], c3: Classifier[XtensionTree, U3], c4: Classifier[XtensionTree, U4]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to classifiers.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: classifiers.XtensionClassifiable[XtensionTree]).isAny(c1, c2, c3, c4)
    Definition Classes
    XtensionClassifiable
  7. def isAny[U1, U2, U3](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2], c3: Classifier[XtensionTree, U3]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to classifiers.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: classifiers.XtensionClassifiable[XtensionTree]).isAny(c1, c2, c3)
    Definition Classes
    XtensionClassifiable
  8. def isAny[U1, U2](implicit c1: Classifier[XtensionTree, U1], c2: Classifier[XtensionTree, U2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to classifiers.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: classifiers.XtensionClassifiable[XtensionTree]).isAny(c1, c2)
    Definition Classes
    XtensionClassifiable
  9. def isNot[U](implicit c: Classifier[XtensionTree, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: meta.XtensionClassifiable[XtensionTree]).isNot(c)
    Definition Classes
    XtensionClassifiable
  10. def isNot[U](implicit c: Classifier[XtensionTree, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to classifiers.XtensionClassifiable[XtensionTree] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionTree] 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:
    (xtensionTree: classifiers.XtensionClassifiable[XtensionTree]).isNot(c)
    Definition Classes
    XtensionClassifiable
  11. def parse[U](implicit convert: Convert[XtensionTree, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionParseInputLike[XtensionTree] 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:
    (xtensionTree: meta.XtensionParseInputLike[XtensionTree]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  12. def parse[U](implicit convert: Convert[XtensionTree, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to parsers.XtensionParseInputLike[XtensionTree] 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:
    (xtensionTree: parsers.XtensionParseInputLike[XtensionTree]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  13. def show[Style[X] <: Show[X]](implicit style: Style[XtensionTree]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionShow[XtensionTree] 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:
    (xtensionTree: meta.XtensionShow[XtensionTree]).show(style)
    Definition Classes
    XtensionShow
  14. def show[Style[X] <: Show[X]](implicit style: Style[XtensionTree]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to prettyprinters.XtensionShow[XtensionTree] 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:
    (xtensionTree: prettyprinters.XtensionShow[XtensionTree]).show(style)
    Definition Classes
    XtensionShow
  15. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionStructure[XtensionTree] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionTree] 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:
    (xtensionTree: meta.XtensionStructure[XtensionTree]).structure
    Definition Classes
    XtensionStructure
  16. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to prettyprinters.XtensionStructure[XtensionTree] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionTree] 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:
    (xtensionTree: prettyprinters.XtensionStructure[XtensionTree]).structure
    Definition Classes
    XtensionStructure
  17. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionSyntax[XtensionTree] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionTree] 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:
    (xtensionTree: meta.XtensionSyntax[XtensionTree]).syntax
    Definition Classes
    XtensionSyntax
  18. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to prettyprinters.XtensionSyntax[XtensionTree] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionTree] 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:
    (xtensionTree: prettyprinters.XtensionSyntax[XtensionTree]).syntax
    Definition Classes
    XtensionSyntax
  19. def tokenize(implicit convert: Convert[XtensionTree, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to meta.XtensionTokenizeInputLike[XtensionTree] 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:
    (xtensionTree: meta.XtensionTokenizeInputLike[XtensionTree]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike
  20. def tokenize(implicit convert: Convert[XtensionTree, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from XtensionTree to tokenizers.XtensionTokenizeInputLike[XtensionTree] 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:
    (xtensionTree: tokenizers.XtensionTokenizeInputLike[XtensionTree]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion XtensionSyntax from XtensionTree to meta.XtensionSyntax[XtensionTree]

Inherited by implicit conversion XtensionStructure from XtensionTree to meta.XtensionStructure[XtensionTree]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionTree to meta.XtensionTokenizeInputLike[XtensionTree]

Inherited by implicit conversion XtensionShow from XtensionTree to meta.XtensionShow[XtensionTree]

Inherited by implicit conversion XtensionParseInputLike from XtensionTree to meta.XtensionParseInputLike[XtensionTree]

Inherited by implicit conversion XtensionClassifiable from XtensionTree to meta.XtensionClassifiable[XtensionTree]

Inherited by implicit conversion XtensionClassifiable from XtensionTree to classifiers.XtensionClassifiable[XtensionTree]

Inherited by implicit conversion XtensionParseInputLike from XtensionTree to parsers.XtensionParseInputLike[XtensionTree]

Inherited by implicit conversion XtensionStructure from XtensionTree to prettyprinters.XtensionStructure[XtensionTree]

Inherited by implicit conversion XtensionSyntax from XtensionTree to prettyprinters.XtensionSyntax[XtensionTree]

Inherited by implicit conversion XtensionShow from XtensionTree to prettyprinters.XtensionShow[XtensionTree]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionTree to tokenizers.XtensionTokenizeInputLike[XtensionTree]

Inherited by implicit conversion any2stringadd from XtensionTree to any2stringadd[XtensionTree]

Inherited by implicit conversion StringFormat from XtensionTree to StringFormat[XtensionTree]

Inherited by implicit conversion Ensuring from XtensionTree to Ensuring[XtensionTree]

Inherited by implicit conversion ArrowAssoc from XtensionTree to ArrowAssoc[XtensionTree]

Ungrouped