DefinitionNode

sealed trait DefinitionNode extends Resource

Definition node.

Definition node.

Authors

Chris de Vreeze

trait Resource
class Object
trait Matchable
class Any

Value members

Abstract methods

def tagSelectorOption: Option[String]

Concrete methods

final def children: IndexedSeq[DefinitionNode]
final def descendants: IndexedSeq[DefinitionNode]
final def descendantsOrSelf: IndexedSeq[DefinitionNode]

Inherited methods

def idOption: Option[String]
Inherited from
Resource