MCPcopy Create free account
hub / github.com/google/re2j / from

Method from

java/com/google/re2j/Parser.java:775–777  ·  view source on GitHub ↗
(int beforePos)

Source from the content-addressed store, hash-verified

773 // Returns the substring from |beforePos| to the current position.
774 // |beforePos| must have been previously returned by |pos()|.
775 String from(int beforePos) {
776 return str.substring(beforePos, pos);
777 }
778
779 @Override
780 public String toString() {

Callers 9

repeatMethod · 0.80
parseRepeatMethod · 0.80
parsePerlFlagsMethod · 0.80
parseIntMethod · 0.80
parseEscapeMethod · 0.80
parseClassCharMethod · 0.80
parsePerlClassEscapeMethod · 0.80
parseUnicodeClassMethod · 0.80
parseClassMethod · 0.80

Calls 1

substringMethod · 0.80

Tested by

no test coverage detected