MediaWiki  REL1_22
JSNode Class Reference

List of all members.

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

JSNode::__construct ( t,
type = 0 
)

Definition at line 1656 of file jsminplus.php.

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


Member Function Documentation

JSNode::__get ( name)

Definition at line 1686 of file jsminplus.php.

References $name.

JSNode::__set ( name,
value 
)

Definition at line 1681 of file jsminplus.php.

References $name, and $value.

JSNode::addNode ( node)

Definition at line 1694 of file jsminplus.php.

References start.

Referenced by __construct().


Member Data Documentation

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.


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