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

Method posT

chapter24/src/main/java/com/seaofnodes/simple/Parser.java:1811–1811  ·  view source on GitHub ↗
(int pos)

Source from the content-addressed store, hash-verified

1809 return old;
1810 }
1811 private Type posT(int pos) { _lexer._position = pos; return null; }
1812 // Source code location
1813 Lexer loc() { return new Lexer(_lexer); }
1814

Callers 3

skipAsgnMethod · 0.95
typeMethod · 0.95
typeFunPtrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected