Package 

Interface Keyword


  • 
    public interface Keyword
    
                        

    关键词参数。代表了对 love.forte.simbot.core.annotation.Filter.value 的关键词解析结果。

    • Method Summary

      Modifier and Type Method Description
      abstract Regex getRegex() 匹配关键字对应的正则实例。
      abstract String getText() 匹配关键字对应的原始文本。
      abstract FilterParameterMatcher getParameterMatcher() 匹配关键字对应的参数提取器。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait