R - type of returned object by translatorS - type of specific for translator objectpublic abstract class IRTranslator<R,S> extends Object
| Constructor and Description |
|---|
IRTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract R |
execute(Ruby runtime,
IRScriptBody producedIrScope,
S specificObject) |
R |
execute(Ruby runtime,
ParseResult result,
S specificObject) |
public R execute(Ruby runtime, ParseResult result, S specificObject)
protected abstract R execute(Ruby runtime, IRScriptBody producedIrScope, S specificObject)
Copyright © 2001-2016 JRuby. All Rights Reserved.