SimpleKeyword

class SimpleKeyword(val text: String, isPlainText: Boolean = false) : Keyword(source)

一个普通的value值构建为 Keyword 实例。

Constructors

Link copied to clipboard
constructor(text: String, isPlainText: Boolean = false)

Properties

Link copied to clipboard
open override val regex: Regex

关键词文本 text 转化后的正则类型。

Link copied to clipboard
open override val regexValueMatcher: ValueMatcher

基于正则 regex 的匹配与参数提取器。

Link copied to clipboard
open override val text: String

关键词的字符串文本。