Skip to content

Commit 8426f03

Browse files
committed
Fresh keywords from Reference updates/additions
1 parent 3942174 commit 8426f03

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

java/keywords.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,14 @@ substring FUNCTION2 String_substring_
315315
toLowerCase FUNCTION2 String_toLowerCase_
316316
toUpperCase FUNCTION2 String_toUpperCase_
317317

318+
getDouble FUNCTION2
319+
getLong FUNCTION2
320+
getColumnTitles FUNCTION2
321+
getColumnTypes FUNCTION2
322+
getColumnType FUNCTION2
323+
setDouble FUNCTION2
324+
setLong FUNCTION2
325+
318326
length KEYWORD2 String
319327

320328

@@ -441,6 +449,7 @@ curveTightness FUNCTION1 curveTightness_
441449
curveVertex FUNCTION1 curveVertex_
442450
day FUNCTION1 day_
443451
degrees FUNCTION1 degrees_
452+
delay FUNCTION1 delay_
444453
directionalLight FUNCTION1 directionalLight_
445454
displayDensity FUNCTION1 displayDensity_
446455
displayHeight KEYWORD4 displayHeight
@@ -565,6 +574,7 @@ getJSONArray FUNCTION2 JSONArray_getJSONArray_
565574
getJSONObject FUNCTION2 JSONArray_getJSONObject_
566575
getString FUNCTION2 JSONArray_getString_
567576
getStringArray FUNCTION2 JSONArray_getStringArray_
577+
isNull FUNCTION2 JSONArray_isNull_
568578
remove FUNCTION2 JSONArray_remove_
569579
setBoolean FUNCTION2 JSONArray_setBoolean_
570580
setFloat FUNCTION2 JSONArray_setFloat_
@@ -580,6 +590,7 @@ getInt FUNCTION2 JSONObject_getInt_
580590
getJSONArray FUNCTION2 JSONObject_getJSONArray_
581591
getJSONObject FUNCTION2 JSONObject_getJSONObject_
582592
getString FUNCTION2 JSONObject_getString_
593+
isNull FUNCTION2 JSONObject_isNull_
583594
setBoolean FUNCTION2 JSONObject_setBoolean_
584595
setFloat FUNCTION2 JSONObject_setFloat_
585596
setInt FUNCTION2 JSONObject_setInt_
@@ -863,6 +874,8 @@ setInt FUNCTION2 Table_setInt_
863874
setString FUNCTION2 Table_setString_
864875
trim FUNCTION2 Table_trim_
865876
TableRow KEYWORD5 TableRow
877+
getColumnCount FUNCTION2 TableRow_getColumnCount_
878+
getColumnTitle FUNCTION2 TableRow_getColumnTitle_
866879
getFloat FUNCTION2 TableRow_getFloat_
867880
getInt FUNCTION2 TableRow_getInt_
868881
getString FUNCTION2 TableRow_getString_

0 commit comments

Comments
 (0)