Query: extutils::xspp::node::enum
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ExtUtils::XSpp::Node::Enum(3pm) User Contributed Perl Documentation ExtUtils::XSpp::Node::Enum(3pm)NAMEExtUtils::XSpp::Node::Enum - Node representing an enum declarationDESCRIPTIONAn ExtUtils::XSpp::Node subclass representing an "enum" declaration. As an example enum Bool { FALSE = 0, TRUE }; will create an "ExtUtils::XSpp::Node::Enum" object with "name" "Bool" and two ExtUtils::XSpp::Node::EnumValue values in the "arguments" array. Enumerations do not affect the generated code.METHODSnew my $e = ExtUtils::XSpp::Node::Enum->new( name => 'Bool', elements => [ ... ], ); Creates a new "ExtUtils::XSpp::Node::Enum". "name" gives the name of the enumeration, "undef" for anonymous enumerations. "elements" should only contain ExtUtils::XSpp::Node::EnumValue or ExtUtils::XSpp::Node::Raw objects.ACCESSORSname Returns the name of the enumeration, or "undef" for anonymous enumerations. elements An array reference containing mostly ExtUtils::XSpp::Node::EnumValue (it can contain other kinds of nodes). perl v5.14.2 2011-12-20 ExtUtils::XSpp::Node::Enum(3pm)
Related Man Pages |
---|
extutils::typemaps::cmd5.18(3pm) - mojave |
xml::xpath::node5.18(3) - mojave |
extutils::xspp::node::argument(3pm) - debian |
rdf::query::node(3pm) - debian |
xml::xpath::node(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Weird 'find' results |