Rule BinExpr_5

BinExpr Expr PartialRelationalExpr 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    nsprefix	= "hex"
    localname	= "BinaryRelationalExpression"
    attributes	= { 
                    op = 2/op
                  }
    children	= ( 
                    1
                    2[1]
                  )
  ]
This means that a BinExpr derived through this rule will be serialized thus:

<hex:BinaryRelationalExpression op = A0>
XML serialization of the 1st RHS symbol (Expr)
XML serialization of the 1st XML component of the 2nd RHS symbol (PartialRelationalExpr)
</hex:BinaryRelationalExpression>
Legend of attribute values for hex:BinaryRelationalExpression:


Description

A BinExpr is an Expr followed by a PartialRelationalExpr.


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