MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($t, $type=0) | |
__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 1644 of file jsminplus.php.
JSNode::__construct | ( | $ | t, |
$ | type = 0 |
||
) |
Definition at line 1656 of file jsminplus.php.
References $t, $type, and addNode().
JSNode::__get | ( | $ | name | ) |
Definition at line 1686 of file jsminplus.php.
JSNode::__set | ( | $ | name, |
$ | value | ||
) |
Definition at line 1681 of file jsminplus.php.
References $value.
JSNode::addNode | ( | $ | node | ) |
Definition at line 1694 of file jsminplus.php.
Referenced by __construct().
JSNode::$end [private] |
Definition at line 1650 of file jsminplus.php.
JSNode::$funDecls = array() |
Definition at line 1653 of file jsminplus.php.
JSNode::$lineno [private] |
Definition at line 1648 of file jsminplus.php.
JSNode::$start [private] |
Definition at line 1649 of file jsminplus.php.
JSNode::$treeNodes = array() |
Definition at line 1652 of file jsminplus.php.
JSNode::$type [private] |
Definition at line 1646 of file jsminplus.php.
Referenced by __construct().
JSNode::$value [private] |
Definition at line 1647 of file jsminplus.php.
Referenced by __set().
JSNode::$varDecls = array() |
Definition at line 1654 of file jsminplus.php.