object TypeEmpty extends TypeNode
- Source
- TypeStrings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeEmpty
- TypeNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def grouping: Grouping
- def label: String
- def nodes: collection.immutable.Nil.type
- def show(indent: Int, showLabel: Boolean): String
-
def
show(): String
- Definition Classes
- TypeNode
-
def
show(indent: Int): String
- Definition Classes
- TypeNode
-
def
toString(): String
- Definition Classes
- TypeNode → AnyRef → Any
- def typeName: String
-
def
withLabel(l: String): TypeEmpty.this.type
- Definition Classes
- TypeNode
-
def
withType(t: String): TypeEmpty.this.type
- Definition Classes
- TypeNode
The Scala compiler and reflection APIs.