Hi,

if I try to parse a (valid) java file I get an error message (exception):

JavaTreeParser.g: node from line 15:3 mismatched tree node: default 
expecting <UP>


-----------------------------------------


How can I change the tree grammar file?

Here is a test class:

*public**class*Test  {

*public**static**boolean*isBasisTyp(*final**int*pWert) {

*final**boolean*isBasisTyp;

*switch*(pWert) {

*case*1:

*case*2:

*case*3:

                         isBasisTyp = *true*;

*break*;

*default*:

                         isBasisTyp = *false*;

*break*;

             }

*return*isBasisTyp;

       }

}

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to