Terminal symbol TIMES

Occurrences of symbol TIMES in grammar rules:

BinExpr Expr  TIMES  Expr 

XML Serialization Annotation

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

<hex:ArithmeticOperator symbol = "*"/>


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