GroupParse class

Inheritance

Constructors

GroupParse(String? pattern, List<Token?>? groupTokens, [List<String>? newStates])

Properties

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

Methods

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

Operators

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