New Java parser - diamonds support

This commit is contained in:
Roman Shevchenko
2010-09-01 21:45:09 +04:00
parent 2f3c82c575
commit 593c0519f5
11 changed files with 114 additions and 32 deletions
@@ -0,0 +1,10 @@
PsiJavaFile:Type7.java
PsiTypeElement:Diamond<>
PsiJavaCodeReferenceElement:Diamond<>
PsiIdentifier:Diamond('Diamond')
PsiReferenceParameterList
PsiJavaToken:LT('<')
PsiTypeElement:
PsiElement(DIAMOND_TYPE)
<empty list>
PsiJavaToken:GT('>')