PSI Pattern Matching: Implement expression unifier

This commit is contained in:
Alexey Sedunov
2014-07-28 15:06:04 +04:00
parent c0a8e8a4fc
commit a3758f9fa3
7 changed files with 961 additions and 0 deletions
@@ -0,0 +1,8 @@
<root>
<item name='com.intellij.psi.impl.source.tree.CompositeElement com.intellij.lang.ASTNode[] getChildren(com.intellij.psi.tree.TokenSet)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='com.intellij.psi.impl.source.tree.LeafElement com.intellij.lang.ASTNode[] getChildren(com.intellij.psi.tree.TokenSet)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>