Rule Const_1

Const STRING LEXSPACE SymSpace 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    localname	= "Const"
    attributes	= { 
                    type = $TEXT ( "&" 3/typespace ";" 3/typename )
                  }
    children	= ( 
                    1[1]
                  )
  ]
This means that a Const derived through this rule will be serialized thus:

<Const type = A0>
XML serialization of the 1st XML component of the 1st RHS symbol (STRING)
</Const>
Legend of attribute values for Const:
  • A0 is the concatenation of the following pieces of text:
    • the literal string: "&"
    • the value of the attribute typespace of the 3rd RHS symbol (SymSpace)
    • the literal string: ";"
    • the value of the attribute typename of the 3rd RHS symbol (SymSpace)


Copyright © 2008 ILOG, Inc.; All Rights Reserved.