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

Method loc

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

Source from the content-addressed store, hash-verified

1811 private Type posT(int pos) { _lexer._position = pos; return null; }
1812 // Source code location
1813 Lexer loc() { return new Lexer(_lexer); }
1814
1815
1816 // Require and return an identifier

Callers 15

parseMethod · 0.95
parseFunctionBodyMethod · 0.95
parseLoopingMethod · 0.95
jumpToMethod · 0.95
parseTrinaryMethod · 0.95
parseDeclarationMethod · 0.95
parseBitwiseMethod · 0.95
parseComparisonMethod · 0.95
parseShiftMethod · 0.95
parsePrimaryMethod · 0.95
allocMethod · 0.95
newStructMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected