|
XML Serialization AnnotationThis rule has the following XML serialization annotation: [
nsprefix = "hex"
localname = "BinaryArithmeticExpression"
attributes = {
op = 2/symbol
}
children = (
1
3
)
]
This means that a BinExpr derived through this rule will be serialized thus:
|
|
A BinExpr is an Expr followed by the binary
operator TIMES followed by an Expr.
|
Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.