SYMBOL INDEX (16 symbols across 4 files) FILE: utils/tests/c.c function main (line 4) | int main(int argc, char **argv) { FILE: utils/tests/java.java class GetEnv (line 4) | public class GetEnv { method main (line 9) | public static void main(String[] args) { FILE: utils/tests/python.py class ExitNotifyThread (line 3) | class ExitNotifyThread(Thread): method run (line 6) | def run(self): method setExitCause (line 39) | def setExitCause(self, cause): method getExitCause (line 41) | def getExitCause(self): method setExitException (line 46) | def setExitException(self, exc): method getExitException (line 48) | def getExitException(self): method setExitStackTrace (line 52) | def setExitStackTrace(self, st): method getExitStackTrace (line 54) | def getExitStackTrace(self): method setExitMessage (line 58) | def setExitMessage(self, msg): method getExitMessage (line 63) | def getExitMessage(self): FILE: utils/tests/ruby.rb function initialize (line 5) | def initialize(rbconfig) function load_savefile (line 10) | def load_savefile function setup_rb_error (line 36) | def setup_rb_error(msg)