Option
CLASS
class Config::BINDish::AST::Option - configuration option representation
DESCRIPTION
Is Config::BINDish::AST::Node.
ATTRIBUTES
$.id
Unique ID of an option object. See Config::BINDish::Grammar Pre-declaration section.
METHODS
keyword(Bool :$raw)
Returns value payload of a child node labeled with "keyword" label. Returns the AST node itself with `:raw` argument.
name(Bool :$raw)
An alias to the keyword() method.
value(Bool :$raw)
Returns value payload of a child marked with "option-value". Returns the AST node itself with `:raw` argument.
SEE ALSO
COPYRIGHT
(c) 2023, Vadim Belman <[email protected]>
LICENSE
Artistic License 2.0
See the LICENSE file in this distribution.