Home | History | Annotate | Download | only in text

Lines Matching refs:getKeyword

1627         public String getKeyword() {
1666 String keyword = nextRule.getKeyword();
1668 if (keyword.equals(rule.getKeyword())) {
1681 if ("other".equals(rule.getKeyword())) {
1707 return r.getKeyword();
1713 result.add(rule.getKeyword());
1734 if (keyword.equals(rule.getKeyword())) {
1757 if (rule.getKeyword().equals(keyword)) {
1766 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) {
1775 if (rule.getKeyword().equals(keyword)) {