kawa.lang
public class ListRepeatPat extends Pattern implements Printable, Externalizable
| Constructor Summary | |
|---|---|
| ListRepeatPat() | |
| ListRepeatPat(Pattern element_pattern) | |
| Method Summary | |
|---|---|
| static ListRepeatPat | make(Pattern element_pattern) |
| boolean | match(Object obj, Object[] vars, int start_vars) |
| void | print(Consumer out) |
| void | readExternal(ObjectInput in) |
| int | varCount() |
| void | writeExternal(ObjectOutput out) |
Serial Data: Write the element_pattern (using writeObject).