mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <\((.*), (.*)\)>
|
|
RegExpBranchImpl: <\((.*), (.*)\)>
|
|
RegExpCharImpl: <\(>
|
|
PsiElement(ESC_CHARACTER)('\(')
|
|
RegExpGroupImpl: <(.*)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <.*>
|
|
RegExpBranchImpl: <.*>
|
|
RegExpClosureImpl: <.*>
|
|
RegExpSimpleClassImpl: <.>
|
|
PsiElement(DOT)('.')
|
|
RegExpQuantifierImpl: <*>
|
|
PsiElement(STAR)('*')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: <,>
|
|
PsiElement(CHARACTER)(',')
|
|
RegExpCharImpl: < >
|
|
PsiElement(CHARACTER)(' ')
|
|
RegExpGroupImpl: <(.*)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <.*>
|
|
RegExpBranchImpl: <.*>
|
|
RegExpClosureImpl: <.*>
|
|
RegExpSimpleClassImpl: <.>
|
|
PsiElement(DOT)('.')
|
|
RegExpQuantifierImpl: <*>
|
|
PsiElement(STAR)('*')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: <\)>
|
|
PsiElement(ESC_CHARACTER)('\)') |