Uses of Class
org.joni.Regex

Packages that use Regex
org.joni   
 

Uses of Regex in org.joni
 

Fields in org.joni declared as Regex
 Regex ScanEnvironment.reg
           
 

Methods in org.joni with parameters of type Regex
 void UnsetAddrList.fix(Regex regex)
           
abstract  int SearchAlgorithm.search(Regex regex, byte[] text, int textP, int textEnd, int textRange)
           
 int SearchAlgorithm.SLOW_IC.search(Regex regex, byte[] text, int textP, int textEnd, int textRange)
           
abstract  int SearchAlgorithm.searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)
           
 int SearchAlgorithm.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
Matcher(Regex regex, byte[] bytes)
           
Matcher(Regex regex, byte[] bytes, int p, int end)
           
ScanEnvironment(Regex regex, Syntax syntax)
           
SearchAlgorithm.SLOW_IC(Regex regex)
           
 



Copyright © 2008. All Rights Reserved.