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