public class CFGInliner extends Object
| Constructor and Description |
|---|
CFGInliner(CFG build) |
| Modifier and Type | Method and Description |
|---|---|
void |
inlineMethod(IRScope methodScope,
RubyModule implClass,
int classToken,
BasicBlock callBB,
CallBase call,
boolean cloneHost) |
public CFGInliner(CFG build)
public void inlineMethod(IRScope methodScope, RubyModule implClass, int classToken, BasicBlock callBB, CallBase call, boolean cloneHost)
Copyright © 2001-2016 JRuby. All Rights Reserved.