Package com.google.javascript.rhino
Class TokenStream
- java.lang.Object
-
- com.google.javascript.rhino.TokenStream
-
public class TokenStream extends java.lang.Object
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
Constructors Constructor Description TokenStream()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isJSIdentifier(java.lang.String s)
static boolean
isKeyword(java.lang.String name)
-