MediaWiki REL1_39
JSNode Class Reference

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()
 

Detailed Description

Definition at line 1690 of file jsminplus.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 1703 of file jsminplus.php.

References $t, and addNode().

Member Function Documentation

◆ __get()

JSNode::__get ( $name)

Definition at line 1731 of file jsminplus.php.

◆ __set()

JSNode::__set ( $name,
$value )

Definition at line 1726 of file jsminplus.php.

◆ addNode()

JSNode::addNode ( $node)

Definition at line 1739 of file jsminplus.php.

Referenced by __construct().

Member Data Documentation

◆ $expression

JSNode::$expression = null

Definition at line 1701 of file jsminplus.php.

◆ $funDecls

JSNode::$funDecls = array()

Definition at line 1699 of file jsminplus.php.

◆ $treeNodes

JSNode::$treeNodes = array()

Definition at line 1698 of file jsminplus.php.

◆ $varDecls

JSNode::$varDecls = array()

Definition at line 1700 of file jsminplus.php.


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