GroupJParse class

Inheritance

Constructors

GroupJParse(String? pattern, List<DynamicToken?> groupDTokens, [List<String>? newStates, List<List<String>>? constants])

Properties

constants List<List<String>>?
finalinherited
dtoken DynamicToken
finalinherited
groupDTokens List<DynamicToken?>
final
groupTokens List<Token?>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isConst bool
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
no setterinherited

Methods

copy({List<String>? newStates}) GroupJParse
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