New Java parser - statements parsing

This commit is contained in:
Roman Shevchenko
2010-09-02 16:10:43 +04:00
parent f62663e23e
commit bc3413b7bf
89 changed files with 1293 additions and 1676 deletions
@@ -1,10 +1,5 @@
PsiJavaFile:IfIncomplete0.java
PsiCodeBlock
PsiJavaToken:LBRACE('{')
PsiWhiteSpace(' ')
PsiIfStatement
PsiKeyword:if('if')
PsiErrorElement:'(' expected
<empty list>
PsiWhiteSpace(' ')
PsiJavaToken:RBRACE('}')
PsiIfStatement
PsiKeyword:if('if')
PsiErrorElement:'(' expected
<empty list>