mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <ab?c>
|
|
RegExpBranchImpl: <ab?c>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpClosureImpl: <b?>
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
RegExpQuantifierImpl: <?>
|
|
PsiElement(QUEST)('?')
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c') |