MediaWiki REL1_37
|
Public Member Functions | |
__construct ($t, $type=0,... $nodes) | |
__get ($name) | |
__set ($name, $value) | |
addNode ($node) | |
Public Attributes | |
$funDecls = array() | |
$treeNodes = array() | |
$varDecls = array() | |
Private Attributes | |
$end | |
$lineno | |
$start | |
$type | |
$value | |
Definition at line 1691 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.
References $value.
JSNode::addNode | ( | $node | ) |
Definition at line 1739 of file jsminplus.php.
Referenced by __construct().
|
private |
Definition at line 1697 of file jsminplus.php.
JSNode::$funDecls = array() |
Definition at line 1700 of file jsminplus.php.
|
private |
Definition at line 1695 of file jsminplus.php.
|
private |
Definition at line 1696 of file jsminplus.php.
JSNode::$treeNodes = array() |
Definition at line 1699 of file jsminplus.php.
|
private |
Definition at line 1693 of file jsminplus.php.
Referenced by __construct().
|
private |
Definition at line 1694 of file jsminplus.php.
Referenced by __set().
JSNode::$varDecls = array() |
Definition at line 1701 of file jsminplus.php.