SearcherGroupHandler class

Implementers

Constructors

SearcherGroupHandler(SearchEngine searchEngine)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchEngine SearchEngine
final

Methods

group(int groupNo) String?
Returns the group with groupNo of the last hit. If groupNo is 0 the full match is returned. Returns null if this group does not exist, the group otherwise.
groups() int
Returns the number of groups of the last hit.
hitStart() int?
Returns the column of the last hit found by this instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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