Files
openide/RegExpSupport/testData/psi/Tests23.txt
2016-06-28 16:26:31 +02:00

21 lines
678 B
Plaintext

REGEXP_FILE
RegExpPatternImpl: <a.+(c|d)>
RegExpBranchImpl: <a.+(c|d)>
RegExpCharImpl: <a>
PsiElement(CHARACTER)('a')
RegExpClosureImpl: <.+>
RegExpSimpleClassImpl: <.>
PsiElement(DOT)('.')
RegExpQuantifierImpl: <+>
PsiElement(PLUS)('+')
RegExpGroupImpl: <(c|d)>
PsiElement(GROUP_BEGIN)('(')
RegExpPatternImpl: <c|d>
RegExpBranchImpl: <c>
RegExpCharImpl: <c>
PsiElement(CHARACTER)('c')
PsiElement(UNION)('|')
RegExpBranchImpl: <d>
RegExpCharImpl: <d>
PsiElement(CHARACTER)('d')
PsiElement(GROUP_END)(')')