C# Class Rakudo.Runtime.ThreadContext

We have one of these per thread that we are running.
ファイルを表示 Open project: jnthn/6model Class Usage Examples

Public Properties

Property Type Description
CurrentContext Context
DefaultArrayType Rakudo.Metamodel.RakudoObject
DefaultBoolBoxType Rakudo.Metamodel.RakudoObject
DefaultHashType Rakudo.Metamodel.RakudoObject
DefaultIntBoxType Rakudo.Metamodel.RakudoObject
DefaultListType Rakudo.Metamodel.RakudoObject
DefaultNumBoxType Rakudo.Metamodel.RakudoObject
DefaultStrBoxType Rakudo.Metamodel.RakudoObject
Domain ExecutionDomain

Property Details

CurrentContext public_oe property

The current context we're in.
public Context,Rakudo.Runtime CurrentContext
return Context

DefaultArrayType public_oe property

The default array type.
public RakudoObject,Rakudo.Metamodel DefaultArrayType
return Rakudo.Metamodel.RakudoObject

DefaultBoolBoxType public_oe property

The type object of the bool type we box to.
public RakudoObject,Rakudo.Metamodel DefaultBoolBoxType
return Rakudo.Metamodel.RakudoObject

DefaultHashType public_oe property

The default hash type.
public RakudoObject,Rakudo.Metamodel DefaultHashType
return Rakudo.Metamodel.RakudoObject

DefaultIntBoxType public_oe property

The type object of the integer type we box to.
public RakudoObject,Rakudo.Metamodel DefaultIntBoxType
return Rakudo.Metamodel.RakudoObject

DefaultListType public_oe property

The default list type.
public RakudoObject,Rakudo.Metamodel DefaultListType
return Rakudo.Metamodel.RakudoObject

DefaultNumBoxType public_oe property

The type object of the number type we box to.
public RakudoObject,Rakudo.Metamodel DefaultNumBoxType
return Rakudo.Metamodel.RakudoObject

DefaultStrBoxType public_oe property

The type object of the string type we box to.
public RakudoObject,Rakudo.Metamodel DefaultStrBoxType
return Rakudo.Metamodel.RakudoObject

Domain public_oe property

The execution domain that we're operating under.
public ExecutionDomain,Rakudo.Runtime Domain
return ExecutionDomain