//protected CompilerPhase GetCompPhase() { return SymbolLoader.CompPhase(); } //protected void SetCompPhase(CompilerPhase compPhase) { SymbolLoader.compPhase = compPhase; } public PredefinedTypes getPredefTypes() { return(SymbolLoader.GetPredefindTypes()); }