TITLE ^

Capture - Perl 6 Capture class

DESCRIPTION ^

This file sets up the Perl 6 Capture class.

METHODS ^

!create

Creates a capture.

clone (vtable method)

Captures are immutable, so just return ourself.

get_pmc_keyed (vtable method)

Gets the given item from the capture.

XXX Contains workaround until we get keyed_int in place in PCT.

item (method)

Gets the invocant part of the capture.

list (method)

Gets the positional part of the capture.

hash (method)

Gets the named part of the capture.


parrot