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