Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ isDictionary
Method
isDictionary
output/java8/1.4.13/STGroupFile.java:107–111 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
105
}
106
107
@Override
108
public
boolean isDictionary(String name) {
109
if
( !alreadyLoaded ) load();
110
return
super.isDictionary(name);
111
}
112
113
@Override
114
public
boolean isDefined(String name) {
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected