Method Summary |
|
public Object | clone() Create a clone of this pattern. |
public String | getLocation() Returns the location from the input source. |
public char | getMaximum() Returns the maximum character for the interval. |
public char | getMinimum() Returns the minimum character for the interval. |
public void | setLocation(String location) Set the location from the input source. |
public void | setMaximum(char maximum) Sets the maximum character for the interval. |
public void | setMinimum(char minimum) Sets the minimum character for the interval. |
public String | toString() |
public Violations | validate() Validates this pattern. |