AspectNode

final case class AspectNode(idOption: Option[String], aspectSpec: AspectSpec, tagSelectorOption: Option[String], definitionNodeSubtrees: IndexedSeq[DefinitionNodeSubtree]) extends OpenDefinitionNode
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

final def children: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendants: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendantsOrSelf: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product