Uses of Class
org.mozilla.javascript.CompilerEnvirons

Packages that use CompilerEnvirons
org.mozilla.javascript   
org.mozilla.javascript.optimizer   
 

Uses of CompilerEnvirons in org.mozilla.javascript
 

Methods in org.mozilla.javascript that return CompilerEnvirons
static CompilerEnvirons CompilerEnvirons.ideEnvirons()
          Returns a CompilerEnvirons suitable for using Rhino in an IDE environment.
 

Methods in org.mozilla.javascript with parameters of type CompilerEnvirons
 Object Evaluator.compile(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction)
          Compile the script or function from intermediate representation tree into an executable form.
 Object Interpreter.compile(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction)
           
 

Constructors in org.mozilla.javascript with parameters of type CompilerEnvirons
IRFactory(CompilerEnvirons env)
           
IRFactory(CompilerEnvirons env, ErrorReporter errorReporter)
           
Parser(CompilerEnvirons compilerEnv)
           
Parser(CompilerEnvirons compilerEnv, ErrorReporter errorReporter)
           
 

Uses of CompilerEnvirons in org.mozilla.javascript.optimizer
 

Methods in org.mozilla.javascript.optimizer that return CompilerEnvirons
 CompilerEnvirons ClassCompiler.getCompilerEnv()
          Get the compiler environment the compiler uses.
 

Methods in org.mozilla.javascript.optimizer with parameters of type CompilerEnvirons
 Object Codegen.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.mozilla.javascript.optimizer with parameters of type CompilerEnvirons
ClassCompiler(CompilerEnvirons compilerEnv)
          Construct ClassCompiler that uses the specified compiler environment when generating classes.
 



Copyright © 2013. All Rights Reserved.