Package org.jruby.ir
Class IRTranslator<R,S>
java.lang.Object
org.jruby.ir.IRTranslator<R,S>
- Type Parameters:
R- type of returned object by translatorS- type of specific for translator object
- Direct Known Subclasses:
Compiler,Interpreter
Abstract class that contains general logic for both IR Compiler and IR Interpreter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Rexecute(ThreadContext context, IRScriptBody producedIrScope, S specificObject) execute(ThreadContext context, ParseResult result, S specificObject)
-
Constructor Details
-
IRTranslator
public IRTranslator()
-
-
Method Details
-
execute
-
execute
-