Skip to content

Commit

Permalink
jflex AbstractLexScan: remove TODO
Browse files Browse the repository at this point in the history
Char classes still need to be mutable at this point. They can only be
made immutable after the semantic analysis phase at the end of parsing.
  • Loading branch information
lsf37 committed Jan 6, 2023
1 parent 85c8a6f commit 8c44333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jflex/src/main/java/jflex/core/AbstractLexScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public UnicodeProperties getUnicodeProperties() {
return unicodeProperties;
}

// TODO(regisd) Return an immutable representation of char classes
@SuppressWarnings("unused") // Used in generated LexParse
public CharClasses getCharClasses() {
return charClasses;
Expand Down

0 comments on commit 8c44333

Please sign in to comment.