mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
regexp: minor lexer cleanup
GitOrigin-RevId: b3f6dd8f723077be1efc6aa634800cceb01b76da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c9fa4085ae
commit
64750c55f5
@@ -1,20 +1,19 @@
|
||||
/* The following code was generated by JFlex 1.7.0 tweaked for IntelliJ platform */
|
||||
|
||||
/* It's an automatically generated code. Do not modify it. */
|
||||
/* This is automatically generated code. Do not modify it. */
|
||||
package org.intellij.lang.regexp;
|
||||
|
||||
import com.intellij.lexer.FlexLexer;
|
||||
import com.intellij.psi.StringEscapesTokenTypes;
|
||||
import com.intellij.psi.tree.IElementType;
|
||||
|
||||
import com.intellij.util.containers.IntArrayList;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
import static java.lang.Boolean.*;
|
||||
import static java.lang.Boolean.FALSE;
|
||||
import static java.lang.Boolean.TRUE;
|
||||
import static org.intellij.lang.regexp.RegExpCapability.*;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
|
||||
/**
|
||||
* This class is a scanner generated by
|
||||
* <a href="http://www.jflex.de/">JFlex</a> 1.7.0
|
||||
|
||||
@@ -1,17 +1,16 @@
|
||||
/* It's an automatically generated code. Do not modify it. */
|
||||
/* This is automatically generated code. Do not modify it. */
|
||||
package org.intellij.lang.regexp;
|
||||
|
||||
import com.intellij.lexer.FlexLexer;
|
||||
import com.intellij.psi.StringEscapesTokenTypes;
|
||||
import com.intellij.psi.tree.IElementType;
|
||||
|
||||
import com.intellij.util.containers.IntArrayList;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
import static java.lang.Boolean.*;
|
||||
import static java.lang.Boolean.FALSE;
|
||||
import static java.lang.Boolean.TRUE;
|
||||
import static org.intellij.lang.regexp.RegExpCapability.*;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
%%
|
||||
|
||||
%class _RegExLexer
|
||||
|
||||
Reference in New Issue
Block a user