Uses of Class
org.htmlunit.corejs.javascript.CompilerEnvirons
Packages that use CompilerEnvirons
-
Uses of CompilerEnvirons in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as CompilerEnvironsModifier and TypeFieldDescriptionprivate CompilerEnvirons
CodeGenerator.compilerEnv
(package private) CompilerEnvirons
Parser.compilerEnv
Methods in org.htmlunit.corejs.javascript that return CompilerEnvironsModifier and TypeMethodDescriptionstatic CompilerEnvirons
CompilerEnvirons.ideEnvirons()
Returns aCompilerEnvirons
suitable for using Rhino in an IDE environment.Methods in org.htmlunit.corejs.javascript with parameters of type CompilerEnvironsModifier and TypeMethodDescriptionCodeGenerator.compile
(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction) Evaluator.compile
(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction) Compile the script or function from intermediate representation tree into an executable form.Interpreter.compile
(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction) private ScriptNode
Context.parse
(String sourceString, String sourceName, int lineno, CompilerEnvirons compilerEnv, ErrorReporter compilationErrorReporter, boolean returnFunction) final void
NodeTransformer.transform
(ScriptNode tree, boolean inStrictMode, CompilerEnvirons env) final void
NodeTransformer.transform
(ScriptNode tree, CompilerEnvirons env) Constructors in org.htmlunit.corejs.javascript with parameters of type CompilerEnvironsModifierConstructorDescriptionIRFactory
(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 CompilerEnvironsModifier and TypeFieldDescription(package private) CompilerEnvirons
BodyCodegen.compilerEnv
private CompilerEnvirons
ClassCompiler.compilerEnv
private CompilerEnvirons
Codegen.compilerEnv
Methods in org.htmlunit.corejs.javascript.optimizer that return CompilerEnvironsModifier and TypeMethodDescriptionClassCompiler.getCompilerEnv()
Get the compiler environment the compiler uses.Methods in org.htmlunit.corejs.javascript.optimizer with parameters of type CompilerEnvironsModifier and TypeMethodDescriptionCodegen.compile
(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction) byte[]
Codegen.compileToClassFile
(CompilerEnvirons compilerEnv, String mainClassName, ScriptNode scriptOrFn, String encodedSource, boolean returnFunction) Constructors in org.htmlunit.corejs.javascript.optimizer with parameters of type CompilerEnvironsModifierConstructorDescriptionClassCompiler
(CompilerEnvirons compilerEnv) Construct ClassCompiler that uses the specified compiler environment when generating classes.