<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
<blockquote>I am having a difficulty with my tree grammar. The java
class definition that antrl produces from the grammar will not compile.<br>
  <br>
In the grammar (see the attached grammar file) the start rule calls the
booleanExpression rule passing it a string argument. In the generated
class the start() method&nbsp; invokes a "delegated" rule which in turn
invokes a "fragment" which in turn invokes the booleanExpression()
method (see line 867 in the attached java file) passing it the string
argument <b>which was never passed in by the start() method</b>???<br>
  <br>
I am trying to work around it - any advice will be much appreciated.<br>
</blockquote>
Best Regards,<br>
<br>
Robert Vaessen<br>
<br>
</body>
</html>