debd4a9e by Skip Hines

ILP-515 : added Java XIDCG data types.

1 parent 8bb5ff74
......@@ -320,6 +320,15 @@
<lang name="java" type="PackedAtomList" include="com.comtechtel.tensor.xmf.PackedAtomList"/>
<lang name="node" type="PackedAtomList"/>
</type>
<type name="AtomListIterator">
<comment>AtomList type XIDCG uses </comment>
<!-- may change this type -->
<!-- <lang name="c" type="CAtomList" include="Tensor/CXMF/CXMF.h"/> -->
<lang name="c" type="CAtomListIterator" include="Tensor/CXMF/CXMF.h"/>
<lang name="cpp" type="::Tensor::XMF::AtomListIterator" include="Tensor/XMF/AtomList.h"/>
<lang name="java" type="AtomListIterator" include="com.comtechtel.tensor.xmf.AtomListIterator"/>
<lang name="node" type="AtomListIterator"/>
</type>
<type name="JSONObject">
<comment>JSONObject type XIDCG uses </comment>
<!-- may change this type -->
......@@ -328,5 +337,21 @@
<lang name="java" type="JSONObject" include="com.comtechtel.tensor.json.JSONObject"/>
<!-- <lang name="node" type=""/> -->
</type>
<type name="JSONArray">
<comment>JSONArray type XIDCG uses </comment>
<!-- may change this type -->
<!-- <lang name="c" type="" include=""/> -->
<!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> -->
<lang name="java" type="JSONArray" include="com.comtechtel.tensor.json.JSONArray"/>
<!-- <lang name="node" type=""/> -->
</type>
<type name="JSONException">
<comment>JSONException type XIDCG uses </comment>
<!-- may change this type -->
<!-- <lang name="c" type="" include=""/> -->
<!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> -->
<lang name="java" type="JSONException" include="com.comtechtel.tensor.json.JSONException"/>
<!-- <lang name="node" type=""/> -->
</type>
</namespace>
</specification>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!