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