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 ListRepeatPat
boolean
Match this Pattern against an Object.void
void
int
varCount()
void
-
Constructor Details
-
ListRepeatPat
public ListRepeatPat() -
ListRepeatPat
-
-
Method Details
-
make
-
print
-
match
Description copied from class:Pattern
Match this Pattern against an Object. -
varCount
public int varCount() -
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-