Terminal symbol IDENT

Occurrences of symbol IDENT in grammar rules:

Atom IDENT 

XML Serialization Annotation

This terminal has the following XML serialization annotation:
  [
    nsprefix	= "hex"
    localname	= "identifier"
    attributes	= { 
                    name = $VALUE
                  }
  ]
This means that terminal IDENT is serialized thus:

<hex:identifier name = ident/>


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