Name | Signature | Class |
version | String version () | RE |
RE | RE (Object pattern) | RE |
RE | RE (Object pattern, int cflags) | RE |
RE | RE (Object pattern, int cflags, RESyntax syntax) | RE |
RE | RE (REToken f_first, REToken f_last, int f_subs, int f_subIndex) | RE |
RE | RE (Object patternObj, int cflags, RESyntax syntax, int myIndex, int nextSub) | RE |
getCharUnit | int getCharUnit (char[] input, int index, CharUnit unit) | RE |
isMatch | boolean isMatch (Object input) | RE |
isMatch | boolean isMatch (Object input, int index) | RE |
isMatch | boolean isMatch (Object input, int index, int eflags) | RE |
isMatchImpl | boolean isMatchImpl (CharIndexed input, int index, int eflags) | RE |
getNumSubs | int getNumSubs () | RE |
setUncle | void setUncle (REToken f_uncle) | RE |
chain | boolean chain (REToken f_next) | RE |
getMinimumLength | int getMinimumLength () | RE |
getAllMatches | REMatch[] getAllMatches (Object input) | RE |
getAllMatches | REMatch[] getAllMatches (Object input, int index) | RE |
getAllMatches | REMatch[] getAllMatches (Object input, int index, int eflags) | RE |
getAllMatchesImpl | REMatch[] getAllMatchesImpl (CharIndexed input, int index, int eflags) | RE |
match | int[] match (CharIndexed input, int index, int eflags, REMatch mymatch) | RE |
getMatch | REMatch getMatch (Object input) | RE |
getMatch | REMatch getMatch (Object input, int index) | RE |
getMatch | REMatch getMatch (Object input, int index, int eflags) | RE |
getMatch | REMatch getMatch (Object input, int index, int eflags, StringBuffer buffer) | RE |
getMatchImpl | REMatch getMatchImpl (CharIndexed input, int index, int eflags, StringBuffer buffer) | RE |
getMatchEnumeration | REMatchEnumeration getMatchEnumeration (Object input) | RE |
getMatchEnumeration | REMatchEnumeration getMatchEnumeration (Object input, int index) | RE |
getMatchEnumeration | REMatchEnumeration getMatchEnumeration (Object input, int index, int eflags) | RE |
substitute | String substitute (Object input, String replace) | RE |
substitute | String substitute (Object input, String replace, int index) | RE |
substitute | String substitute (Object input, String replace, int index, int eflags) | RE |
substituteImpl | String substituteImpl (CharIndexed input, String replace, int index, int eflags) | RE |
substituteAll | String substituteAll (Object input, String replace) | RE |
substituteAll | String substituteAll (Object input, String replace, int index) | RE |
substituteAll | String substituteAll (Object input, String replace, int index, int eflags) | RE |
substituteAllImpl | String substituteAllImpl (CharIndexed input, String replace, int index, int eflags) | RE |
addToken | void addToken (REToken next) | RE |
setRepeated | REToken setRepeated (REToken current, int min, int max, int index) | RE |
getPosixSet | int getPosixSet (char[] pattern, int index, StringBuffer buf) | RE |
getMinMax | int getMinMax (char[] input, int index, IntPair minMax, RESyntax syntax) | RE |
toString | String toString () | RE |
dump | void dump (StringBuffer os) | RE |
makeCharIndexed | CharIndexed makeCharIndexed (Object input, int index) | RE |
REToken | REToken (int f_subIndex) | REToken |
getMinimumLength | int getMinimumLength () | REToken |
setUncle | void setUncle (REToken f_uncle) | REToken |
match | int[] match (CharIndexed input, int index, int eflags, REMatch mymatch) | REToken |
next | int[] next (CharIndexed input, int index, int eflags, REMatch mymatch) | REToken |
chain | boolean chain (REToken next) | REToken |
dump | void dump (StringBuffer os) | REToken |
dumpAll | void dumpAll (StringBuffer os) | REToken |