mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <(?iZm)abc>
|
|
RegExpBranchImpl: <(?iZm)abc>
|
|
RegExpSetOptionsImpl: <(?iZm)>
|
|
PsiElement(SET_OPTIONS)('(?')
|
|
RegExpOptionsImpl: <iZm>
|
|
PsiElement(OPTIONS_ON)('iZm')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c') |