You are here

private property JSTokenizer::$opTypeNames in Javascript Aggregator 6

File

./jsminplus.php, line 1737

Class

JSTokenizer

Code

private $opTypeNames = array(
  ';',
  ',',
  '?',
  ':',
  '||',
  '&&',
  '|',
  '^',
  '&',
  '===',
  '==',
  '=',
  '!==',
  '!=',
  '<<',
  '<=',
  '<',
  '>>>',
  '>>',
  '>=',
  '>',
  '++',
  '--',
  '+',
  '-',
  '*',
  '/',
  '%',
  '!',
  '~',
  '.',
  '[',
  ']',
  '{',
  '}',
  '(',
  ')',
  '@*/',
);