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 CompilerEnvironsCodeGenerator.compilerEnv(package private) CompilerEnvironsParser.compilerEnvMethods in org.htmlunit.corejs.javascript that return CompilerEnvironsModifier and TypeMethodDescriptionstatic CompilerEnvironsCompilerEnvirons.ideEnvirons()Returns aCompilerEnvironssuitable 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 ScriptNodeContext.parse(String sourceString, String sourceName, int lineno, CompilerEnvirons compilerEnv, ErrorReporter compilationErrorReporter, boolean returnFunction) final voidNodeTransformer.transform(ScriptNode tree, boolean inStrictMode, CompilerEnvirons env) final voidNodeTransformer.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) CompilerEnvironsBodyCodegen.compilerEnvprivate CompilerEnvironsClassCompiler.compilerEnvprivate CompilerEnvironsCodegen.compilerEnvMethods 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.