PsiMethodCallExpression question Permanently deleted user Created November 03, 2008 15:23 What is the difference between int PsiMethodCallExpression.getTextOffset()and int PsiMethodCallExpression.getStartOffsetInParent()? Thanks in advance.Tom
Hello Tom,
This is the offset relative to the beginning of file.
This is the offset relative to the beginning of the parent element of your
expression.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thank you for the extremely fast response.
Tom