Uses of Class
org.joni.Regex
-
Packages that use Regex Package Description org.joni -
-
Uses of Regex in org.joni
Fields in org.joni declared as Regex Modifier and Type Field Description RegexScanEnvironment. regprotected RegexCompiler. regexprotected RegexMatcher. regexprotected RegexParser. regexMethods in org.joni with parameters of type Regex Modifier and Type Method Description abstract MatcherMatcherFactory. create(Regex regex, byte[] bytes, int p, int end)voidUnsetAddrList. fix(Regex regex)abstract intSearchAlgorithm. search(Regex regex, byte[] text, int textP, int textEnd, int textRange)intSearchAlgorithm.SLOW_IC. search(Regex regex, byte[] text, int textP, int textEnd, int textRange)abstract intSearchAlgorithm. searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)intSearchAlgorithm.SLOW_IC. searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)Constructors in org.joni with parameters of type Regex Constructor Description ByteCodeMachine(Regex regex, byte[] bytes, int p, int end)ByteCodePrinter(Regex regex)Matcher(Regex regex, byte[] bytes)Matcher(Regex regex, byte[] bytes, int p, int end)NativeMachine(Regex regex, byte[] bytes, int p, int end)ScanEnvironment(Regex regex, Syntax syntax)SLOW_IC(Regex regex)StackMachine(Regex regex, byte[] bytes, int p, int end)
-