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

Hierarchy

Expanded class hierarchy of JSToken

Fichier

advagg_js_minify/jsminplus.inc, line 2319

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

}

Members

Titre Trier par ordre décroissant Modifiers Object type Résumé
JSToken::$assignOp public property
JSToken::$end public property
JSToken::$lineno public property
JSToken::$start public property
JSToken::$type public property
JSToken::$value public property