MediaWiki  1.23.2
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 1644 of file jsminplus.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 1656 of file jsminplus.php.

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

Member Function Documentation

◆ __get()

JSNode::__get (   $name)

Definition at line 1686 of file jsminplus.php.

References $name.

◆ __set()

JSNode::__set (   $name,
  $value 
)

Definition at line 1681 of file jsminplus.php.

References $name, and $value.

◆ addNode()

JSNode::addNode (   $node)

Definition at line 1694 of file jsminplus.php.

References start.

Referenced by __construct().

Member Data Documentation

◆ $end

JSNode::$end
private

Definition at line 1650 of file jsminplus.php.

◆ $funDecls

JSNode::$funDecls = array()

Definition at line 1653 of file jsminplus.php.

◆ $lineno

JSNode::$lineno
private

Definition at line 1648 of file jsminplus.php.

◆ $start

JSNode::$start
private

Definition at line 1649 of file jsminplus.php.

◆ $treeNodes

JSNode::$treeNodes = array()

Definition at line 1652 of file jsminplus.php.

◆ $type

JSNode::$type
private

Definition at line 1646 of file jsminplus.php.

Referenced by __construct().

◆ $value

JSNode::$value
private

Definition at line 1647 of file jsminplus.php.

Referenced by __set().

◆ $varDecls

JSNode::$varDecls = array()

Definition at line 1654 of file jsminplus.php.


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