PathNode class final

Inheritance

Constructors

PathNode(Element indexElement)

Properties

hashCode int
The hash code for this object.
no setterinherited
ignore bool
no setter
index int
no setter
indexElement Element
getter/setter pair
isPage bool
getter/setter pair
list LinkedList<PathNode>?
The linked list containing this element.
no setterinherited
name String
no setter
next PathNode?
The successor of this element in its linked list.
no setterinherited
previous PathNode?
The predecessor of this element in its linked list.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computeIndex() → void
formatName() → void
insertAfter(PathNode entry) → void
Insert an element after this element in this element's linked list.
inherited
insertBefore(PathNode entry) → void
Insert an element before this element in this element's linked list.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
Unlink the element from its linked list.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited