1MDOM::Assignment(3) User Contributed Perl Documentation MDOM::Assignment(3)
2
3
4
6 MDOM::Assignment - DOM Assignment Node for Makefiles
7
9 An assignment node.
10
11 Accessors
12 lhs left hand side of assignment
13
14 rhs right hand side of assignment
15
16 op assignment operator
17
19 Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>
20
22 Copyright 2006-2014 by Yichun "agentzh" Zhang (章亦春).
23
24 This library is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
28 MDOM::Document, MDOM::Document::Gmake, PPI, Makefile::Parser::GmakeDB,
29 makesimple.
30
31
32
33perl v5.32.0 2020-07-28 MDOM::Assignment(3)