MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / pos

Method pos

chapter17/src/main/java/com/seaofnodes/simple/Parser.java:1178–1178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1176 private boolean peekIsId() { return _lexer.peekIsId(); }
1177
1178 private int pos() { return _lexer._position; }
1179 private int pos(int pos) {
1180 int old = _lexer._position;
1181 _lexer._position = pos;

Callers 6

parseLoopingMethod · 0.95
skipAsgnMethod · 0.95
parseAsgnMethod · 0.95
typeMethod · 0.95
parseUnaryMethod · 0.95
matchIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected