MCPcopy Create free account
hub / github.com/chibash/stone / identifier

Method identifier

src/stone/Parser.java:334–336  ·  view source on GitHub ↗
(HashSet<String> reserved)

Source from the content-addressed store, hash-verified

332 return this;
333 }
334 public Parser identifier(HashSet<String> reserved) {
335 return identifier(null, reserved);
336 }
337 public Parser identifier(Class<? extends ASTLeaf> clazz,
338 HashSet<String> reserved)
339 {

Callers 6

TypedParserClass · 0.80
TypedParserMethod · 0.80
FuncParserClass · 0.80
ClassParserClass · 0.80
ClassParserMethod · 0.80
BasicParserClass · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected