implicit class XtensionTreeOps[A <: Tree] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XtensionTreeOps
- AnyRef
- Any
Implicitly
- by XtensionExtractors
- by ExtensionReplacers
- by XtensionTokenizeInputLike
- by XtensionStructure
- by XtensionSyntax
- by XtensionShow
- by XtensionParseInputLike
- by XtensionClassifiable
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XtensionTreeOps(a: A)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toany2stringadd[XtensionTreeOps[A]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (XtensionTreeOps[A], B)
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toArrowAssoc[XtensionTreeOps[A]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ancestors: List[Tree]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectFirst[B](pf: PartialFunction[Tree, B]): Option[B]
- Annotations
- @inline()
- def contains[F[x <: Tree] <: TreeEquality[x]](toFind: Tree)(implicit conv: (Tree) => F[Tree], eqEv: Equal[F[Tree]]): Boolean
- Annotations
- @inline()
- def descendants: List[Tree]
- Annotations
- @inline()
- def ensuring(cond: (XtensionTreeOps[A]) => Boolean, msg: => Any): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toEnsuring[XtensionTreeOps[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (XtensionTreeOps[A]) => Boolean): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toEnsuring[XtensionTreeOps[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toEnsuring[XtensionTreeOps[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toEnsuring[XtensionTreeOps[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists(f: (Tree) => Boolean): Boolean
- Annotations
- @inline()
- def extract[B](implicit ev: Extract[XtensionTreeOps[A], B]): List[B]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tocontrib.XtensionExtractors[XtensionTreeOps[A]] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
- Definition Classes
- XtensionExtractors
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(f: (Tree) => Boolean): Option[Tree]
- Annotations
- @inline()
- def forall(f: (Tree) => Boolean): Boolean
- Annotations
- @inline()
- def foreach(f: (Tree) => Unit): Unit
- Annotations
- @inline()
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toStringFormat[XtensionTreeOps[A]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasMod(mod: Mod)(implicit ev: Extract[XtensionTreeOps[A], Mod]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tocontrib.XtensionExtractors[XtensionTreeOps[A]] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
- Definition Classes
- XtensionExtractors
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def is[U](implicit classifier: Classifier[XtensionTreeOps[A], U]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionClassifiable[XtensionTreeOps[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api.This conversion will take place only if an implicit value of type Classifiable[XtensionTreeOps[A]] is in scope.
- Definition Classes
- XtensionClassifiable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNot[U](implicit classifier: Classifier[XtensionTreeOps[A], U]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionClassifiable[XtensionTreeOps[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api.This conversion will take place only if an implicit value of type Classifiable[XtensionTreeOps[A]] is in scope.
- Definition Classes
- XtensionClassifiable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse[U](implicit convert: Convert[XtensionTreeOps[A], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionParseInputLike[XtensionTreeOps[A]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
- Definition Classes
- XtensionParseInputLike
- def show[Style[X] <: Show[X]](implicit style: Style[XtensionTreeOps[A]]): String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionShow[XtensionTreeOps[A]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
- Definition Classes
- XtensionShow
- def structure: String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionStructure[XtensionTreeOps[A]] performed by method XtensionStructure in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionTreeOps[A]] is in scope.
- Definition Classes
- XtensionStructure
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def syntax: String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionSyntax[XtensionTreeOps[A]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionTreeOps[A]] is in scope.
- Definition Classes
- XtensionSyntax
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokenize(implicit convert: Convert[XtensionTreeOps[A], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tometa.XtensionTokenizeInputLike[XtensionTreeOps[A]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withMods(bs: List[Mod])(implicit ev: Replace[XtensionTreeOps[A], Mod]): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tocontrib.ExtensionReplacers[XtensionTreeOps[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
- Definition Classes
- ExtensionReplacers
- def withStats(bs: List[Stat])(implicit ev: Replace[XtensionTreeOps[A], Stat]): XtensionTreeOps[A]
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] tocontrib.ExtensionReplacers[XtensionTreeOps[A]] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
- Definition Classes
- ExtensionReplacers
Deprecated Value Members
- def →[B](y: B): (XtensionTreeOps[A], B)
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] toArrowAssoc[XtensionTreeOps[A]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.