OrgQueryGrammarDefinition class

Grammar rules for the section query language described at https://orgmode.org/manual/Matching-tags-and-properties.html

Implementers

Constructors

OrgQueryGrammarDefinition()

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

alternate() → Parser
alternates() → 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
continuingExplicitAnd() → Parser
continuingImplicitAnd() → Parser
continuingSelection() → Parser
continuingSimpleSelection() → Parser
element() → Parser
exclude() → Parser
explicitAnd() → Parser
explicitInclude() → Parser
implicitAnd() → Parser
implicitInclude() → Parser
include() → Parser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numberValue() → Parser
op() → Parser
propertyExpression() → Parser
propertyName() → Parser
propertyValue() → Parser
selection() → Parser
simpleSelection() → Parser
start() → Parser
The starting production of this definition.
stringValue() → Parser
tag() → Parser
toString() String
A string representation of this object.
inherited

Operators

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