NonEmpty

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

Attributes

Graph
Supertypes
trait Tree
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ApplyTree
class FunctionTree
class IdTree
class LiteralTree
class OriginalTree
class SelectTree
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
Tree

Value members

Inherited methods

final def asMessage: TreeMessage

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

Attributes

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product