Package kawa.lang
Class ListRepeatPat
java.lang.Object
kawa.lang.Pattern
kawa.lang.ListRepeatPat
- All Implemented Interfaces:
gnu.kawa.format.Printable,Externalizable,Serializable
- See Also:
-
Field Summary
Fields inherited from class kawa.lang.Pattern
matchPatternMethod, typePattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListRepeatPatbooleanMatch this Pattern against an Object.voidvoidintvarCount()void
-
Constructor Details
-
ListRepeatPat
public ListRepeatPat() -
ListRepeatPat
-
-
Method Details
-
make
-
print
-
match
Description copied from class:PatternMatch this Pattern against an Object. -
varCount
public int varCount() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-