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

Method skip

java/com/google/re2j/Parser.java:740–742  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

738 // metacharacters that are ASCII, so there is no numeric difference
739 // between indices into UTF-8 bytes, UTF-16 codes and runes.)
740 void skip(int n) {
741 pos += n;
742 }
743
744 // Advances the cursor by the number of cursor positions in |s|.
745 void skipString(String s) {

Callers 8

parseInternalMethod · 0.95
repeatMethod · 0.45
parseRepeatMethod · 0.45
parsePerlFlagsMethod · 0.45
parseIntMethod · 0.45
parseEscapeMethod · 0.45
parseUnicodeClassMethod · 0.45
parseClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected