public CompiledMethod CreateMethod(MethodDefinition definition, IDefinitionInstallerContext installer, SmalltalkClass cls, CompiledMethod.MethodType methodType)
        {
            Symbol selector = installer.Runtime.GetSymbol(this.ParseTree.Selector);

            return(new RuntimeCompiledMethod(cls, selector, methodType, this.ParseTree, new DebugInfoService(this.SourceCodeService)));
        }