public class LambdaInliner extends java.lang.Object implements CallInliner
| Constructor and Description |
|---|
LambdaInliner() |
| 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, waitmayInferPreciseTypepublic boolean tryInlineCall(CFGBuilder builder, PsiMethodCallExpression call)
CallInlinertryInlineCall in interface CallInlinerbuilder - 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