implicit final class XtensionTreeOps[A <: Tree] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XtensionTreeOps
- AnyVal
- Any
Implicitly
- by XtensionStructure
- by XtensionSyntax
- by XtensionClassifiable
- by XtensionTokenizeInputLike
- by XtensionShow
- by XtensionParseInputLike
- 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
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] to any2stringadd[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] to ArrowAssoc[XtensionTreeOps[A]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- val a: A
-
def
ancestors: Seq[Tree]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
collectFirst[B](pf: PartialFunction[Tree, B]): Option[B]
- Annotations
- @inline()
-
def
contains[F[_ <: Tree]](toFind: Tree)(implicit conv: (Tree) ⇒ F[Tree], eqEv: Equal[F[Tree]]): Boolean
- Annotations
- @inline()
-
def
descendants: Seq[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] to Ensuring[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] to Ensuring[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] to Ensuring[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] to Ensuring[XtensionTreeOps[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
equal[F[_ <: Tree]](b: Tree)(implicit conv: (Tree) ⇒ F[Tree], eqEv: Equal[F[Tree]]): Boolean
- Annotations
- @inline()
-
def
exists(f: (Tree) ⇒ Boolean): Boolean
- Annotations
- @inline()
-
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] to StringFormat[XtensionTreeOps[A]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
is[U](implicit classifier: Classifier[XtensionTreeOps[A], U]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] to meta.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] to meta.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
-
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] to meta.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] to meta.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] to meta.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
-
def
syntax: String
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] to meta.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
- 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] to meta.XtensionTokenizeInputLike[XtensionTreeOps[A]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
-
def
→[B](y: B): (XtensionTreeOps[A], B)
- Implicit
- This member is added by an implicit conversion from XtensionTreeOps[A] to ArrowAssoc[XtensionTreeOps[A]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc