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

Method posT

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

Source from the content-addressed store, hash-verified

1750 return old;
1751 }
1752 private Type posT(int pos) { _lexer._position = pos; return null; }
1753 // Source code location
1754 Lexer loc() { return new Lexer(_lexer); }
1755

Callers 3

skipAsgnMethod · 0.95
typeMethod · 0.95
typeFunPtrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected