EvaluatorDefinition class

This class focuses on interpreting and formatting the raw parsed data into a more structured and meaningful format.

Inheritance

Constructors

EvaluatorDefinition()

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

ANON() → Parser
inherited
base() → Parser
override
BLANK_NODE_LABEL() → Parser
inherited
BlankNode() → Parser
inherited
blankNodePropertyList() → Parser
inherited
BooleanLiteral() → 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
collection() → Parser
inherited
DECIMAL() → Parser
inherited
directive() → Parser
inherited
DOUBLE() → Parser
inherited
ECHAR() → Parser
inherited
EXPONENT() → Parser
inherited
HEX() → Parser
inherited
INTEGER() → Parser
inherited
iri() → Parser
inherited
IRIREF() → Parser
override
LANGTAG() → Parser
inherited
literal() → Parser
inherited
nonSpecialChar() → Parser
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
NumericalLiteral() → Parser
override
object() → Parser
inherited
objectList() → Parser
override
PERCENT() → Parser
override
PLX() → Parser
inherited
PN_CHARS() → Parser
inherited
PN_CHARS_BASE() → Parser
inherited
PN_CHARS_U() → Parser
inherited
PN_LOCAL() → Parser
override
PN_LOCAL_ESC() → Parser
inherited
PN_PREFIX() → Parser
override
PNAME_LN() → Parser
override
PNAME_NS() → Parser
override
predicate() → Parser
inherited
predicateObjectList() → Parser
override
PrefixedName() → Parser
override
prefixID() → Parser
override
RDFLiteral() → Parser
override
sparqlBase() → Parser
inherited
sparqlPrefix() → Parser
inherited
start() → Parser
The starting production of this definition.
inherited
statement() → Parser
inherited
STRING() → Parser
inherited
STRING_LITERAL_LONG_QUOTE() → Parser
override
STRING_LITERAL_LONG_SINGLE_QUOTE() → Parser
override
STRING_LITERAL_QUOTE() → Parser
override
STRING_LITERAL_SINGLE_QUOTE() → Parser
override
subject() → Parser
inherited
toString() String
A string representation of this object.
inherited
triples() → Parser
inherited
turtleDoc() → Parser
inherited
UCHAR() → Parser
inherited
verb() → Parser
inherited
WS() → Parser
inherited

Operators

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