IDEA-313615 Migration to jflex-1.9.0

IJ-CR-103186

GitOrigin-RevId: b19ccfbce13600ab9701b9424c7351cdfc38c607
This commit is contained in:
Alexandr Evstigneev
2023-02-18 12:08:43 +04:00
committed by intellij-monorepo-bot
parent 5a76ff3a64
commit ae79cc5d2f
4 changed files with 0 additions and 27 deletions

View File

@@ -47,17 +47,9 @@
from input */
private int zzEndRead;
/**
* zzAtBOL == true <=> the scanner is currently at the beginning of a line
*/
private boolean zzAtBOL = true;
/** zzAtEOF == true <=> the scanner is at the EOF */
private boolean zzAtEOF;
/** denotes if the user-EOF-code has already been executed */
private boolean zzEOFDone;
--- user class code
--- constructor declaration

View File

@@ -23,9 +23,6 @@ import org.jetbrains.yaml.YAMLTokenTypes;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
%{
/** The current column of the current line (starting with 0). It is standard field supported by the jflex. */
protected int yycolumn = 0;
/**
* The number of open but not closed braces.
* Note: lexer does not distinguish braces from brackets while counting them.

View File

@@ -47,17 +47,9 @@
from input */
private int zzEndRead;
/**
* zzAtBOL == true <=> the scanner is currently at the beginning of a line
*/
private boolean zzAtBOL = true;
/** zzAtEOF == true <=> the scanner is at the EOF */
private boolean zzAtEOF;
/** denotes if the user-EOF-code has already been executed */
private boolean zzEOFDone;
--- user class code
--- constructor declaration

View File

@@ -47,17 +47,9 @@
from input */
private int zzEndRead;
/**
* zzAtBOL == true <=> the scanner is currently at the beginning of a line
*/
private boolean zzAtBOL = true;
/** zzAtEOF == true <=> the scanner is at the EOF */
private boolean zzAtEOF;
/** denotes if the user-EOF-code has already been executed */
private boolean zzEOFDone;
--- user class code
--- constructor declaration