public abstract class Rule extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Rule(String spelling,
ArrayList<Rule> rules) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
accept(Visitor visitor) |
int |
compareTo(Rule rule) |
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
public int compareTo(Rule rule)
Copyright © 2023 WSO2. All rights reserved.