public class ClassMethodsInliner extends java.lang.Object implements CallInliner
Constructor and Description |
---|
ClassMethodsInliner() |
Modifier and Type | Method and Description |
---|---|
boolean |
tryInlineCall(CFGBuilder builder,
PsiMethodCallExpression call)
Try to inline the supplied call
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mayInferPreciseType
public boolean tryInlineCall(CFGBuilder builder, PsiMethodCallExpression call)
CallInliner
tryInlineCall
in interface CallInliner
builder
- a builder to use for inlining. Current state is before given method call (call arguments and qualifier are not
handled yet).call
- a call to inline