Terminal symbol AND

Occurrences of symbol AND in grammar rules:

BinExpr Expr  AND  Expr 

XML Serialization Annotation

This terminal has the following XML serialization annotation:
  [
    nsprefix	= "hex"
    localname	= "BooleanOperator"
    attributes	= { 
                    symbol = "&"
                  }
  ]
This means that terminal AND is serialized thus:

<hex:BooleanOperator symbol = "&"/>


Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.