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, setParent
public String toString()
Object
public int matchInternal(int i, Pthings p)
Pattern
matchInternal
in class Pattern