sealed abstract class STree extends Product with FieldNames
Encoding of synthetic trees that are generated by inferred type parameters, implicits and .apply
.
STree can be considered as the following sealed trait:
sealed trait STree class IdTree(symbol: Symbol) extends SType class SelectTree(qualifier: STree, id: IdTree) extends SType class ApplyTree(function: STree, arguments: List[STree]) extends SType class TypeApplyTree(function: STree, typeArguments: List[SType]) extends SType class FunctionTree(parameters: List[IdTree]: STree, body: STree) extends SType class LiteralTree(constant: Constant) extends SType class MacroExpansionTree(beforeExpansion: STree, tpe: SType) extends SType class OriginalTree(tree: scala.meta.Tree) extends SType object NoTree extends STree
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- STree
- FieldNames
- Product
- Equals
- AnyRef
- Any
Implicitly
- by XtensionScalafixProductInspect
- by XtensionSyntheticTree
- by XtensionScalafixProductInspect
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (STree, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (STree) ⇒ Boolean, msg: ⇒ Any): STree
- def ensuring(cond: (STree) ⇒ Boolean): STree
- def ensuring(cond: Boolean, msg: ⇒ Any): STree
- def ensuring(cond: Boolean): STree
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fieldName(n: Int): String
- Definition Classes
- FieldNames
-
def
fieldNames: Iterator[String]
- Definition Classes
- FieldNames
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonEmpty: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
def
symbol(implicit sdoc: SemanticDocument): Option[Symbol]
- Implicit
- This member is added by an implicit conversion from STree to XtensionSyntheticTree performed by method XtensionSyntheticTree in scalafix.v1.
- Definition Classes
- XtensionSyntheticTree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toString(): String
- Definition Classes
- STree → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (STree, B)
Shadowed Implicit Value Members
-
def
structure(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from STree to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: scalafix.XtensionScalafixProductInspect).structure(printWidth)
- Definition Classes
- XtensionScalafixProductInspect
-
def
structure: String
- Implicit
- This member is added by an implicit conversion from STree to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: scalafix.XtensionScalafixProductInspect).structure
- Definition Classes
- XtensionScalafixProductInspect
-
def
structure(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from STree to v1.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: v1.XtensionScalafixProductInspect).structure(printWidth)
- Definition Classes
- XtensionScalafixProductInspect
-
def
structure: String
- Implicit
- This member is added by an implicit conversion from STree to v1.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: v1.XtensionScalafixProductInspect).structure
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from STree to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: scalafix.XtensionScalafixProductInspect).structureLabeled(printWidth)
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled: String
- Implicit
- This member is added by an implicit conversion from STree to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: scalafix.XtensionScalafixProductInspect).structureLabeled
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from STree to v1.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: v1.XtensionScalafixProductInspect).structureLabeled(printWidth)
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled: String
- Implicit
- This member is added by an implicit conversion from STree to v1.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.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:(sTree: v1.XtensionScalafixProductInspect).structureLabeled
- Definition Classes
- XtensionScalafixProductInspect