-
- Downloads
make line and pos protected in Lexer.java
rather than private this allows to adapt line and pos in derived lexers so that we do not start parsing at line 0 and position 0.
Loading
Please register or sign in to comment
Ab 01.06.2025 wird in der Informatik 2FA/MFA erzwungen. Die Einrichtung wird vorher empfohlen, optimalerweise direkt mit Fallback (Hardwaretoken UND TOTP-/Authenticator App).
rather than private this allows to adapt line and pos in derived lexers so that we do not start parsing at line 0 and position 0.