mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <abc\x>
|
|
RegExpBranchImpl: <abc\x>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c')
|
|
RegExpCharImpl: <\x>
|
|
PsiElement(BAD_HEX_VALUE)('\x') |