ILP-515 : added Java XIDCG data types.
Showing
1 changed file
with
25 additions
and
0 deletions
| ... | @@ -320,6 +320,15 @@ | ... | @@ -320,6 +320,15 @@ |
| 320 | <lang name="java" type="PackedAtomList" include="com.comtechtel.tensor.xmf.PackedAtomList"/> | 320 | <lang name="java" type="PackedAtomList" include="com.comtechtel.tensor.xmf.PackedAtomList"/> |
| 321 | <lang name="node" type="PackedAtomList"/> | 321 | <lang name="node" type="PackedAtomList"/> |
| 322 | </type> | 322 | </type> |
| 323 | <type name="AtomListIterator"> | ||
| 324 | <comment>AtomList type XIDCG uses </comment> | ||
| 325 | <!-- may change this type --> | ||
| 326 | <!-- <lang name="c" type="CAtomList" include="Tensor/CXMF/CXMF.h"/> --> | ||
| 327 | <lang name="c" type="CAtomListIterator" include="Tensor/CXMF/CXMF.h"/> | ||
| 328 | <lang name="cpp" type="::Tensor::XMF::AtomListIterator" include="Tensor/XMF/AtomList.h"/> | ||
| 329 | <lang name="java" type="AtomListIterator" include="com.comtechtel.tensor.xmf.AtomListIterator"/> | ||
| 330 | <lang name="node" type="AtomListIterator"/> | ||
| 331 | </type> | ||
| 323 | <type name="JSONObject"> | 332 | <type name="JSONObject"> |
| 324 | <comment>JSONObject type XIDCG uses </comment> | 333 | <comment>JSONObject type XIDCG uses </comment> |
| 325 | <!-- may change this type --> | 334 | <!-- may change this type --> |
| ... | @@ -328,5 +337,21 @@ | ... | @@ -328,5 +337,21 @@ |
| 328 | <lang name="java" type="JSONObject" include="com.comtechtel.tensor.json.JSONObject"/> | 337 | <lang name="java" type="JSONObject" include="com.comtechtel.tensor.json.JSONObject"/> |
| 329 | <!-- <lang name="node" type=""/> --> | 338 | <!-- <lang name="node" type=""/> --> |
| 330 | </type> | 339 | </type> |
| 340 | <type name="JSONArray"> | ||
| 341 | <comment>JSONArray type XIDCG uses </comment> | ||
| 342 | <!-- may change this type --> | ||
| 343 | <!-- <lang name="c" type="" include=""/> --> | ||
| 344 | <!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> --> | ||
| 345 | <lang name="java" type="JSONArray" include="com.comtechtel.tensor.json.JSONArray"/> | ||
| 346 | <!-- <lang name="node" type=""/> --> | ||
| 347 | </type> | ||
| 348 | <type name="JSONException"> | ||
| 349 | <comment>JSONException type XIDCG uses </comment> | ||
| 350 | <!-- may change this type --> | ||
| 351 | <!-- <lang name="c" type="" include=""/> --> | ||
| 352 | <!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> --> | ||
| 353 | <lang name="java" type="JSONException" include="com.comtechtel.tensor.json.JSONException"/> | ||
| 354 | <!-- <lang name="node" type=""/> --> | ||
| 355 | </type> | ||
| 331 | </namespace> | 356 | </namespace> |
| 332 | </specification> | 357 | </specification> | ... | ... |
-
Please register or sign in to post a comment