OrgKeyword class

A planning keyword, like SCHEDULED: or DEADLINE:

TODO(aaron): Rename this to "OrgPlanningKeyword"?

Inheritance
Mixed in types

Constructors

OrgKeyword(String content)

Properties

children List<OrgNode>
The children of this node. May be empty.
no setterinherited
content String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(Pattern pattern) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
visit<T extends OrgNode>(bool visitor(T)) bool
Walk AST with visitor. Specify a type T to only visit nodes of that type. The visitor function must return true to continue iterating, or false to stop.
inherited

Operators

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