MediaWiki  1.28.1
JSNode Class Reference

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
 

Detailed Description

Definition at line 1645 of file jsminplus.php.

Constructor & Destructor Documentation

JSNode::__construct (   $t,
  $type = 0 
)

Definition at line 1657 of file jsminplus.php.

References $args, $t, $type, addNode(), and type.

Member Function Documentation

JSNode::__get (   $name)

Definition at line 1687 of file jsminplus.php.

References $name.

JSNode::__set (   $name,
  $value 
)

Definition at line 1682 of file jsminplus.php.

References $name, and $value.

JSNode::addNode (   $node)

Definition at line 1695 of file jsminplus.php.

Referenced by __construct().

Member Data Documentation

JSNode::$end
private

Definition at line 1651 of file jsminplus.php.

JSNode::$funDecls = array()

Definition at line 1654 of file jsminplus.php.

JSNode::$lineno
private

Definition at line 1649 of file jsminplus.php.

JSNode::$start
private

Definition at line 1650 of file jsminplus.php.

JSNode::$treeNodes = array()

Definition at line 1653 of file jsminplus.php.

JSNode::$type
private

Definition at line 1647 of file jsminplus.php.

Referenced by __construct().

JSNode::$value
private

Definition at line 1648 of file jsminplus.php.

Referenced by __set().

JSNode::$varDecls = array()

Definition at line 1655 of file jsminplus.php.


The documentation for this class was generated from the following file: