MCPcopy Create free account
hub / github.com/acsoto/BUAA-Compiler / getType

Method getType

src/KeyWordMap.java:45–47  ·  view source on GitHub ↗
(String ident)

Source from the content-addressed store, hash-verified

43 }
44
45 public String getType(String ident) {
46 return keyWords.get(ident);
47 }
48
49 public boolean isKey(String str) {
50 return keyWords.containsKey(str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected