method package-kind
Documentation for method package-kind
assembled from the following types:
class X::Anon::Augment
From X::Anon::Augment
(X::Anon::Augment) method package-kind
method package-kind returns Str
Returns the kind of package (module, class, grammar, ...) that the code tried to augment.
class X::Augment::NoSuchType
(X::Augment::NoSuchType) method package-kind
method package-kind(--> Str)
Returns the kind of package (class, grammar) that is being tried to augment
class X::Attribute::Package
(X::Attribute::Package) method package-kind
method package-kind(--> Str)
Returns the kind of package (package, module) that doesn't support attributes.
class X::Attribute::Undeclared
(X::Attribute::Undeclared) method package-kind
Returns the kind of package the attribute was used in (for example class
, grammar
)