mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
20 lines
668 B
Plaintext
20 lines
668 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <(ab|cd)e>
|
|
RegExpBranchImpl: <(ab|cd)e>
|
|
RegExpGroupImpl: <(ab|cd)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <ab|cd>
|
|
RegExpBranchImpl: <ab>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
PsiElement(UNION)('|')
|
|
RegExpBranchImpl: <cd>
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c')
|
|
RegExpCharImpl: <d>
|
|
PsiElement(CHARACTER)('d')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: <e>
|
|
PsiElement(CHARACTER)('e') |