1LaTeXML::Core::ParameteUrsse(r3)Contributed Perl DocumenLtaaTteiXoMnL::Core::Parameters(3)
2
3
4
6 "LaTeXML::Core::Parameters" - formal parameters.
7
9 Provides a representation for the formal parameters of
10 LaTeXML::Core::Definitions: It extends LaTeXML::Common::Object.
11
12 METHODS
13 "@parameters = $parameters->getParameters;"
14 Return the list of "LaTeXML::Core::Parameter" contained in
15 $parameters.
16
17 "@tokens = $parameters->revertArguments(@args);"
18 Return a list of LaTeXML::Core::Token that would represent the
19 arguments such that they can be parsed by the Gullet.
20
21 "@args = $parameters->readArguments($gullet,$fordefn);"
22 Read the arguments according to this $parameters from the $gullet.
23 This takes into account any special forms of arguments, such as
24 optional, delimited, etc.
25
26 "@args = $parameters->readArgumentsAndDigest($stomach,$fordefn);"
27 Reads and digests the arguments according to this $parameters, in
28 sequence. this method is used by Constructors.
29
31 LaTeXML::Core::Parameter.
32
34 Bruce Miller <bruce.miller@nist.gov>
35
37 Public domain software, produced as part of work done by the United
38 States Government & not subject to copyright in the US.
39
40
41
42perl v5.38.0 2023-07-19 LaTeXML::Core::Parameters(3)