Class/Object

scala.meta.internal.scalahost.converters.LogicalTrees

Template

Related Docs: object Template | package LogicalTrees

Permalink

case class Template(early: List[G.Tree], parents: List[G.Tree], self: Self, stats: Option[List[G.Tree]]) extends G.Tree with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, G.Tree, G.Attachable, G.TreeContextApiImpl, G.TreeApi, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Template
  2. Serializable
  3. Serializable
  4. Tree
  5. Attachable
  6. TreeContextApiImpl
  7. TreeApi
  8. Product
  9. Equals
  10. AnyRef
  11. Any
Implicitly
  1. by XtensionClassifiable
  2. by XtensionStructure
  3. by XtensionTokenizeInputLike
  4. by XtensionSyntax
  5. by XtensionShow
  6. by XtensionParseInputLike
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Template(early: List[G.Tree], parents: List[G.Tree], self: Self, stats: Option[List[G.Tree]])

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  7. def attachments: Attachments { type Pos = LogicalTrees.this.g.Position }

    Permalink
    Definition Classes
    Attachable
  8. def canHaveAttrs: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  9. def changeOwner(pairs: (G.Symbol, G.Symbol)*): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  10. def children: List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  11. def clearType(): Template.this.type

    Permalink
    Definition Classes
    Tree
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def collect[T](pf: PartialFunction[G.Tree, T]): List[T]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  14. def correspondsStructure(that: G.Tree)(f: (G.Tree, G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  15. def defineType(tp: G.Type): Template.this.type

    Permalink
    Definition Classes
    Tree
  16. def duplicate: Template.this.type

    Permalink
    Definition Classes
    Tree → TreeApi
  17. val early: List[G.Tree]

    Permalink
  18. def ensuring(cond: (Template) ⇒ Boolean, msg: ⇒ Any): Template

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to Ensuring[Template] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Tree → Equals → AnyRef → Any
  24. def equalsStructure(that: G.Tree): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  25. def exists(p: (G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  26. def filter(f: (G.Tree) ⇒ Boolean): List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def find(p: (G.Tree) ⇒ Boolean): Option[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  29. def forAll(p: (G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  30. def foreach(f: (G.Tree) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  31. def foreachPartial(pf: PartialFunction[G.Tree, G.Tree]): Unit

    Permalink
    Definition Classes
    TreeContextApiImpl
  32. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to StringFormat[Template] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. def freeTerms: List[G.FreeTermSymbol]

    Permalink
    Definition Classes
    TreeContextApiImpl
  34. def freeTypes: List[G.FreeTypeSymbol]

    Permalink
    Definition Classes
    TreeContextApiImpl
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hasAttachment[T](implicit arg0: ClassTag[T]): Boolean

    Permalink
    Definition Classes
    Attachable
  37. def hasExistingSymbol: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  38. def hasSymbolField: Boolean

    Permalink
    Definition Classes
    Tree
  39. def hasSymbolWhich(f: (G.Symbol) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  40. def hashCode(): Int

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  41. val id: Int

    Permalink
    Definition Classes
    Tree
  42. def is[U](implicit classifier: Classifier[Template, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionClassifiable[Template] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[Template] is in scope.
    Definition Classes
    XtensionClassifiable
  43. def isDef: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  44. def isEmpty: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  45. def isErroneous: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  46. def isErrorTyped: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. def isNot[U](implicit classifier: Classifier[Template, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionClassifiable[Template] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[Template] is in scope.
    Definition Classes
    XtensionClassifiable
  49. def isTerm: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  50. def isType: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  51. def isTyped: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  52. def modifyType(f: (G.Type) ⇒ G.Type): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def nonEmpty: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. def orElse(alt: ⇒ G.Tree): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  58. val parents: List[G.Tree]

    Permalink
  59. def parse[U](implicit convert: Convert[Template, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionParseInputLike[Template] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  60. final def pos: G.Position

    Permalink
    Definition Classes
    Tree → Attachable → TreeApi
  61. def pos_=(pos: G.Position): Unit

    Permalink
    Definition Classes
    Attachable
  62. var rawatt: Attachments { type Pos = LogicalTrees.this.g.Position }

    Permalink
    Attributes
    protected
    Definition Classes
    Attachable
  63. def removeAttachment[T](implicit arg0: ClassTag[T]): Template.this.type

    Permalink
    Definition Classes
    Attachable
  64. val self: Self

    Permalink
  65. def setAttachments(attachments: Attachments { type Pos = LogicalTrees.this.g.Position }): Template.this.type

    Permalink
    Definition Classes
    Attachable
  66. def setPos(newpos: G.Position): Template.this.type

    Permalink
    Definition Classes
    Attachable
  67. def setSymbol(sym: G.Symbol): Template.this.type

    Permalink
    Definition Classes
    Tree
  68. def setType(tp: G.Type): Template.this.type

    Permalink
    Definition Classes
    Tree
  69. def shallowDuplicate: G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  70. def shortClass: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  71. def show[Style[X] <: Show[X]](implicit style: Style[Template]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionShow[Template] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  72. val stats: Option[List[G.Tree]]

    Permalink
  73. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionStructure[Template] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[Template] is in scope.
    Definition Classes
    XtensionStructure
  74. def substituteSymbols(from: List[G.Symbol], to: List[G.Symbol]): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  75. def substituteThis(clazz: G.Symbol, to: G.Tree): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  76. def substituteTypes(from: List[G.Symbol], to: List[G.Type]): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  77. def summaryString: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  78. def symbol: G.Symbol

    Permalink
    Definition Classes
    Tree → TreeApi
  79. def symbol_=(sym: G.Symbol): Unit

    Permalink
    Definition Classes
    Tree
  80. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  81. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionSyntax[Template] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[Template] is in scope.
    Definition Classes
    XtensionSyntax
  82. def toString(): String

    Permalink
    Definition Classes
    TreeApi → AnyRef → Any
  83. def tokenize(implicit convert: Convert[Template, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from Template to meta.XtensionTokenizeInputLike[Template] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  84. final def tpe: G.Type

    Permalink
    Definition Classes
    Tree → TreeApi
  85. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): Template.this.type

    Permalink
    Definition Classes
    Attachable
  86. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def withFilter(f: (G.Tree) ⇒ Boolean): List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  90. def [B](y: B): (Template, B)

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

Deprecated Value Members

  1. def hasSymbol: Boolean

    Permalink
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use hasSymbolField

  2. def tpe_=(t: G.Type): Unit

    Permalink
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use setType

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from G.Tree

Inherited from G.Attachable

Inherited from G.TreeContextApiImpl

Inherited from G.TreeApi

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

Ungrouped