Files
openide/RegExpSupport/testData/psi/Namedchars7.txt
2016-06-28 16:26:31 +02:00

33 lines
1.3 KiB
Plaintext

REGEXP_FILE
RegExpPatternImpl: <((\w+)/)*(\w+)>
RegExpBranchImpl: <((\w+)/)*(\w+)>
RegExpClosureImpl: <((\w+)/)*>
RegExpGroupImpl: <((\w+)/)>
PsiElement(GROUP_BEGIN)('(')
RegExpPatternImpl: <(\w+)/>
RegExpBranchImpl: <(\w+)/>
RegExpGroupImpl: <(\w+)>
PsiElement(GROUP_BEGIN)('(')
RegExpPatternImpl: <\w+>
RegExpBranchImpl: <\w+>
RegExpClosureImpl: <\w+>
RegExpSimpleClassImpl: <\w>
PsiElement(CHAR_CLASS)('\w')
RegExpQuantifierImpl: <+>
PsiElement(PLUS)('+')
PsiElement(GROUP_END)(')')
RegExpCharImpl: </>
PsiElement(CHARACTER)('/')
PsiElement(GROUP_END)(')')
RegExpQuantifierImpl: <*>
PsiElement(STAR)('*')
RegExpGroupImpl: <(\w+)>
PsiElement(GROUP_BEGIN)('(')
RegExpPatternImpl: <\w+>
RegExpBranchImpl: <\w+>
RegExpClosureImpl: <\w+>
RegExpSimpleClassImpl: <\w>
PsiElement(CHAR_CLASS)('\w')
RegExpQuantifierImpl: <+>
PsiElement(PLUS)('+')
PsiElement(GROUP_END)(')')