DartezTokenizer class

Constructors

DartezTokenizer(Map<String, dynamic> delimiters)

Properties

buffer ↔ dynamic
getter/setter pair
columnNumber int
getter/setter pair
currentPos int
getter/setter pair
delimiters Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
regexGrouping RegExp
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokens List<Map<String, dynamic>>
getter/setter pair

Methods

convertValueToRegExpGroupString(dynamic value) → dynamic
feed(String text) → dynamic
formatError(dynamic token, dynamic message) → dynamic
has(dynamic tokenType) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reEscape(String s) String
tokenize() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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