OrgContentGrammarDefinition class

Content grammar definition

These rules cover all "content", as opposed to "structure". See OrgGrammarDefinition.

Implementers

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

affiliatedKeyword() → Parser
affiliatedKeywordBody() → Parser
anyChar() → Parser
blankLines() → Parser
block() → Parser
bold() → Parser
build<T>({Function? start, List<Object> arguments = const []}) → Parser<T>
Builds a composite parser from this definition.
inherited
code() → Parser
date() → Parser
day() → Parser
dayName() → Parser
drawer() → Parser
drawerContent() → Parser
drawerEnd() → Parser
drawerStart() → Parser
element() → Parser
entity() → Parser
entityBody() → Parser
entityEnd() → Parser
escape() → Parser
fixedWidthArea() → Parser
fixedWidthLine() → Parser
footnote() → Parser
footnoteBody() → Parser
footnoteDefinition() → Parser
footnoteName() → Parser
footnoteReference() → Parser
footnoteReferenceInline() → Parser
footnoteReferenceNamed() → Parser
greaterBlock() → Parser
hours() → Parser
indent() → Parser
indented(Parser parser) → Parser
insignificantWhitespace() → Parser
italic() → Parser
keyword() → Parser
latexBlock() → Parser
latexInline() → Parser
lineTrailing() → Parser
lineTrailingWhitespace() → Parser
linkChar() → Parser
linkDescription() → Parser
linkEscape() → Parser
linkPart() → Parser
linkPartBody() → Parser
list() → Parser
listCheckBox() → Parser
listCounterSet() → Parser
listItem() → Parser
listItemAnyStart() → Parser
listItemContents() → Parser
listItemOrdered() → Parser
listItemUnordered() → Parser
listOrderedBullet() → Parser
listTag() → Parser
listUnorderedBullet() → Parser
macroReference() → Parser
macroReferenceArgs() → Parser
macroReferenceKey() → Parser
markup(String marker) → Parser
markupBody(String marker) → Parser
markupBorder() → Parser
markupContents(String marker) → Parser
markups() → Parser
minutes() → Parser
month() → Parser
namedBlock(String name) → Parser
namedBlockContent(String name) → Parser
namedBlockEnd(String name) → Parser
namedBlockStart(String name) → Parser
namedGreaterBlock(String name) → Parser
namedGreaterBlockContent(String name) → Parser
nonDrawerElements() → Parser
nonParagraphElements() → Parser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object() → Parser
paragraph() → Parser
paragraphEnd() → Parser
path2() → Parser
plainText([Parser? limit]) → Parser
planningLine() → Parser
postMarkup() → Parser
preMarkup() → Parser
property() → Parser
propertyKey() → Parser
propertyValue() → Parser
protocol() → Parser
ref<T>(Function callback, [dynamic arg1 = undefined, dynamic arg2 = undefined, dynamic arg3 = undefined, dynamic arg4 = undefined, dynamic arg5 = undefined]) → Parser<T>
Reference to a production callback optionally parametrized with arg1, arg2, arg3, arg4, and arg5.
inherited
ref0<T>(Parser<T> callback()) → Parser<T>
Reference to a production callback without any parameters.
inherited
ref1<T, A1>(Parser<T> callback(A1), A1 arg1) → Parser<T>
Reference to a production callback parametrized with a single argument arg1.
inherited
ref2<T, A1, A2>(Parser<T> callback(A1, A2), A1 arg1, A2 arg2) → Parser<T>
Reference to a production callback parametrized with two arguments arg1 and arg2.
inherited
ref3<T, A1, A2, A3>(Parser<T> callback(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) → Parser<T>
Reference to a production callback parametrized with tree arguments arg1, arg2, and arg3.
inherited
ref4<T, A1, A2, A3, A4>(Parser<T> callback(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) → Parser<T>
Reference to a production callback parametrized with four arguments arg1, arg2, arg3, and arg4.
inherited
ref5<T, A1, A2, A3, A4, A5>(Parser<T> callback(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) → Parser<T>
Reference to a production callback parametrized with five arguments arg1, arg2, arg3, arg4, and arg5.
inherited
repeaterMark() → Parser
repeaterOrDelay() → Parser
repeaterUnit() → Parser
sexp() → Parser
sexpAtom() → Parser
sexpList() → Parser
srcBlock() → Parser
srcBlockLanguageToken() → Parser
srcBlockStart() → Parser
start() → Parser
The starting production of this definition.
strikeThrough() → Parser
table() → Parser
tableCell() → Parser
tableCellContents() → Parser
tableCellLeading() → Parser
tableCellTrailing() → Parser
tableDotElDivider() → Parser
tableLine() → Parser
tableRow() → Parser
tableRowRule() → Parser
tableRowStandard() → Parser
textRun([Parser? limit]) → Parser
time() → Parser
timestamp() → Parser
timestampDateRange(bool active) → Parser
timestampDiary() → Parser
timestampRange(bool active) → Parser
timestampSimple(bool active) → Parser
timestampTimeRange(bool active) → Parser
toString() String
A string representation of this object.
inherited
underline() → Parser
verbatim() → Parser
year() → Parser

Operators

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