Page Speed Optimization Libraries
1.2.24.1
|
Lexical analysis class for Javascript. More...
#include "js_lexer.h"
Public Member Functions | |
void | Lex (const StringPiece &contents) |
const char * | keyword_string (JsKeywords::Type keyword) |
JsKeywords::Type | NextToken (StringPiece *token) |
Grabs the next token from the stream. | |
bool | error () const |
Was there an error in the stream? |
Lexical analysis class for Javascript.