NonEmpty

dotty.tools.dotc.semanticdb.Tree$.NonEmpty
sealed trait NonEmpty extends Tree

Attributes

Graph
Supertypes
trait Tree
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Tree

Value members

Inherited methods

Attributes

Inherited from:
Tree
final def asNonEmpty: Option[NonEmpty]

Attributes

Inherited from:
Tree
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
final def isDefined: Boolean

Attributes

Inherited from:
Tree
final def isEmpty: Boolean

Attributes

Inherited from:
Tree
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product