NAME
MarpaX::Database::Terminfo::Grammar::Actions - Terminfo grammar actions
VERSION
version 0.012
DESCRIPTION
This modules give the actions associated to terminfo grammar.
new($class)
Instance a new object.
value($self)
Return a parse-tree value.
endTerminfo($self)
Push a new terminfo placeholder.
longname($self, $longname)
"longname" action.
alias($self, $alias)
"alias" action.
boolean($self, $boolean)
"boolean" action.
numeric($self, $numeric)
"numeric" action.
string($self, $string)
"string" action.
AUTHOR
jddurand <jeandamiendurand@free.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jean-Damien Durand.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.