public class NoPattern extends Pattern
| Constructor and Description |
|---|
NoPattern() |
| Modifier and Type | Method and Description |
|---|---|
int |
matchInternal(int i,
Pthings p)
The interal match function, it must be provided by any
class which wishes to extend Pattern.
|
String |
toString()
Return a String representation of this object.
|
add, countMaxChars, countMinChars, equals, getNext, match, matchAt, maxChars, minChars, nextMatch, nextString, setParentpublic String toString()
Objectpublic int matchInternal(int i,
Pthings p)
PatternmatchInternal in class Pattern