List<AJCTree> prospectiveRootNodes = List.nil();
HashMap<AJCTree, Env<AttrContext>> environMap = new HashMap<AJCTree, Env<AttrContext>>();
// Since it's stateless...
final TreePreparationTranslator sanity = new TreePreparationTranslator();
final TreeNormalisingTranslator normaliser = new TreeNormalisingTranslator();
HashMap<MethodSymbol, AJCMethodDecl> prospectiveMethodTable = new HashMap<MethodSymbol, AJCMethodDecl>();
InitialASTConverter.init();