case class ThisNode(tpe: TypeEntity, tpl: Option[TemplateEntity])(tooltip: Option[String] = None) extends Node with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThisNode
- Serializable
- Serializable
- Product
- Equals
- Node
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ThisNode(tpe: TypeEntity, tpl: Option[TemplateEntity])(tooltip: Option[String] = None)
Value Members
-
def
doctpl: Option[DocTemplateEntity]
shortcut to get a DocTemplateEntity
shortcut to get a DocTemplateEntity
- Definition Classes
- Node
-
def
isClassNode: Boolean
- Definition Classes
- Node
-
def
isImplicitNode: Boolean
- Definition Classes
- Node
-
def
isNormalNode: Boolean
- Definition Classes
- Node
-
def
isObjectNode: Boolean
- Definition Classes
- Node
-
def
isOtherNode: Boolean
- Definition Classes
- Node
-
def
isOutsideNode: Boolean
- Definition Classes
- Node
- def isThisNode: Boolean
-
def
isTraitNode: Boolean
- Definition Classes
- Node
-
def
isTypeNode: Boolean
- Definition Classes
- Node
-
def
name: String
- Definition Classes
- Node
- val tooltip: Option[String]
- val tpe: TypeEntity
- val tpl: Option[TemplateEntity]
The Scala compiler and reflection APIs.