Home | History | Annotate | Download | only in simple

Lines Matching refs:getKeyword

1618         public String getKeyword() {
1657 String keyword = nextRule.getKeyword();
1659 if (keyword.equals(rule.getKeyword())) {
1672 if ("other".equals(rule.getKeyword())) {
1698 return r.getKeyword();
1704 result.add(rule.getKeyword());
1725 if (keyword.equals(rule.getKeyword())) {
1748 if (rule.getKeyword().equals(keyword)) {
1757 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) {
1766 if (rule.getKeyword().equals(keyword)) {