location: class Test
test/ComposVisitor.java:24: error: cannot find symbol
String ident_ = p.ident_;
^
symbol: variable ident_
location: variable p of type EPrefix
test/ComposVisitor.java:25: error: cannot find symbol
String fulluri_ = p.fulluri_;
^
symbol: variable fulluri_
location: variable p of type EPrefix
test/PrettyPrinter.java:128: error: cannot find symbol
pp(_eprefix.ident_, 0);
^
Variables in EPrefix.java are named ident_1 and fulluri_1
The following command generates Java code that does not compile.
BNFC file:
Command:
Compile errors:
Variables in EPrefix.java are named
ident_1
andfulluri_1