Moodle  2.2.1
http://www.collinsharper.com
JSCompilerContext Class Reference

Public Member Functions

 __construct ($inFunction)

Data Fields

 $inFunction = false
 $inForLoopInit = false
 $ecmaStrictMode = false
 $bracketLevel = 0
 $curlyLevel = 0
 $parenLevel = 0
 $hookLevel = 0
 $stmtStack = array()
 $funDecls = array()
 $varDecls = array()

Detailed Description

Definition at line 1396 of file JSMinPlus.php.


Constructor & Destructor Documentation

__construct ( inFunction)

Definition at line 1410 of file JSMinPlus.php.


Field Documentation

$bracketLevel = 0

Definition at line 1401 of file JSMinPlus.php.

$curlyLevel = 0

Definition at line 1402 of file JSMinPlus.php.

$ecmaStrictMode = false

Definition at line 1400 of file JSMinPlus.php.

$funDecls = array()

Definition at line 1407 of file JSMinPlus.php.

$hookLevel = 0

Definition at line 1404 of file JSMinPlus.php.

$inForLoopInit = false

Definition at line 1399 of file JSMinPlus.php.

$inFunction = false

Definition at line 1398 of file JSMinPlus.php.

$parenLevel = 0

Definition at line 1403 of file JSMinPlus.php.

$stmtStack = array()

Definition at line 1406 of file JSMinPlus.php.

$varDecls = array()

Definition at line 1408 of file JSMinPlus.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations