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

Method loc

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

Source from the content-addressed store, hash-verified

1479 private Type posT(int pos) { _lexer._position = pos; return null; }
1480 // Source code location
1481 Lexer loc() { return new Lexer(_lexer); }
1482
1483
1484 // Require and return an identifier

Callers 14

parseMethod · 0.95
parseFunctionBodyMethod · 0.95
parseLoopingMethod · 0.95
jumpToMethod · 0.95
parseTrinaryMethod · 0.95
parseDeclarationMethod · 0.95
parseBitwiseMethod · 0.95
parseShiftMethod · 0.95
requireLookupIdMethod · 0.95
allocMethod · 0.95
newStructMethod · 0.95
parsePostfixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected