Package com.google.javascript.rhino
Class TokenStream
java.lang.Object
com.google.javascript.rhino.TokenStream
This class implements the JavaScript scanner.
It is based on the C source files jsscan.c and jsscan.h
in the jsref package.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
-
Constructor Details
-
TokenStream
public TokenStream()
-
-
Method Details
-
isKeyword
-
isJSIdentifier
-