OrgParserDefinition class

Top-level parser definitions

Inheritance

Constructors

OrgParserDefinition()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build<T>({Function? start, List<Object> arguments = const []}) → Parser<T>
Builds a composite parser from this definition.
inherited
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting at the specified production.
inherited
content() → Parser
override
document() → Parser
override
headline() → Parser
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
priority() → Parser
inherited
section() → Parser
override
stars() → Parser
inherited
start() → Parser
The starting production of this definition.
override
tag() → Parser
inherited
tags() → Parser
inherited
title() → Parser
override
todoKeyword() → Parser
inherited
toString() String
A string representation of this object.
inherited

Operators

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