javac fails on 12.3 #1

Open
opened 2026-05-23 17:44:40 +01:00 by apb · 1 comment
Owner
symbol:   class ANode
location: package org.basex.query.value.node
C:\Users\mrwhe\git\quodatum\xq4-parser\grammar\xq4.java:230: error: cannot find symbol
public static ANode parseModule(Str str) throws IOException

Replacing ANode by JNode in generated java produces

C:\Users\mrwhe\git\quodatum\xq4-parser\grammar\xq4.java:283: error: incompatible types: DBNode cannot be converted to JNode
    return new DBNode(memBuilder.data());
``` symbol: class ANode location: package org.basex.query.value.node C:\Users\mrwhe\git\quodatum\xq4-parser\grammar\xq4.java:230: error: cannot find symbol public static ANode parseModule(Str str) throws IOException ``` Replacing `ANode` by `JNode` in generated java produces ``` C:\Users\mrwhe\git\quodatum\xq4-parser\grammar\xq4.java:283: error: incompatible types: DBNode cannot be converted to JNode return new DBNode(memBuilder.data()); ```
Author
Owner
https://github.com/GuntherRademacher/rex-parser-generator/issues/51
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
quodatum/xq4-parser#1
No description provided.