kawa.lang

Class ListRepeatPat

public class ListRepeatPat extends Pattern implements Printable, Externalizable

Constructor Summary
ListRepeatPat()
ListRepeatPat(Pattern element_pattern)
Method Summary
static ListRepeatPatmake(Pattern element_pattern)
booleanmatch(Object obj, Object[] vars, int start_vars)
voidprint(Consumer out)
voidreadExternal(ObjectInput in)
intvarCount()
voidwriteExternal(ObjectOutput out)

Constructor Detail

ListRepeatPat

public ListRepeatPat()

ListRepeatPat

public ListRepeatPat(Pattern element_pattern)

Method Detail

make

public static ListRepeatPat make(Pattern element_pattern)

match

public boolean match(Object obj, Object[] vars, int start_vars)

print

public void print(Consumer out)

readExternal

public void readExternal(ObjectInput in)

varCount

public int varCount()

writeExternal

public void writeExternal(ObjectOutput out)

Serial Data: Write the element_pattern (using writeObject).