Property | Type | Description | |
---|---|---|---|
DuckTables | RakudoObject[]>.Dictionary | ||
HOW | |||
REPR | |||
SC | SerializationContext | ||
SpecialFindMethod | Func |
||
SpecialInvoke | Func |
||
TypeCacheID | int | ||
TypeCheckCache | Rakudo.Metamodel.RakudoObject[] | ||
VTable | Rakudo.Metamodel.RakudoObject[] | ||
WHAT |
Method | Description | |
---|---|---|
FindMethod ( |
This finds a method with the given name or using a hint.
|
|
Invoke ( |
Invokes. By default, looks up a postcircumfix:<( )> and runs that.
|
|
TypeCheck ( |
Used to do a type check. If one was published, looks in the type check cache. If there is none, calls .HOW.type_check.
|
public FindMethod ( |
||
TC | ||
Obj | ||
Name | string | |
Hint | int | |
return |
public Invoke ( |
||
TC | ||
Obj | ||
Cap | ||
return |
public TypeCheck ( |
||
TC | ||
Obj | ||
Checkee | ||
return |
public RakudoObject[],Rakudo.Metamodel TypeCheckCache | ||
return | Rakudo.Metamodel.RakudoObject[] |
public RakudoObject[],Rakudo.Metamodel VTable | ||
return | Rakudo.Metamodel.RakudoObject[] |