public interface CallInliner
Modifier and Type | Method and Description |
---|---|
default boolean |
mayInferPreciseType(PsiExpression expression) |
boolean |
tryInlineCall(CFGBuilder builder,
PsiMethodCallExpression call)
Try to inline the supplied call
|
boolean tryInlineCall(CFGBuilder builder, PsiMethodCallExpression call)
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 inlinedefault boolean mayInferPreciseType(PsiExpression expression)
expression
- expression to test