OrgStatisticsFractionCookie class
- Inheritance
-
- Object
- OrgNode
- OrgLeafNode
- OrgStatisticsCookie
- OrgStatisticsFractionCookie
Constructors
Properties
-
children
→ List<
OrgNode> ? -
The children of this node. May be empty (no children) or null (an object
that can't have children).
no setterinherited
- denominator → String
-
final
- done → bool
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- leading → String
-
finalinherited
- numerator → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separator → String
-
final
- trailing → String
-
finalinherited
Methods
-
contains(
Pattern pattern) → bool -
Return true if this node or any of its children recursively match the
supplied
pattern
override -
copyWith(
{String? leading, String? numerator, String? separator, String? denominator, String? trailing}) → OrgStatisticsFractionCookie -
find<
T extends OrgNode> (bool predicate(T), [OrgPath path = const []]) → ({T node, OrgPath path})? -
Find the first node in the AST that satisfies
predicate
. Specify a typeT
to only visit nodes of that type. Returns a tuple of the node and its path from the root of the tree, or null if no node is found.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMarkup(
{OrgSerializer? serializer}) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
-
update(
{required int done, required int total}) → OrgStatisticsCookie -
override
-
visit<
T extends OrgNode> (bool visitor(T)) → bool -
Walk AST with
visitor
. Specify a typeT
to only visit nodes of that type. The visitor function must returntrue
to continue iterating, orfalse
to stop.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited