SYMBOL INDEX (13 symbols across 4 files) FILE: api/src/main/java/Main.java class Main (line 12) | public class Main { method main (line 13) | public static void main(String[] args) throws Exception { method randomWord (line 23) | private static String randomWord(String table) { method handler (line 39) | private static HttpHandler handler(Supplier word) { FILE: db/words.sql type nouns (line 1) | CREATE TABLE nouns (word TEXT NOT NULL) type verbs (line 2) | CREATE TABLE verbs (word TEXT NOT NULL) type adjectives (line 3) | CREATE TABLE adjectives (word TEXT NOT NULL) FILE: web/dispatcher.go function main (line 13) | func main() { type forwarder (line 24) | type forwarder struct method ServeHTTP (line 29) | func (f *forwarder) ServeHTTP(w http.ResponseWriter, r *http.Request) { function copy (line 51) | func copy(url, ip string, w http.ResponseWriter) error { FILE: web/static/app.js function getWord (line 35) | function getWord($http, $timeout, url, callback) { function word (line 44) | function word(resp) {