public class FastBracket extends Pattern
Modifier and Type | Method and Description |
---|---|
com.stevesoft.pat.Or |
addOr(Pattern p) |
Pattern |
clone1(Hashtable h)
Clones this pattern elements without cloning others in the
linked list.
|
int |
matchInternal(int pos,
Pthings pt)
The interal match function, it must be provided by any
class which wishes to extend Pattern.
|
patInt |
maxChars()
The maximum number of characters which
this pattern element can match.
|
patInt |
minChars()
The minimum number of characters which
this pattern element can match.
|
String |
toString()
Return a String representation of this object.
|
add, countMaxChars, countMinChars, equals, getNext, match, matchAt, nextMatch, nextString, setParent
public int matchInternal(int pos, Pthings pt)
Pattern
public patInt minChars()
Pattern
public patInt maxChars()
Pattern
public com.stevesoft.pat.Or addOr(Pattern p)
public Pattern clone1(Hashtable h)
Pattern