Uses of Class
org.htmlunit.corejs.javascript.CompilerEnvirons
-
Packages that use CompilerEnvirons Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.optimizer -
-
Uses of CompilerEnvirons in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as CompilerEnvirons Modifier and Type Field Description private CompilerEnvironsCodeGenerator. compilerEnv(package private) CompilerEnvironsParser. compilerEnvMethods in org.htmlunit.corejs.javascript that return CompilerEnvirons Modifier and Type Method Description static CompilerEnvironsCompilerEnvirons. ideEnvirons()Returns aCompilerEnvironssuitable for using Rhino in an IDE environment.Methods in org.htmlunit.corejs.javascript with parameters of type CompilerEnvirons Modifier and Type Method Description InterpreterDataCodeGenerator. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)java.lang.ObjectEvaluator. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)Compile the script or function from intermediate representation tree into an executable form.java.lang.ObjectInterpreter. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)private ScriptNodeContext. parse(java.lang.String sourceString, java.lang.String sourceName, int lineno, CompilerEnvirons compilerEnv, ErrorReporter compilationErrorReporter, boolean returnFunction)voidNodeTransformer. transform(ScriptNode tree, boolean inStrictMode, CompilerEnvirons env)voidNodeTransformer. transform(ScriptNode tree, CompilerEnvirons env)Constructors in org.htmlunit.corejs.javascript with parameters of type CompilerEnvirons Constructor Description IRFactory(CompilerEnvirons env)IRFactory(CompilerEnvirons env, ErrorReporter errorReporter)Parser(CompilerEnvirons compilerEnv)Parser(CompilerEnvirons compilerEnv, ErrorReporter errorReporter) -
Uses of CompilerEnvirons in org.htmlunit.corejs.javascript.optimizer
Fields in org.htmlunit.corejs.javascript.optimizer declared as CompilerEnvirons Modifier and Type Field Description (package private) CompilerEnvironsBodyCodegen. compilerEnvprivate CompilerEnvironsClassCompiler. compilerEnvprivate CompilerEnvironsCodegen. compilerEnvMethods in org.htmlunit.corejs.javascript.optimizer that return CompilerEnvirons Modifier and Type Method Description CompilerEnvironsClassCompiler. getCompilerEnv()Get the compiler environment the compiler uses.Methods in org.htmlunit.corejs.javascript.optimizer with parameters of type CompilerEnvirons Modifier and Type Method Description java.lang.ObjectCodegen. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)byte[]Codegen. compileToClassFile(CompilerEnvirons compilerEnv, java.lang.String mainClassName, ScriptNode scriptOrFn, java.lang.String encodedSource, boolean returnFunction)Constructors in org.htmlunit.corejs.javascript.optimizer with parameters of type CompilerEnvirons Constructor Description ClassCompiler(CompilerEnvirons compilerEnv)Construct ClassCompiler that uses the specified compiler environment when generating classes.
-