C# 클래스 Rakudo.Init

Does initialization of the Rakudo library.
파일 보기 프로젝트 열기: jnthn/6model

공개 메소드들

메소드 설명
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