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
arbitraryGreaterBlock() → 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
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting at the specified production.
inherited
code() → Parser
comment() → 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
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
localVariables() → 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
pgpBlock() → Parser
pgpBlockBody() → Parser
pgpBlockEnd() → Parser
pgpBlockStart() → Parser
plainText([Parser? limit]) → Parser
planningLine() → Parser
postMarkup() → Parser
preMarkup() → Parser
property() → Parser
propertyKey() → Parser
propertyValue() → Parser
protocol() → Parser
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