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

Method pos

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

Source from the content-addressed store, hash-verified

1744 }
1745
1746 public int pos() { return _lexer._position; }
1747 private int pos(int pos) {
1748 int old = _lexer._position;
1749 _lexer._position = pos;

Callers 13

parseLoopingMethod · 0.95
skipAsgnMethod · 0.95
parseAsgnMethod · 0.95
typeMethod · 0.95
typeFunPtrMethod · 0.95
isTypeFunMethod · 0.95
parseUnaryMethod · 0.95
parsePrimaryMethod · 0.95
isExternDeclMethod · 0.95
parseStringMethod · 0.95
matchIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected