C# Класс Rakudo.Init

Does initialization of the Rakudo library.
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( string SettingName ) : ThreadContext

Handles the various bits of initialization that are needed. Probably needs some don't-dupe-this work.

LoadSetting ( string Name, RakudoObject KnowHOW, RakudoObject KnowHOWAttribute ) : Context

Loads the setting with the given name.

Приватные методы

Метод Описание
BootstrapSetting ( RakudoObject KnowHOW, RakudoObject KnowHOWAttribute ) : Context

Sets up the bootstrapping setting that we use to compile the real setting.

RegisterRepresentations ( ) : void

Registers all of the built-in representations.

Описание методов

Initialize() публичный статический Метод

Handles the various bits of initialization that are needed. Probably needs some don't-dupe-this work.
public static Initialize ( string SettingName ) : ThreadContext
SettingName string
Результат Rakudo.Runtime.ThreadContext

LoadSetting() публичный статический Метод

Loads the setting with the given name.
public static LoadSetting ( string Name, RakudoObject KnowHOW, RakudoObject KnowHOWAttribute ) : Context
Name string
KnowHOW Rakudo.Metamodel.RakudoObject
KnowHOWAttribute Rakudo.Metamodel.RakudoObject
Результат Rakudo.Runtime.Context