GroupType class

Constructors

GroupType.captureNamed(String name)
Used when the found value needs to be captured using a name
const
GroupType.captureUnNamed()
Used when the found value needs to be captured
const
GroupType.lookAhead()
When looking for a value that is followed by another value and the following value may not be captured
const
GroupType.lookAheadAnythingBut()
When looking for a value that is NOT followed by another value and the following value may not be captured
const
GroupType.lookPreceding()
When looking for a value that is preceded by another value and the preceded value may not be captured
const
GroupType.lookPrecedingAnythingBut()
When looking for a value that is NOT preceded by another value and the preceded value may not be captured
const
GroupType.noneCapturing()
Used when the found value does not need to be captured
const

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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