Searched defs:compile (Results 1 – 2 of 2) sorted by relevance
366 … public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { in compile() method in Pattern373 public static Pattern compile(String pattern) { in compile() method in Pattern386 private void compile() throws PatternSyntaxException { in compile() method in Pattern
180 public XPathExpression compile(String expression) in compile() method