Uses of Class
org.mozilla.javascript.Parser
-
Packages that use Parser Package Description org.mozilla.javascript -
-
Uses of Parser in org.mozilla.javascript
Subclasses of Parser in org.mozilla.javascript Modifier and Type Class Description classIRFactoryThis class rewrites the parse tree into an IR suitable for codegen.Fields in org.mozilla.javascript declared as Parser Modifier and Type Field Description private ParserTokenStream. parserConstructors in org.mozilla.javascript with parameters of type Parser Constructor Description TokenStream(Parser parser, java.io.Reader sourceReader, java.lang.String sourceString, int lineno)
-