Same name and namespace in other branches
  1. 5.0.x advagg_js_minify/jsminplus.inc \JSToken 1 comment
  2. 6.0.x advagg_js_minify/jsminplus.inc \JSToken 1 comment
  3. 7.x-2.x advagg_js_compress/jsminplus.inc \JSToken 1 comment
  4. 8.x-2.x advagg_js_minify/jsminplus.inc \JSToken 1 comment
  5. 8.x-3.x advagg_js_minify/jsminplus.inc \JSToken 1 comment
  6. 8.x-4.x advagg_js_minify/jsminplus.inc \JSToken 1 comment

Hierarchy

Expanded class hierarchy of JSToken

File

advagg_js_compress/jsminplus.inc, line 2251

View source
class JSToken {
    public $type;
    public $value;
    public $start;
    public $end;
    public $lineno;
    public $assignOp;

}

Members

Title Sort descending Modifiers Object type Summary
JSToken::$assignOp public property
JSToken::$end public property
JSToken::$lineno public property
JSToken::$start public property
JSToken::$type public property
JSToken::$value public property