PsiStatement in v3.0.5 Permanently deleted user Created October 28, 2003 15:16 Is there any way to obtain the type (e.g., if, while, ...) of a PsiStatement?Thanks,_marc
You can test to see if a PsiElement is an instanceof PsiIfStatement, PsiWhileStatement, etc.
-Dave
Thanks a lot for your help,
_marc