Parse class

Implementers

Constructors

Parse(String? pattern, Token? token, [List<String>? newStates])
const
Parse.bygroups(String? pattern, List<Token?> tokens, [List<String>? nextState])
factory
Parse.empty(List<String> nextState)
factory
Parse.include(String s)
factory
Parse.lexer(Lexer lexer)
factory

Properties

groupTokens List<Token?>?
no setter
hashCode int
The hash code for this object.
no setterinherited
newStates List<String>?
final
parent Parse?
no setter
pattern String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token Token?
final

Methods

copy({List<String>? newStates}) Parse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split() List<String>
toString() String
A string representation of this object.
override

Operators

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