kmy.regex.util
Class SimpleRegex

java.lang.Object
  |
  +--kmy.regex.util.Regex
        |
        +--kmy.regex.util.ProxyRegex
              |
              +--kmy.regex.util.SimpleRegex

public class SimpleRegex
extends ProxyRegex


Fields inherited from class kmy.regex.util.ProxyRegex
regex
 
Fields inherited from class kmy.regex.util.Regex
factory
 
Constructor Summary
SimpleRegex(java.lang.String regex)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class kmy.regex.util.ProxyRegex
cloneRegex, getCharBuffer, getExtVariableHandle, getIndex, getMatchEnd, getMatchStart, getVariableHandle, init, match, matchWhole, search, searchAgain, setExtVariableBuffer, setIndex, setRefilledBuffer, setRefiller, variables
 
Methods inherited from class kmy.regex.util.Regex
accept, clone, createFilePattern, createLowerCaseRegex, createRegex, createRegex, createRegex, get, getMatch, getMatchString, init, init, initFactory, matches, matches, matchesWhole, matchesWhole, searchOnce, searchOnce, searchOnce, searchOnce, set, setExtVariable, setExtVariable, setExtVariable, setExtVariable, setFactory
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SimpleRegex

public SimpleRegex(java.lang.String regex)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ProxyRegex