BeancountParser class

Constructors

BeancountParser({List<Currency> currencyList = const []})

Properties

currencyList List<Currency>
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

accountAction() → Parser
accountActionPrimitive() → Parser
inherited
accountPreffixPrimitive() → Parser
inherited
accountToken() → Parser
amountWithCurrencyToken() → Parser
balanceAction() → Parser
blankLine() → 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
comment() → Parser
commodityAction() → Parser
costToken() → Parser
currencies() → Parser
inherited
currencyToken() → Parser
inherited
customAction() → Parser
dateToken() → Parser
documentAction() → Parser
eventAction() → Parser
flagToken() → Parser
inherited
fullLineComment() → Parser
ignoredDirective() → Parser
linkToken() → Parser
lowercaseCharacterPrimitive() → Parser
inherited
metadataToken() → Parser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
noteAction() → Parser
numberToken() → Parser
inherited
option() → Parser
orgModeSection() → Parser
padAction() → Parser
postings() → Parser
priceAction() → Parser
priceToken() → Parser
inherited
queryAction() → Parser
singleMetadataToken() → Parser
inherited
singlePosition() → Parser
singlePosting() → Parser
start() → Parser
The starting production of this definition.
inherited
stringToken() → Parser
tags() → Parser
tagsCharacterPrimitive() → Parser
inherited
tagToken() → Parser
token(Parser parser) → Parser
inherited
toString() String
A string representation of this object.
inherited
transaction() → Parser
uppercaseCharacterPrimitive() → Parser
inherited
value() → Parser
inherited

Operators

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