PsiMethodCallExpression question Permanently deleted user 创建于 2008年11月03日 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