| Terminal or Rule: |
XML Serialization Pattern: |
|
|
|
<hex:BooleanOperator symbol = "&"/>
|
|
|
|
|
<hex:RelationalOperator symbol = "="/>
|
|
|
|
|
<hex:RelationalOperator symbol = ">"/>
|
|
|
|
|
<hex:identifier name = ident/>
|
|
|
|
|
<hex:number value = number/>
|
|
|
|
|
<hex:BooleanOperator symbol = "|"/>
|
|
|
|
|
<hex:ArithmeticOperator symbol = "+"/>
|
|
|
|
|
<hex:RelationalOperator symbol = "<"/>
|
|
|
|
|
<hex:string value = string/>
|
|
|
|
|
<hex:ArithmeticOperator symbol = "*"/>
|
|
|
|
|
<hex:variable name = var/>
|
|
|
|
<hex:BinaryArithmeticExpression op = A0>
XML serialization of the 1st RHS symbol (Expr)
XML serialization of the 3rd RHS symbol (Expr)
</hex:BinaryArithmeticExpression>
|
Legend of attribute values for hex:BinaryArithmeticExpression:
- A0 is the value of attribute "symbol" of the 2nd RHS symbol (PLUS)
|
|
|
<hex:BinaryArithmeticExpression op = A0>
XML serialization of the 1st RHS symbol (Expr)
XML serialization of the 3rd RHS symbol (Expr)
</hex:BinaryArithmeticExpression>
|
Legend of attribute values for hex:BinaryArithmeticExpression:
- A0 is the value of attribute "symbol" of the 2nd RHS symbol (TIMES)
|
|
|
<hex:BinaryBooleanExpression op = A0>
XML serialization of the 1st RHS symbol (Expr)
XML serialization of the 3rd RHS symbol (Expr)
</hex:BinaryBooleanExpression>
|
Legend of attribute values for hex:BinaryBooleanExpression:
- A0 is the value of attribute "symbol" of the 2nd RHS symbol (AND)
|
|
|
<hex:BinaryBooleanExpression op = A0>
XML serialization of the 1st RHS symbol (Expr)
XML serialization of the 3rd RHS symbol (Expr)
</hex:BinaryBooleanExpression>
|
Legend of attribute values for hex:BinaryBooleanExpression:
- A0 is the value of attribute "symbol" of the 2nd RHS symbol (OR)
|
|
|
<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:
|
|
|
<hex:PartialRelationalExpression op = A0>
XML serialization of the 2nd RHS symbol (Expr)
</hex:PartialRelationalExpression>
|
Legend of attribute values for hex:PartialRelationalExpression:
- A0 is the value of attribute "symbol" of the 1st RHS symbol (SMALLER)
|
|
|
<hex:PartialRelationalExpression op = A0>
XML serialization of the 2nd RHS symbol (Expr)
</hex:PartialRelationalExpression>
|
Legend of attribute values for hex:PartialRelationalExpression:
- A0 is the value of attribute "symbol" of the 1st RHS symbol (EQUAL)
|
|
|
<hex:PartialRelationalExpression op = A0>
XML serialization of the 2nd RHS symbol (Expr)
</hex:PartialRelationalExpression>
|
Legend of attribute values for hex:PartialRelationalExpression:
- A0 is the value of attribute "symbol" of the 1st RHS symbol (GREATER)
|