OrgQueryParserDefinition class

Inheritance

Constructors

OrgQueryParserDefinition()

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

Operators

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