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 translator
S - type of specific for translator object
Direct Known Subclasses:
Compiler, Interpreter

public abstract class IRTranslator<R,S> extends Object
Abstract class that contains general logic for both IR Compiler and IR Interpreter
  • Constructor Details

    • IRTranslator

      public IRTranslator()
  • Method Details