Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

moosex::declare::context::namespaced5.18(3pm) [mojave man page]

MooseX::Declare::Context::Namespaced(3pm)		User Contributed Perl Documentation		 MooseX::Declare::Context::Namespaced(3pm)

NAME
MooseX::Declare::Context::Namespaced - Namespaced context DESCRIPTION
This context trait will add namespace functionality to the context. ATTRIBUTES
namespace This will be set when the "strip_namespace" method is called and the namespace wasn't anonymous. It will contain the specified namespace, not the fully qualified one. METHODS
strip_namespace Maybe[Str] Object->strip_namespace() This method is intended to parse the main namespace of a namespaced keyword. It will use Devel::Declare::Context::Simples "strip_word" method and store the result in the "namespace" attribute if true. qualify_namespace Str Object->qualify_namespace(Str $namespace) If the $namespace passed it begins with a "::", it will be prefixed with the outer namespace in the file. If there is no outer namespace, an error will be thrown. SEE ALSO
o MooseX::Declare o MooseX::Declare::Context AUTHOR
Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-14 MooseX::Declare::Context::Namespaced(3pm)

Check Out this Related Man Page

MooseX::Declare::Context::Parameterized(3pm)		User Contributed Perl Documentation	      MooseX::Declare::Context::Parameterized(3pm)

NAME
MooseX::Declare::Context::Parameterized - context for parsing optionally parameterized statements DESCRIPTION
This context trait will add optional parameterization functionality to the context. ATTRIBUTES
parameter_signature This will be set when the "strip_parameter_signature" method is called and it was able to extract a list of parameterisations. METHODS
has_parameter_signature Predicate method for the "parameter_signature" attribute. add_parameter Allows storing parameters extracted from "parameter_signature" to be used later on. get_parameters Returns all previously added parameters. strip_parameter_signature Maybe[Str] Object->strip_parameter_signature() This method is intended to parse the main namespace of a namespaced keyword. It will use Devel::Declare::Context::Simples "strip_word" method and store the result in the "namespace" attribute if true. SEE ALSO
o MooseX::Declare o MooseX::Declare::Context AUTHOR
Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-14 MooseX::Declare::Context::Parameterized(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

Context Free Grammar

Hi Folks, I am trying to write a small compiler for syntax checking in C programs. I would like to attach a Context Free Grammar(CFC) to it. Does any one know as to how I should associate or map the Grammar with the C program???? A quick help would help me a lot...... Thanks, Nisha (4 Replies)
Discussion started by: Nisha
4 Replies

2. UNIX for Advanced & Expert Users

Context Switching

I know that this is a relative question but can someone give me an idea of what would be considered a high number of context switches? I am running vmstat and show a cs value of between 5000 and 6000 on a 4 processor system. How can I deduce if this number is high or not? Also, the timeslice... (2 Replies)
Discussion started by: keelba
2 Replies

3. UNIX for Advanced & Expert Users

Signal Handling and Context Switches

(2 Replies)
Discussion started by: XComp
2 Replies

4. Shell Programming and Scripting

Context Managers in Python

Could anyone please explain Context Managers in Python with some detailed example or any URL that explains in detail? Initially tried to get some help from google... but not much satisfied. Thanks in advance... Regards, J (1 Reply)
Discussion started by: scriptscript
1 Replies