NAME

Config::Proxy::Node::Statement - simple statement node in proxy tree

DESCRIPTION

Objects of this class represent simple statements in proxy configuration file.

METHODS

is_statement

Returns true.

kw

Returns the configuration keyword.

argv

Returns the list of arguments to the configuration keyword.

arg

$s = $node->arg($n)

Returns the $nth argument.

orig

Returns original line as it appeared in the configuration file.

locus

Returns the location of this statement in the configuration file (the Text::Locus object).

SEE ALSO

Config::Proxy::Node, Config::Proxy::Section, Config::Proxy, Text::Locus.