XHHighlightMatchCore class

Constructors

XHHighlightMatchCore({required List<XHHighlightMatch> matchList, required XHHighlightMatch unMatch})
构造方法

Properties

hashCode int
The hash code for this object.
no setterinherited
matchList List<XHHighlightMatch>
需要正则匹配列表
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unMatch XHHighlightMatch
不匹配样式
final

Methods

generateTextInlineSpans(List<XHMatchInfo> infoList) List<InlineSpan>
matchThenGenInlineSpan(String target) List<InlineSpan>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startMatch(String target) List<XHMatchInfo>
toString() String
A string representation of this object.
inherited

Operators

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