Page Speed Optimization Libraries  1.5.27.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::JsLexer Class Reference

Lexical analysis class for Javascript. More...

#include "js_lexer.h"

List of all members.

Public Member Functions

void Lex (const StringPiece &contents)
const char * keyword_string (pagespeed::JsKeywords::Type keyword)
pagespeed::JsKeywords::Type NextToken (StringPiece *token)
 Grabs the next token from the stream.
bool error () const
 Was there an error in the stream?

Detailed Description

Lexical analysis class for Javascript.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines