Rule Equal_1

Equal Term EQUAL Term 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    localname	= "Equal"
    children	= ( 
                    left.1
                    right.3
                  )
  ]
This means that a Equal derived through this rule will be serialized thus:

<Equal>
  <left>
XML serialization of the 1st RHS symbol (Term)
  </left>
  <right>
XML serialization of the 3rd RHS symbol (Term)
  </right>
</Equal>


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