C# Class Rakudo.Runtime.Context

A context represents a given invocation of a block. (Note this is fairly sketchy at the moment.)
Afficher le fichier Open project: jnthn/6model Class Usage Examples

Méthodes publiques

Свойство Type Description
Caller Context
Capture Rakudo.Metamodel.RakudoObject
LexPad Lexpad
Outer Context
StaticCodeObject RakudoCodeRef.Instance

Méthodes publiques

Méthode Description
Context ( ) : System

Creates an empty, uninitialized context.

Context ( RakudoObject StaticCodeObject_Uncast, Context Caller, RakudoObject Capture ) : System

Initializes the context.

Method Details

Context() public méthode

Creates an empty, uninitialized context.
public Context ( ) : System
Résultat System

Context() public méthode

Initializes the context.
public Context ( RakudoObject StaticCodeObject_Uncast, Context Caller, RakudoObject Capture ) : System
StaticCodeObject_Uncast Rakudo.Metamodel.RakudoObject
Caller Context
Capture Rakudo.Metamodel.RakudoObject
Résultat System

Property Details

Caller public_oe property

The dynamic chain.
public Context,Rakudo.Runtime Caller
Résultat Context

Capture public_oe property

The capture passed as part of the current call.
public RakudoObject,Rakudo.Metamodel Capture
Résultat Rakudo.Metamodel.RakudoObject

LexPad public_oe property

Lexpad.
public Lexpad LexPad
Résultat Lexpad

Outer public_oe property

The static chain.
public Context,Rakudo.Runtime Outer
Résultat Context

StaticCodeObject public_oe property

The static code object.
public RakudoCodeRef.Instance StaticCodeObject
Résultat RakudoCodeRef.Instance