Searched defs:getMinLength (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java258 final int getMinLength() { method in class:Token
263 sum += this.getChild(i).getMinLength();
270 int ret = this.getChild(0).getMinLength();
272 int min = this.getChild(i).getMinLength();
280 return this.getMin() * this.getChild(0).getMinLength();
296 return this.getChild(0).getMinLength();
311 throw new RuntimeException("Token#getMinLength(): Invalid Type: "+this.type);

Completed in 686 milliseconds