|
XML Serialization AnnotationThis 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:
|
|
A BinExpr is an Expr followed by a
PartialRelationalExpr.
|
Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.