MediaWiki REL1_40
|
Public Member Functions | |
__construct ($t, $type=0,... $nodes) | |
__get ($name) | |
__set ($name, $value) | |
addNode ($node) | |
Public Attributes | |
$expression = null | |
$funDecls = array() | |
$treeNodes = array() | |
$varDecls = array() | |
Definition at line 1690 of file jsminplus.php.
JSNode::__construct | ( | $t, | |
$type = 0, | |||
$nodes ) |
Definition at line 1703 of file jsminplus.php.
JSNode::__get | ( | $name | ) |
Definition at line 1731 of file jsminplus.php.
JSNode::__set | ( | $name, | |
$value ) |
Definition at line 1726 of file jsminplus.php.
JSNode::addNode | ( | $node | ) |
Definition at line 1739 of file jsminplus.php.
Referenced by __construct().
JSNode::$expression = null |
Definition at line 1701 of file jsminplus.php.
JSNode::$funDecls = array() |
Definition at line 1699 of file jsminplus.php.
JSNode::$treeNodes = array() |
Definition at line 1698 of file jsminplus.php.
JSNode::$varDecls = array() |
Definition at line 1700 of file jsminplus.php.