Beispiel #1
0
		public static void reset() {
			SymTab = new SymbolTable();
		}
Beispiel #2
0
		public static SymbolTable GetInstance() {
			if (SymTab == null)
				SymTab = new SymbolTable();
			return SymTab;
		}