Uses of Class
net.sf.jsqlparser.expression.operators.relational.Matches

Packages that use Matches
net.sf.jsqlparser.expression   
net.sf.jsqlparser.util.deparser   
 

Uses of Matches in net.sf.jsqlparser.expression
 

Methods in net.sf.jsqlparser.expression with parameters of type Matches
 void ExpressionVisitor.visit(Matches matches)
           
 

Uses of Matches in net.sf.jsqlparser.util.deparser
 

Methods in net.sf.jsqlparser.util.deparser with parameters of type Matches
 void ExpressionDeParser.visit(Matches matches)