public static class InlineTransformer.NormalTransformer extends java.lang.Object implements InlineTransformer
InlineTransformer.ConvertToSingleReturnTransformer, InlineTransformer.NormalTransformer| Constructor and Description |
|---|
NormalTransformer() |
| Modifier and Type | Method and Description |
|---|---|
PsiLocalVariable |
transformBody(PsiMethod methodCopy,
PsiReference callSite,
PsiType returnType)
Transforms method body in the way so it can be inserted into the call site.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuitableTransformer, isFallBackTransformerpublic PsiLocalVariable transformBody(PsiMethod methodCopy, PsiReference callSite, PsiType returnType)
InlineTransformertransformBody in interface InlineTransformermethodCopy - non-physical copy of the method to be inlined (may be changed by this call)callSite - method callreturnType - substituted method return type