PathNode class

内部类,用于表示路径中的节点

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
将节点转换为字符串表示
override
Unlink the element from its linked list.
inherited

Operators

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