summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-12-04 05:26:01 -0800
committerJon Bratseth <bratseth@verizonmedia.com>2019-12-04 05:26:01 -0800
commite4bce25aba236f4c0a5929acce15da424ea674c4 (patch)
tree8ea4d1a4c2196802ca72ce5bef166a238a3b953e /vespajlib/abi-spec.json
parenta71001d66ada9eaf4ae89d896fea60a39ea2056b (diff)
Cleanup and update ABI spec
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 8aca75ac1be..63cae3904e3 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -2495,6 +2495,21 @@
],
"fields": []
},
+ "com.yahoo.tensor.functions.ToStringContext$EmptyStringContext": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "com.yahoo.tensor.functions.ToStringContext"
+ ],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>()",
+ "public java.lang.String getBinding(java.lang.String)",
+ "public com.yahoo.tensor.functions.ToStringContext parent()"
+ ],
+ "fields": []
+ },
"com.yahoo.tensor.functions.ToStringContext": {
"superClass": "java.lang.Object",
"interfaces": [],
@@ -2504,7 +2519,9 @@
"abstract"
],
"methods": [
- "public static com.yahoo.tensor.functions.ToStringContext empty()"
+ "public static com.yahoo.tensor.functions.ToStringContext empty()",
+ "public abstract java.lang.String getBinding(java.lang.String)",
+ "public abstract com.yahoo.tensor.functions.ToStringContext parent()"
],
"fields": []
},