Formal parameters.
Provides a representation for the formal parameters of LaTeXML::Core::Definitions: It extends LaTeXML::Common::Object.
Return the list of LaTeXML::Core::Parameter contained in $parameters.
Return a list of LaTeXML::Core::Token that would represent the arguments such that they can be parsed by the Gullet.
Read the arguments according to this $parameters from the $gullet. This takes into account any special forms of arguments, such as optional, delimited, etc.
Reads and digests the arguments according to this $parameters, in sequence. this method is used by Constructors.