|
XML Serialization AnnotationThis rule has the following XML serialization annotation: [
localname = "Expr"
children = (
op.1
arg*3
)
]
This means that a Expr derived through this rule will be serialized thus:
N.B.: an XML construct such as <arg*>...</arg*> stands for either zero, one, or many occurrences of <arg>...</arg>. distributed over the element's contents (the "..."), which, accordingly, may be either empty, a single XML element, or a list thereof.
|
Copyright © 2008 ILOG, Inc.; All Rights Reserved.