This file is indexed.

/usr/share/doc/libjenkins-commons-jexl-java/api/index-all.html is in libjenkins-commons-jexl-java-doc 1.1-jenkins-20111212-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Mon May 07 13:32:24 UTC 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Commons JEXL 1.1-jenkins-20111212 API)</title>
<meta name="date" content="2012-05-07">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Commons JEXL 1.1-jenkins-20111212 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util"><span class="strong">AbstractExecutor</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Abstract class that is used to execute an arbitrary
 method that is in introspected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#AbstractExecutor()">AbstractExecutor()</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/MethodMap.html#add(java.lang.reflect.Method)">add(Method)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Add a method to a list of methods by name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#add_escapes(java.lang.String)">add_escapes(String)</a></span> - Method in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">Used to convert raw characters to their escaped version
 when these raw version cannot be used as part of an ASCII
 string literal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#addEscapes(java.lang.String)">addEscapes(String)</a></span> - Static method in error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Replaces unprintable characters by their espaced (or unicode escaped)
 equivalents in the given string</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Expression.html#addPostResolver(org.apache.commons.jexl.JexlExprResolver)">addPostResolver(JexlExprResolver)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</a></dt>
<dd>
<div class="block">Allows addition of a resolver to allow custom interdiction of
 expression evaluation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Expression.html#addPreResolver(org.apache.commons.jexl.JexlExprResolver)">addPreResolver(JexlExprResolver)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</a></dt>
<dd>
<div class="block">Allows addition of a resolver to allow custom interdiction of
 expression evaluation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#adjustBeginLineColumn(int, int)">adjustBeginLineColumn(int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>
<div class="block">Method to adjust line and column numbers for the start of a token.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#ae">ae</a></span> - Variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>
<div class="block">executor for performing the get.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util"><span class="strong">ArrayIterator</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">
  An Iterator wrapper for an Object[].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayIterator.html#ArrayIterator(java.lang.Object)">ArrayIterator(Object)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util">ArrayIterator</a></dt>
<dd>
<div class="block">Creates a new iterator instance for the specified array.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util"><span class="strong">ArrayListWrapper</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">A class that wraps an array with a List interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayListWrapper.html#ArrayListWrapper(java.lang.Object)">ArrayListWrapper(Object)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit"><span class="strong">Asserter</span></a> - Class in <a href="./org/apache/commons/jexl/junit/package-summary.html">org.apache.commons.jexl.junit</a></dt>
<dd>
<div class="block">A utility class for performing JUnit based assertions using Jexl
 expressions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/junit/Asserter.html#Asserter()">Asserter()</a></span> - Constructor for class org.apache.commons.jexl.junit.<a href="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit">Asserter</a></dt>
<dd>
<div class="block">Create an asserter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/junit/Asserter.html#Asserter(java.lang.Object)">Asserter(Object)</a></span> - Constructor for class org.apache.commons.jexl.junit.<a href="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit">Asserter</a></dt>
<dd>
<div class="block">This constructor will register the given variableValue as the
 "this" variable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/junit/Asserter.html#assertExpression(java.lang.String, java.lang.Object)">assertExpression(String, Object)</a></span> - Method in class org.apache.commons.jexl.junit.<a href="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit">Asserter</a></dt>
<dd>
<div class="block">Performs an assertion that the value of the given Jexl expression 
 evaluates to the given expected value.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTAddNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Addition : either integer addition or string concatenation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAddNode.html#ASTAddNode(int)">ASTAddNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser">ASTAddNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAddNode.html#ASTAddNode(org.apache.commons.jexl.parser.Parser, int)">ASTAddNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser">ASTAddNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTAndNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">&& and 'and'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAndNode.html#ASTAndNode(int)">ASTAndNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser">ASTAndNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAndNode.html#ASTAndNode(org.apache.commons.jexl.parser.Parser, int)">ASTAndNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser">ASTAndNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTArrayAccess</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Like an ASTIdentifier, but with array access allowed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#ASTArrayAccess(int)">ASTArrayAccess(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#ASTArrayAccess(org.apache.commons.jexl.parser.Parser, int)">ASTArrayAccess(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTArrayLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#ASTArrayLiteral(int)">ASTArrayLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser">ASTArrayLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#ASTArrayLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTArrayLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser">ASTArrayLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTAssignment</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">x = y, assigns a value to a variable in the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAssignment.html#ASTAssignment(int)">ASTAssignment(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser">ASTAssignment</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAssignment.html#ASTAssignment(org.apache.commons.jexl.parser.Parser, int)">ASTAssignment(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser">ASTAssignment</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTBitwiseAndNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Bitwise And.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#ASTBitwiseAndNode(int)">ASTBitwiseAndNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseAndNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#ASTBitwiseAndNode(org.apache.commons.jexl.parser.Parser, int)">ASTBitwiseAndNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseAndNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTBitwiseComplNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Bitwise Complement.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#ASTBitwiseComplNode(int)">ASTBitwiseComplNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseComplNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#ASTBitwiseComplNode(org.apache.commons.jexl.parser.Parser, int)">ASTBitwiseComplNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseComplNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTBitwiseOrNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Bitwise Or.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#ASTBitwiseOrNode(int)">ASTBitwiseOrNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseOrNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#ASTBitwiseOrNode(org.apache.commons.jexl.parser.Parser, int)">ASTBitwiseOrNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseOrNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTBitwiseXorNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Bitwise Or.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#ASTBitwiseXorNode(int)">ASTBitwiseXorNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseXorNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#ASTBitwiseXorNode(org.apache.commons.jexl.parser.Parser, int)">ASTBitwiseXorNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseXorNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTBlock</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">{ code }, a block of statements enclosed in curly braces.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBlock.html#ASTBlock(int)">ASTBlock(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser">ASTBlock</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBlock.html#ASTBlock(org.apache.commons.jexl.parser.Parser, int)">ASTBlock(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser">ASTBlock</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTDivNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">a / b, mathematical divide.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTDivNode.html#ASTDivNode(int)">ASTDivNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser">ASTDivNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTDivNode.html#ASTDivNode(org.apache.commons.jexl.parser.Parser, int)">ASTDivNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser">ASTDivNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTElvisNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">"x?:y" operator.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTElvisNode.html#ASTElvisNode(int)">ASTElvisNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser">ASTElvisNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTElvisNode.html#ASTElvisNode(org.apache.commons.jexl.parser.Parser, int)">ASTElvisNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser">ASTElvisNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTEmptyFunction</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">function to see if reference doesn't exist in context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#ASTEmptyFunction(int)">ASTEmptyFunction(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser">ASTEmptyFunction</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#ASTEmptyFunction(org.apache.commons.jexl.parser.Parser, int)">ASTEmptyFunction(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser">ASTEmptyFunction</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTEQNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Represents equality between values.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEQNode.html#ASTEQNode(int)">ASTEQNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser">ASTEQNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEQNode.html#ASTEQNode(org.apache.commons.jexl.parser.Parser, int)">ASTEQNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser">ASTEQNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTExpression</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">AST node for expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpression.html#ASTExpression(int)">ASTExpression(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpression</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpression.html#ASTExpression(org.apache.commons.jexl.parser.Parser, int)">ASTExpression(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpression</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTExpressionExpression</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents equality between integers - use .equals() for strings.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#ASTExpressionExpression(int)">ASTExpressionExpression(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpressionExpression</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#ASTExpressionExpression(org.apache.commons.jexl.parser.Parser, int)">ASTExpressionExpression(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpressionExpression</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTFalseNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents Boolean false.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFalseNode.html#ASTFalseNode(int)">ASTFalseNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser">ASTFalseNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFalseNode.html#ASTFalseNode(org.apache.commons.jexl.parser.Parser, int)">ASTFalseNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser">ASTFalseNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTFloatLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents a float point number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#ASTFloatLiteral(int)">ASTFloatLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#ASTFloatLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTFloatLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTForeachStatement</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">ForEach statement.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html#ASTForeachStatement(int)">ASTForeachStatement(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser">ASTForeachStatement</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html#ASTForeachStatement(org.apache.commons.jexl.parser.Parser, int)">ASTForeachStatement(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser">ASTForeachStatement</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTGENode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">GE : a >= b.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGENode.html#ASTGENode(int)">ASTGENode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser">ASTGENode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGENode.html#ASTGENode(org.apache.commons.jexl.parser.Parser, int)">ASTGENode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser">ASTGENode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTGTNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">GT : a > b.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGTNode.html#ASTGTNode(int)">ASTGTNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser">ASTGTNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGTNode.html#ASTGTNode(org.apache.commons.jexl.parser.Parser, int)">ASTGTNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser">ASTGTNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTIdentifier</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Simple identifier - $foo or $foo.bar (both parts are identifiers).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#ASTIdentifier(int)">ASTIdentifier(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#ASTIdentifier(org.apache.commons.jexl.parser.Parser, int)">ASTIdentifier(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTIfStatement</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">if ( expression ) statement [else statement].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIfStatement.html#ASTIfStatement(int)">ASTIfStatement(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser">ASTIfStatement</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIfStatement.html#ASTIfStatement(org.apache.commons.jexl.parser.Parser, int)">ASTIfStatement(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser">ASTIfStatement</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTIntegerLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents an integer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#ASTIntegerLiteral(int)">ASTIntegerLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#ASTIntegerLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTIntegerLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTJexlScript</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Top of the syntax tree - parsed Jexl code.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTJexlScript.html#ASTJexlScript(int)">ASTJexlScript(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser">ASTJexlScript</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTJexlScript.html#ASTJexlScript(org.apache.commons.jexl.parser.Parser, int)">ASTJexlScript(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser">ASTJexlScript</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTLENode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">LE : a <= b.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLENode.html#ASTLENode(int)">ASTLENode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser">ASTLENode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLENode.html#ASTLENode(org.apache.commons.jexl.parser.Parser, int)">ASTLENode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser">ASTLENode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTLTNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">LT : a < b.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLTNode.html#ASTLTNode(int)">ASTLTNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser">ASTLTNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLTNode.html#ASTLTNode(org.apache.commons.jexl.parser.Parser, int)">ASTLTNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser">ASTLTNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTMapEntry</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapEntry.html#ASTMapEntry(int)">ASTMapEntry(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser">ASTMapEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapEntry.html#ASTMapEntry(org.apache.commons.jexl.parser.Parser, int)">ASTMapEntry(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser">ASTMapEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTMapLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html#ASTMapLiteral(int)">ASTMapLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser">ASTMapLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html#ASTMapLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTMapLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser">ASTMapLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTMethod</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Method execution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMethod.html#ASTMethod(int)">ASTMethod(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser">ASTMethod</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMethod.html#ASTMethod(org.apache.commons.jexl.parser.Parser, int)">ASTMethod(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser">ASTMethod</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTModNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">% (mod).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTModNode.html#ASTModNode(int)">ASTModNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser">ASTModNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTModNode.html#ASTModNode(org.apache.commons.jexl.parser.Parser, int)">ASTModNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser">ASTModNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTMulNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Multiplication.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMulNode.html#ASTMulNode(int)">ASTMulNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser">ASTMulNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMulNode.html#ASTMulNode(org.apache.commons.jexl.parser.Parser, int)">ASTMulNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser">ASTMulNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTNENode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Not equal to.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNENode.html#ASTNENode(int)">ASTNENode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser">ASTNENode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNENode.html#ASTNENode(org.apache.commons.jexl.parser.Parser, int)">ASTNENode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser">ASTNENode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTNotNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Not : 'not' or '!'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNotNode.html#ASTNotNode(int)">ASTNotNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser">ASTNotNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNotNode.html#ASTNotNode(org.apache.commons.jexl.parser.Parser, int)">ASTNotNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser">ASTNotNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTNullLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">'null'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html#ASTNullLiteral(int)">ASTNullLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser">ASTNullLiteral</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html#ASTNullLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTNullLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser">ASTNullLiteral</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTOrNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">|| and 'or'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTOrNode.html#ASTOrNode(int)">ASTOrNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser">ASTOrNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTOrNode.html#ASTOrNode(org.apache.commons.jexl.parser.Parser, int)">ASTOrNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser">ASTOrNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTReference</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">reference - any variable expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#ASTReference(int)">ASTReference(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#ASTReference(org.apache.commons.jexl.parser.Parser, int)">ASTReference(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTReferenceExpression</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">variable; A reference by itself.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#ASTReferenceExpression(int)">ASTReferenceExpression(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser">ASTReferenceExpression</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#ASTReferenceExpression(org.apache.commons.jexl.parser.Parser, int)">ASTReferenceExpression(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser">ASTReferenceExpression</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTSizeFunction</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">generalized size() function for all classes we can think of.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html#ASTSizeFunction(int)">ASTSizeFunction(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html#ASTSizeFunction(org.apache.commons.jexl.parser.Parser, int)">ASTSizeFunction(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTSizeMethod</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Size Method, e.g.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html#ASTSizeMethod(int)">ASTSizeMethod(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser">ASTSizeMethod</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html#ASTSizeMethod(org.apache.commons.jexl.parser.Parser, int)">ASTSizeMethod(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser">ASTSizeMethod</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTStatementExpression</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Assignment as an expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html#ASTStatementExpression(int)">ASTStatementExpression(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser">ASTStatementExpression</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html#ASTStatementExpression(org.apache.commons.jexl.parser.Parser, int)">ASTStatementExpression(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser">ASTStatementExpression</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTStringLiteral</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents a quoted string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html#ASTStringLiteral(int)">ASTStringLiteral(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html#ASTStringLiteral(org.apache.commons.jexl.parser.Parser, int)">ASTStringLiteral(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTSubtractNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">Subtraction.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html#ASTSubtractNode(int)">ASTSubtractNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser">ASTSubtractNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html#ASTSubtractNode(org.apache.commons.jexl.parser.Parser, int)">ASTSubtractNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser">ASTSubtractNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTTernaryNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">"x?y:z" operator.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html#ASTTernaryNode(int)">ASTTernaryNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser">ASTTernaryNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html#ASTTernaryNode(org.apache.commons.jexl.parser.Parser, int)">ASTTernaryNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser">ASTTernaryNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTTrueNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">represents Boolean true.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTrueNode.html#ASTTrueNode(int)">ASTTrueNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser">ASTTrueNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTrueNode.html#ASTTrueNode(org.apache.commons.jexl.parser.Parser, int)">ASTTrueNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser">ASTTrueNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTUnaryMinusNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">- (unary minus).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#ASTUnaryMinusNode(int)">ASTUnaryMinusNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser">ASTUnaryMinusNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#ASTUnaryMinusNode(org.apache.commons.jexl.parser.Parser, int)">ASTUnaryMinusNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser">ASTUnaryMinusNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ASTWhileStatement</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">A while loop.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html#ASTWhileStatement(int)">ASTWhileStatement(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser">ASTWhileStatement</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html#ASTWhileStatement(org.apache.commons.jexl.parser.Parser, int)">ASTWhileStatement(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser">ASTWhileStatement</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#backup(int)">backup(int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#BeginToken()">BeginToken()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html" title="class in org.apache.commons.jexl.util"><span class="strong">BooleanPropertyExecutor</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Handles discovery and valuation of a
  boolean object property, of the
  form public boolean is&lt;Property&gt; when executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html#BooleanPropertyExecutor(org.apache.commons.logging.Log, org.apache.commons.jexl.util.introspection.Introspector, java.lang.Class, java.lang.String)">BooleanPropertyExecutor(Log, Introspector, Class, String)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html" title="class in org.apache.commons.jexl.util">BooleanPropertyExecutor</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufcolumn">bufcolumn</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#buffer">buffer</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufline">bufline</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufpos">bufpos</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Introspector.html#CACHEDUMP_MSG">CACHEDUMP_MSG</a></span> - Static variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection">Introspector</a></dt>
<dd>
<div class="block">define a public string so that it can be looked for
  if interested.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#children">children</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">children of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#childrenAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">childrenAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Visit all children.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/ClassMap.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">ClassMap</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Taken from the Velocity tree so we can be self-sufficient

 A cache of introspection information for a specific class instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/ClassMap.html#ClassMap(java.lang.Class, org.apache.commons.logging.Log)">ClassMap(Class, Log)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/ClassMap.html" title="class in org.apache.commons.jexl.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Standard constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#classMethodMaps">classMethodMaps</a></span> - Variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Holds the method maps for the classes we know about, keyed by Class
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Introspector.html#clearCache()">clearCache()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection">Introspector</a></dt>
<dd>
<div class="block">Clears the classmap and classname
 caches, and logs that we did so.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#clearCache()">clearCache()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Clears the classmap and classname caches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#coerceBoolean(java.lang.Object)">coerceBoolean(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Coerce to a Boolean.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#coerceDouble(java.lang.Object)">coerceDouble(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Coerce to a Double.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#coerceInteger(java.lang.Object)">coerceInteger(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Coerce to a Integer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#coerceLong(java.lang.Object)">coerceLong(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Coerce to a Long.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util"><span class="strong">Coercion</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Coercion utilities for the JSTL EL-like coercion.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#Coercion()">Coercion()</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#column">column</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#createClassMap(java.lang.Class)">createClassMap(Class)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Creates a class map for specific class and registers it in the cache.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlHelper.html#createContext()">createContext()</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</a></dt>
<dd>
<div class="block">Returns a new <a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><code>JexlContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#createExpression(java.lang.String)">createExpression(String)</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">Creates an Expression from a String containing valid
 JEXL syntax.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#createNewExpression(java.lang.String)">createNewExpression(String)</a></span> - Method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">Creates a new Expression based on the expression string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#createNewScript(java.lang.String)">createNewScript(String)</a></span> - Method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">Creates a new Script based on the string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.lang.String)">createScript(String)</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">Creates a Script from a String containing valid JEXL syntax.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.io.File)">createScript(File)</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">Creates a Script from a <code>File</code> containing valid JEXL syntax.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.net.URL)">createScript(URL)</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">Creates a Script from a <code>URL</code> containing valid JEXL syntax.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#currentToken">currentToken</a></span> - Variable in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">This is the last token that has been consumed successfully.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html#discover(java.lang.Class, java.lang.String)">discover(Class, String)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html" title="class in org.apache.commons.jexl.util">BooleanPropertyExecutor</a></dt>
<dd>
<div class="block">Locate the getter method for this boolean property.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/MapGetExecutor.html#discover(java.lang.Class)">discover(Class)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/MapGetExecutor.html" title="class in org.apache.commons.jexl.util">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/PropertyExecutor.html#discover(java.lang.Class, java.lang.String)">discover(Class, String)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util">PropertyExecutor</a></dt>
<dd>
<div class="block">Locate the getter method for this property.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#Done()">Done()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#dump(java.lang.String)">dump(String)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Dump the node and all children.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#ef">ef</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">ExpressionFactory is a singleton and this is the private
 instance fufilling that pattern.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util"><span class="strong">EnumerationIterator</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">An Iterator wrapper for an Enumeration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/EnumerationIterator.html#EnumerationIterator(java.util.Enumeration)">EnumerationIterator(Enumeration)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Creates a new iteratorwrapper instance for the specified 
 Enumeration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#eol">eol</a></span> - Variable in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">The end of line string for this machine.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Expression.html#evaluate(org.apache.commons.jexl.JexlContext)">evaluate(JexlContext)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</a></dt>
<dd>
<div class="block">Evaluates the expression with the variables contained in the
 supplied <a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><code>JexlContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlExprResolver.html#evaluate(org.apache.commons.jexl.JexlContext, java.lang.String)">evaluate(JexlContext, String)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlExprResolver.html" title="interface in org.apache.commons.jexl">JexlExprResolver</a></dt>
<dd>
<div class="block">Evaluates an expression against the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/resolver/FlatResolver.html#evaluate(org.apache.commons.jexl.JexlContext, java.lang.String)">evaluate(JexlContext, String)</a></span> - Method in class org.apache.commons.jexl.resolver.<a href="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver">FlatResolver</a></dt>
<dd>
<div class="block">Try to resolve expression as-is.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#evaluateExpr(java.lang.Object, java.lang.Object, org.apache.commons.jexl.util.introspection.Uberspect)">evaluateExpr(Object, Object, Uberspect)</a></span> - Static method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Evaluate the Array expression 'loc' on the given object, o.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">evaluate array access upon a base object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">returns the value of itself applied to the object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">Part of reference resolution - wierd...</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMethod.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser">ASTMethod</a></dt>
<dd>
<div class="block">evaluate a method invocation upon a base object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">evaluate each piece of the reference.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser">ASTSizeMethod</a></dt>
<dd>
<div class="block">evaluate size as part of an expression on a base object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute(Object, JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Used to let a node calcuate it's value..</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Script.html#execute(org.apache.commons.jexl.JexlContext)">execute(JexlContext)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl">Script</a></dt>
<dd>
<div class="block">Executes the script with the variables contained in the
 supplied <a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><code>JexlContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#execute(java.lang.Object)">execute(Object)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/GetExecutor.html#execute(java.lang.Object)">execute(Object)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/GetExecutor.html" title="class in org.apache.commons.jexl.util">GetExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/MapGetExecutor.html#execute(java.lang.Object)">execute(Object)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/MapGetExecutor.html" title="class in org.apache.commons.jexl.util">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/PropertyExecutor.html#execute(java.lang.Object)">execute(Object)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util">PropertyExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ExpandBuff(boolean)">ExpandBuff(boolean)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#expectedTokenSequences">expectedTokenSequences</a></span> - Variable in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">Each entry in this array is an array of integers.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl"><span class="strong">Expression</span></a> - Interface in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">
 Represents a single JEXL expression.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl"><span class="strong">ExpressionFactory</span></a> - Class in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">
 Creates Expression objects.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#factory">factory</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">ScriptFactory is a singleton and this is the private
 instance fufilling that pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#FillBuff()">FillBuff()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/MethodMap.html#find(java.lang.String, java.lang.Object[])">find(String, Object[])</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">
 Find a method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/ClassMap.html#findMethod(java.lang.String, java.lang.Object[])">findMethod(String, Object[])</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/ClassMap.html" title="class in org.apache.commons.jexl.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Find a Method using the method name and parameter objects.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver"><span class="strong">FlatResolver</span></a> - Class in <a href="./org/apache/commons/jexl/resolver/package-summary.html">org.apache.commons.jexl.resolver</a></dt>
<dd>
<div class="block">Simple resolver to try the expression as-is from the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/resolver/FlatResolver.html#FlatResolver()">FlatResolver()</a></span> - Constructor for class org.apache.commons.jexl.resolver.<a href="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver">FlatResolver</a></dt>
<dd>
<div class="block">Default CTOR.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/resolver/FlatResolver.html#FlatResolver(boolean)">FlatResolver(boolean)</a></span> - Constructor for class org.apache.commons.jexl.resolver.<a href="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver">FlatResolver</a></dt>
<dd>
<div class="block">CTOR that lets you override the default behavior of
  noValOnNull, which is true.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayListWrapper.html#get(int)">get(int)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/MethodMap.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Return a list of methods with the same name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getBeginColumn()">getBeginColumn()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getBeginLine()">getBeginLine()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getColumn()">getColumn()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Info.html#getColumn()">getColumn()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getEndColumn()">getEndColumn()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getEndLine()">getEndLine()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/GetExecutor.html" title="class in org.apache.commons.jexl.util"><span class="strong">GetExecutor</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Executor that simply tries to execute a get(key)
 operation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/GetExecutor.html#GetExecutor(org.apache.commons.logging.Log, org.apache.commons.jexl.util.introspection.Introspector, java.lang.Class, java.lang.String)">GetExecutor(Log, Introspector, Class, String)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/GetExecutor.html" title="class in org.apache.commons.jexl.util">GetExecutor</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Expression.html#getExpression()">getExpression()</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</a></dt>
<dd>
<div class="block">Returns the JEXL expression this Expression was created with.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#getIdentifierString()">getIdentifierString()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Gets the variable name piece of the expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#getIdentifierString()">getIdentifierString()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">Gets the name of the variable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#GetImage()">GetImage()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">Returns the single instance of ExpressionFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlHelper.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">Returns the single instance of ScriptFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html#getIterator(java.lang.Object, org.apache.commons.jexl.util.introspection.Info)">getIterator(Object, Info)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">To support iteratives - #foreach()</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getIterator(java.lang.Object, org.apache.commons.jexl.util.introspection.Info)">getIterator(Object, Info)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">To support iteratives - #foreach()</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getLine()">getLine()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Info.html#getLine()">getLine()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#getMessage()">getMessage()</a></span> - Method in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">This method has the standard behavior when this object has been
 created using the standard constructors.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#getMessage()">getMessage()</a></span> - Method in error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>
<div class="block">You can also modify the body of this method to customize your error messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#getMethod()">getMethod()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>
<div class="block">Get the method to be executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Introspector.html#getMethod(java.lang.Class, java.lang.String, java.lang.Object[])">getMethod(Class, String, Object[])</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection">Introspector</a></dt>
<dd>
<div class="block">Gets the method defined by <code>name</code> and
 <code>params</code> for the Class <code>c</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#getMethod(java.lang.Class, java.lang.String, java.lang.Object[])">getMethod(Class, String, Object[])</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Gets the method defined by <code>name</code> and <code>params</code>
 for the Class <code>c</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html#getMethod(java.lang.Object, java.lang.String, java.lang.Object[], org.apache.commons.jexl.util.introspection.Info)">getMethod(Object, String, Object[], Info)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Returns a general method, corresponding to $foo.bar( $woogie )</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getMethod(java.lang.Object, java.lang.String, java.lang.Object[], org.apache.commons.jexl.util.introspection.Info)">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Returns a general method, corresponding to $foo.bar( $woogie )</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#getMethodName()">getMethodName()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>
<div class="block">returns the method name used to return this 'property'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#getMethodName()">getMethodName()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">returns the method name used</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#getMethodName()">getMethodName()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">returns the method name used to set this 'property'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelMethod.html#getMethodName()">getMethodName()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">returns the method name used</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#getMethodName()">getMethodName()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">returns the method name used to return this 'property'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#getMethodName()">getMethodName()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">returns the method name used to set this 'property'.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html#getPropertyGet(java.lang.Object, java.lang.String, org.apache.commons.jexl.util.introspection.Info)">getPropertyGet(Object, String, Info)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getPropertyGet(java.lang.Object, java.lang.String, org.apache.commons.jexl.util.introspection.Info)">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html#getPropertySet(java.lang.Object, java.lang.String, java.lang.Object, org.apache.commons.jexl.util.introspection.Info)">getPropertySet(Object, String, Object, Info)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getPropertySet(java.lang.Object, java.lang.String, java.lang.Object, org.apache.commons.jexl.util.introspection.Info)">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#getReturnType()">getReturnType()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">returns the return type of the method invoked</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelMethod.html#getReturnType()">getReturnType()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">returns the return type of the method invoked</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#getRootString()">getRootString()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Gets the variable name of <a href="./org/apache/commons/jexl/parser/ASTReference.html#root"><code>root</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#GetSuffix(int)">GetSuffix(int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#getTabSize(int)">getTabSize(int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Info.html#getTemplateName()">getTemplateName()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/Script.html#getText()">getText()</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl">Script</a></dt>
<dd>
<div class="block">Returns the text of this Script.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#getUberspect()">getUberspect()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Introspector.html#getUberspect()">getUberspect()</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Introspector.html" title="class in org.apache.commons.jexl.util">Introspector</a></dt>
<dd>
<div class="block">For now, expose the raw uberspector to the AST.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/context/HashMapContext.html#getVars()">getVars()</a></span> - Method in class org.apache.commons.jexl.context.<a href="./org/apache/commons/jexl/context/HashMapContext.html" title="class in org.apache.commons.jexl.context">HashMapContext</a></dt>
<dd>
<div class="block">Retrives the Map of variables associated with this JexlContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlContext.html#getVars()">getVars()</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</a></dt>
<dd>
<div class="block">Retrives the Map of variables associated with this JexlContext.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/context/HashMapContext.html" title="class in org.apache.commons.jexl.context"><span class="strong">HashMapContext</span></a> - Class in <a href="./org/apache/commons/jexl/context/package-summary.html">org.apache.commons.jexl.context</a></dt>
<dd>
<div class="block">Implementation of JexlContext based on a HashMap.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/context/HashMapContext.html#HashMapContext()">HashMapContext()</a></span> - Constructor for class org.apache.commons.jexl.context.<a href="./org/apache/commons/jexl/context/HashMapContext.html" title="class in org.apache.commons.jexl.context">HashMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util">ArrayIterator</a></dt>
<dd>
<div class="block">Check to see if there is another element in the array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/EnumerationIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Check to see if there is another element in the array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlHelper.html#helper">helper</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</a></dt>
<dd>
<div class="block">singleton instance.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#id">id</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">id of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#inBuf">inBuf</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">Info</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Little class to carry in info such as template name, line and column
  for information error reporting from the uberspector implementations</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Info.html#Info(java.lang.String, int, int)">Info(String, int, int)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html#init()">init()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Initializer - will be called before use</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#init()">init()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">init - does nothing - we need to have setRuntimeLogger called before
 getting our introspector, as the default vel introspector depends upon
 it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#inputStream">inputStream</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#interpret(org.apache.commons.jexl.JexlContext)">interpret(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">basic interpret - just invoke interpret on all children.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">IntrospectionUtils</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#IntrospectionUtils()">IntrospectionUtils()</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">Introspector</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">This basic function of this class is to return a Method
 object for a particular class given the name of a method
 and the parameters to the method in the form of an Object[]

 The first time the Introspector sees a
 class it creates a class method map for the
 class in question.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Introspector.html#Introspector(org.apache.commons.logging.Log)">Introspector(Log)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection">Introspector</a></dt>
<dd>
<div class="block">Recieves our RuntimeServices object.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/Introspector.html" title="class in org.apache.commons.jexl.util"><span class="strong">Introspector</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Little class to manage a Velocity uberspector (Vel 1.4+) for instrospective
  services.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Introspector.html#Introspector()">Introspector()</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Introspector.html" title="class in org.apache.commons.jexl.util">Introspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/PropertyExecutor.html#introspector">introspector</a></span> - Variable in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util">PropertyExecutor</a></dt>
<dd>
<div class="block">The JEXL introspector used.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">IntrospectorBase</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">This basic function of this class is to return a Method object for a
 particular class given the name of a method and the parameters to the method
 in the form of an Object[]
 <p/>
 The first time the Introspector sees a class it creates a class method map
 for the class in question.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#IntrospectorBase(org.apache.commons.logging.Log)">IntrospectorBase(Log)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectorBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#invoke(java.lang.Object)">invoke(Object)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>
<div class="block">invocation method - called when the 'get action' should be performed and
 a value returned.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#invoke(java.lang.Object, java.lang.Object[])">invoke(Object, Object[])</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">invocation method - called when the method invocation should be
  performed and a value returned</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#invoke(java.lang.Object, java.lang.Object)">invoke(Object, Object)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">method used to set the value in the object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelMethod.html#invoke(java.lang.Object, java.lang.Object[])">invoke(Object, Object[])</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">invocation method - called when the method invocation should be
  performed and a value returned</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#invoke(java.lang.Object)">invoke(Object)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">invocation method - called when the 'get action' should be performed and
 a value returned.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#invoke(java.lang.Object, java.lang.Object)">invoke(Object, Object)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">method used to set the value in the object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#isAlive()">isAlive()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>
<div class="block">Tell whether the executor is alive by looking
 at the value of the method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#isAlive()">isAlive()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#isAlive()">isAlive()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">Tell whether the method underlying this 'property' is alive by
 checking to see if represents a successful name resolution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#isCacheable()">isCacheable()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>
<div class="block">specifies if this VelPropertyGet is cacheable and able to be reused for
 this class of object it was returned for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#isCacheable()">isCacheable()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">specifies if this VelMethod is cacheable and able to be
  reused for this class of object it was returned for</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#isCacheable()">isCacheable()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">specifies if this VelPropertySet is cacheable and able to be reused for
 this class of object it was returned for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelMethod.html#isCacheable()">isCacheable()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">specifies if this VelMethod is cacheable and able to be
  reused for this class of object it was returned for</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#isCacheable()">isCacheable()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">specifies if this VelPropertyGet is cacheable and able to be reused for
 this class of object it was returned for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#isCacheable()">isCacheable()</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html" title="interface in org.apache.commons.jexl.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">specifies if this VelPropertySet is cacheable and able to be reused for
 this class of object it was returned for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#isFloatingPoint(java.lang.Object)">isFloatingPoint(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Is Object a floating point number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#isMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)">isMethodInvocationConvertible(Class, Class, boolean)</a></span> - Static method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">Determines whether a type represented by a class object is
 convertible to another type represented by a class object using a
 method invocation conversion, treating object types of primitive
 types as if they were primitive types (that is, a Boolean actual
 parameter type matches boolean primitive formal type).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/Coercion.html#isNumberable(java.lang.Object)">isNumberable(Object)</a></span> - Static method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util">Coercion</a></dt>
<dd>
<div class="block">Is Object a whole number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#isStrictMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)">isStrictMethodInvocationConvertible(Class, Class, boolean)</a></span> - Static method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html" title="class in org.apache.commons.jexl.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">Determines whether a type represented by a class object is
 convertible to another type represented by a class object using a
 method invocation conversion, without matching object and primitive
 types.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><span class="strong">JexlContext</span></a> - Interface in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">Holds a Map of variables which are referenced in a JEXL expression.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl"><span class="strong">JexlException</span></a> - Exception in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">Signals an error inside JEXL.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.String)">JexlException(String)</a></span> - Constructor for exception org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.String, java.lang.Throwable)">JexlException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.Throwable)">JexlException(Throwable)</a></span> - Constructor for exception org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/JexlExprResolver.html" title="interface in org.apache.commons.jexl"><span class="strong">JexlExprResolver</span></a> - Interface in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">A Resolver allows custom resolution of the expression, and can be
  added in front of the jexl engine, or after in the evaluation.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl"><span class="strong">JexlHelper</span></a> - Class in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">Helper to create a context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlHelper.html#JexlHelper()">JexlHelper()</a></span> - Constructor for class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAddNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser">ASTAddNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAndNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser">ASTAndNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser">ASTArrayLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAssignment.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser">ASTAssignment</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseAndNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseComplNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseOrNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseXorNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBlock.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser">ASTBlock</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTDivNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser">ASTDivNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTElvisNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser">ASTElvisNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser">ASTEmptyFunction</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEQNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser">ASTEQNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpression</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpressionExpression</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFalseNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser">ASTFalseNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser">ASTForeachStatement</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser">ASTGENode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGTNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser">ASTGTNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIfStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser">ASTIfStatement</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTJexlScript.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser">ASTJexlScript</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser">ASTLENode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLTNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser">ASTLTNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapEntry.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser">ASTMapEntry</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser">ASTMapLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMethod.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser">ASTMethod</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTModNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser">ASTModNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMulNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser">ASTMulNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser">ASTNENode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNotNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser">ASTNotNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser">ASTNullLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTOrNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser">ASTOrNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser">ASTReferenceExpression</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser">ASTSizeMethod</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser">ASTStatementExpression</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser">ASTSubtractNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser">ASTTernaryNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTrueNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser">ASTTrueNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser">ASTUnaryMinusNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser">ASTWhileStatement</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Accept the visitor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)">jjtAddChild(Node, int)</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">This method tells the node to add its argument to the node's list of
 children.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)">jjtAddChild(Node, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">This method tells the node to add its argument to the node's list of
 children.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#jjtClose()">jjtClose()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Store the first child as <a href="./org/apache/commons/jexl/parser/ASTReference.html#root"><code>root</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtClose()">jjtClose()</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">This method is called after all the child nodes have been added.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtClose()">jjtClose()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">End of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtGetChild(int)">jjtGetChild(int)</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">This method returns a child node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetChild(int)">jjtGetChild(int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">This method returns a child node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtGetNumChildren()">jjtGetNumChildren()</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">Gets the number of children the node has.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetNumChildren()">jjtGetNumChildren()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Gets the number of children the node has.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtGetParent()">jjtGetParent()</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">Gets the parent node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetParent()">jjtGetParent()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Gets the parent node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtOpen()">jjtOpen()</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">This method is called after the node has been made the current node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtOpen()">jjtOpen()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Start of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/Node.html#jjtSetParent(org.apache.commons.jexl.parser.Node)">jjtSetParent(Node)</a></span> - Method in interface org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</a></dt>
<dd>
<div class="block">This pair of methods are used to inform the node of its parent.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#jjtSetParent(org.apache.commons.jexl.parser.Node)">jjtSetParent(Node)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">This pair of methods are used to inform the node of its parent.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#LexicalError(boolean, int, int, int, java.lang.String, char)">LexicalError(boolean, int, int, int, String, char)</a></span> - Static method in error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Returns a detailed message for the Error when it is thrown by the
 token manager to indicate a lexical error.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#line">line</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html#literal">literal</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</a></dt>
<dd>
<div class="block">the parsed literal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#log">log</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">The Log to which all ExpressionFactory messages will be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#log">log</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">The Log to which all ScriptFactory messages will be logged.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/util/MapGetExecutor.html" title="class in org.apache.commons.jexl.util"><span class="strong">MapGetExecutor</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">GetExecutor that is smart about Maps.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/MapGetExecutor.html#MapGetExecutor(org.apache.commons.logging.Log, java.lang.Class, java.lang.String)">MapGetExecutor(Log, Class, String)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/MapGetExecutor.html" title="class in org.apache.commons.jexl.util">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#maxNextCharInd">maxNextCharInd</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#method">method</a></span> - Variable in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>
<div class="block">Method to be executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#method">method</a></span> - Variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">the method.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">MethodMap</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/MethodMap.html#MethodMap()">MethodMap()</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection">MethodMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/MethodMap.AmbiguousException.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">MethodMap.AmbiguousException</span></a> - Exception in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Simple distinguishable exception, used when
 we run across ambiguous overloading.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/MethodMap.AmbiguousException.html#MethodMap.AmbiguousException()">MethodMap.AmbiguousException()</a></span> - Constructor for exception org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/MethodMap.AmbiguousException.html" title="class in org.apache.commons.jexl.util.introspection">MethodMap.AmbiguousException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/PropertyExecutor.html#methodUsed">methodUsed</a></span> - Variable in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util">PropertyExecutor</a></dt>
<dd>
<div class="block">The method used.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlHelper.html#newContext()">newContext()</a></span> - Method in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</a></dt>
<dd>
<div class="block">Creates and returns a new <a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><code>JexlContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayIterator.html#next()">next()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util">ArrayIterator</a></dt>
<dd>
<div class="block">Move to next element in the array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/EnumerationIterator.html#next()">next()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Move to next element in the array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlExprResolver.html#NO_VALUE">NO_VALUE</a></span> - Static variable in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlExprResolver.html" title="interface in org.apache.commons.jexl">JexlExprResolver</a></dt>
<dd>
<div class="block">represents an expression result of no value.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser"><span class="strong">Node</span></a> - Interface in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">All AST nodes must implement this interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/resolver/FlatResolver.html#noValOnNull">noValOnNull</a></span> - Variable in class org.apache.commons.jexl.resolver.<a href="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver">FlatResolver</a></dt>
<dd>
<div class="block">Flag to return NO_VALUE on null from context.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a> - package org.apache.commons.jexl</dt>
<dd>
<div class="block">Provides a framework for evaluating JEXL expressions.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/context/package-summary.html">org.apache.commons.jexl.context</a> - package org.apache.commons.jexl.context</dt>
<dd>
<div class="block">Simple JexlContext implementations.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/junit/package-summary.html">org.apache.commons.jexl.junit</a> - package org.apache.commons.jexl.junit</dt>
<dd>
<div class="block">Using JEXL expressions in JUnit assertions.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a> - package org.apache.commons.jexl.parser</dt>
<dd>
<div class="block">Contains the Parser for JEXL script.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/resolver/package-summary.html">org.apache.commons.jexl.resolver</a> - package org.apache.commons.jexl.resolver</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a> - package org.apache.commons.jexl.util</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a> - package org.apache.commons.jexl.util.introspection</dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#parent">parent</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">parent node.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser"><span class="strong">ParseException</span></a> - Exception in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">This exception is thrown when parse errors are encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#ParseException(org.apache.commons.jexl.parser.Token, int[][], java.lang.String[])">ParseException(Token, int[][], String[])</a></span> - Constructor for exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">This constructor is used by the method "generateParseException"
 in the generated parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#ParseException()">ParseException()</a></span> - Constructor for exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">The following constructors are for use by you for whatever
 purpose you can think of.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#ParseException(java.lang.String)">ParseException(String)</a></span> - Constructor for exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ExpressionFactory.html#parser">parser</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</a></dt>
<dd>
<div class="block">The singleton ExpressionFactory also holds a single instance of
 <code>Parser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#parser">parser</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">parser that created the node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/ScriptFactory.html#parser">parser</a></span> - Static variable in class org.apache.commons.jexl.<a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</a></dt>
<dd>
<div class="block">The singleton ScriptFactory also holds a single instance of 
 <code>Parser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#prevCharIsCR">prevCharIsCR</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#prevCharIsLF">prevCharIsLF</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util"><span class="strong">PropertyExecutor</span></a> - Class in <a href="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</a></dt>
<dd>
<div class="block">Returned the value of object property when executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/PropertyExecutor.html#PropertyExecutor(org.apache.commons.logging.Log, org.apache.commons.jexl.util.introspection.Introspector, java.lang.Class, java.lang.String)">PropertyExecutor(Log, Introspector, Class, String)</a></span> - Constructor for class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util">PropertyExecutor</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#putKey">putKey</a></span> - Variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">the key for indexed and other properties.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#readChar()">readChar()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader, int, int, int)">ReInit(Reader, int, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader, int, int)">ReInit(Reader, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader)">ReInit(Reader)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int, int)">ReInit(InputStream, String, int, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, int, int, int)">ReInit(InputStream, int, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String)">ReInit(InputStream, String)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream)">ReInit(InputStream)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int)">ReInit(InputStream, String, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, int, int)">ReInit(InputStream, int, int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayIterator.html#remove()">remove()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util">ArrayIterator</a></dt>
<dd>
<div class="block">No op--merely added to satify the <code>Iterator</code> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/EnumerationIterator.html#remove()">remove()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Unimplemented.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/AbstractExecutor.html#rlog">rlog</a></span> - Variable in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util">AbstractExecutor</a></dt>
<dd>
<div class="block">The executor instance log.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#root">root</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">first variable in the expression.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl"><span class="strong">Script</span></a> - Interface in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block">A JEXL Script.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl"><span class="strong">ScriptFactory</span></a> - Class in <a href="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</a></dt>
<dd>
<div class="block"> 
 Creates <a href="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl"><code>Script</code></a>s.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayListWrapper.html#set(int, java.lang.Object)">set(int, Object)</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#setRuntimeLogger(org.apache.commons.logging.Log)">setRuntimeLogger(Log)</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Sets the runtime logger - this must be called before anything else
 besides init() as to get the logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectLoggable.html#setRuntimeLogger(org.apache.commons.logging.Log)">setRuntimeLogger(Log)</a></span> - Method in interface org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectLoggable.html" title="interface in org.apache.commons.jexl.util.introspection">UberspectLoggable</a></dt>
<dd>
<div class="block">Sets the logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#setTabSize(int)">setTabSize(int)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#setValue(org.apache.commons.jexl.JexlContext, java.lang.Object)">setValue(JexlContext, Object)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Sets the value for the node - again, only makes sense for some nodes but
 lazyness tempts me to put it here.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/junit/Asserter.html#setVariable(java.lang.String, java.lang.Object)">setVariable(String, Object)</a></span> - Method in class org.apache.commons.jexl.junit.<a href="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit">Asserter</a></dt>
<dd>
<div class="block">Puts a variable of a certain name in the context so that it can be used from
 assertion expressions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/context/HashMapContext.html#setVars(java.util.Map)">setVars(Map)</a></span> - Method in class org.apache.commons.jexl.context.<a href="./org/apache/commons/jexl/context/HashMapContext.html" title="class in org.apache.commons.jexl.context">HashMapContext</a></dt>
<dd>
<div class="block">Replaces variables in a JexlContext with the variables contained
 in the supplied Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/JexlContext.html#setVars(java.util.Map)">setVars(Map)</a></span> - Method in interface org.apache.commons.jexl.<a href="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</a></dt>
<dd>
<div class="block">Replaces variables in a JexlContext with the variables contained
 in the supplied Map.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser"><span class="strong">SimpleCharStream</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int, int)">SimpleCharStream(Reader, int, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int)">SimpleCharStream(Reader, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader)">SimpleCharStream(Reader)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int, int)">SimpleCharStream(InputStream, String, int, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int, int)">SimpleCharStream(InputStream, int, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int)">SimpleCharStream(InputStream, String, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int)">SimpleCharStream(InputStream, int, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String)">SimpleCharStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream)">SimpleCharStream(InputStream)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser"><span class="strong">SimpleNode</span></a> - Class in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>
<div class="block">A Useful implementation of <a href="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser"><code>Node</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(int)">SimpleNode(int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Create the node given an id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(org.apache.commons.jexl.parser.Parser, int)">SimpleNode(Parser, int)</a></span> - Constructor for class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Create a node with the given parser and id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/ArrayListWrapper.html#size()">size()</a></span> - Method in class org.apache.commons.jexl.util.<a href="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html#sizeOf(java.lang.Object, org.apache.commons.jexl.util.introspection.Uberspect)">sizeOf(Object, Uberspect)</a></span> - Static method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</a></dt>
<dd>
<div class="block">Calculate the <code>size</code> of various types: Collection, Array, Map, String,
 and anything that has a int size() method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#specialConstructor">specialConstructor</a></span> - Variable in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">This variable determines which constructor was used to create
 this object and thereby affects the semantics of the
 "getMessage" method (see below).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#staticFlag">staticFlag</a></span> - Static variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#tabSize">tabSize</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ParseException.html#tokenImage">tokenImage</a></span> - Variable in exception org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser">ParseException</a></dt>
<dd>
<div class="block">This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser"><span class="strong">TokenMgrError</span></a> - Error in <a href="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError()">TokenMgrError()</a></span> - Constructor for error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError(java.lang.String, int)">TokenMgrError(String, int)</a></span> - Constructor for error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError(boolean, int, int, int, java.lang.String, char, int)">TokenMgrError(boolean, int, int, int, String, char, int)</a></span> - Constructor for error org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#toString()">toString()</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Gets a string representation of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#toString(java.lang.String)">toString(String)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Used during dumping to output the node with a prefix.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/Info.html#toString()">toString()</a></span> - Method in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection">Info</a></dt>
<dd>
<div class="block">Formats a textual representation of this object as <code>SOURCE
 [line X, column Y]</code>.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection"><span class="strong">Uberspect</span></a> - Interface in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">'Federated' introspection/reflection interface to allow the introspection
  behavior in Velocity to be customized.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">UberspectImpl</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Implementation of Uberspect to provide the default introspective
 functionality of Velocity.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#UberspectImpl()">UberspectImpl()</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">UberspectImpl.VelGetterImpl</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#UberspectImpl.VelGetterImpl(org.apache.commons.jexl.util.AbstractExecutor)">UberspectImpl.VelGetterImpl(AbstractExecutor)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>
<div class="block">Create the getter using an <a href="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util"><code>AbstractExecutor</code></a> to
 do the work.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">UberspectImpl.VelMethodImpl</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">An implementation of <a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection"><code>VelMethod</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#UberspectImpl.VelMethodImpl(java.lang.reflect.Method)">UberspectImpl.VelMethodImpl(Method)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">Create a new instance.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection"><span class="strong">UberspectImpl.VelSetterImpl</span></a> - Class in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#UberspectImpl.VelSetterImpl(org.apache.commons.jexl.util.introspection.VelMethod)">UberspectImpl.VelSetterImpl(VelMethod)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">Create an instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#UberspectImpl.VelSetterImpl(org.apache.commons.jexl.util.introspection.VelMethod, java.lang.String)">UberspectImpl.VelSetterImpl(VelMethod, String)</a></span> - Constructor for class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">Create an instance.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/UberspectLoggable.html" title="interface in org.apache.commons.jexl.util.introspection"><span class="strong">UberspectLoggable</span></a> - Interface in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Marker interface to let an uberspector indicate it can and wants to log.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleCharStream.html#UpdateLineColumn(char)">UpdateLineColumn(char)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#val">val</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</a></dt>
<dd>
<div class="block">the value of the literal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#val">val</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">the name of the variable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#val">val</a></span> - Variable in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">literal value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAddNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser">ASTAddNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAndNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser">ASTAndNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser">ASTArrayLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTAssignment.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser">ASTAssignment</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseAndNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseComplNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseOrNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseXorNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTBlock.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTDivNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser">ASTDivNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTElvisNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser">ASTElvisNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser">ASTEmptyFunction</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTEQNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser">ASTEQNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpression.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpression</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpressionExpression</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFalseNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser">ASTFalseNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser">ASTForeachStatement</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGENode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser">ASTGENode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTGTNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser">ASTGTNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIdentifier.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIfStatement.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser">ASTIfStatement</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTJexlScript.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser">ASTJexlScript</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLENode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser">ASTLENode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTLTNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser">ASTLTNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapEntry.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser">ASTMapEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser">ASTMapLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTModNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser">ASTModNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTMulNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser">ASTMulNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNENode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser">ASTNENode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNotNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser">ASTNotNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser">ASTNullLiteral</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTOrNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser">ASTOrNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReference.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser">ASTReferenceExpression</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser">ASTStatementExpression</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser">ASTSubtractNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser">ASTTernaryNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTTrueNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser">ASTTrueNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser">ASTUnaryMinusNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser">ASTWhileStatement</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/parser/SimpleNode.html#value(org.apache.commons.jexl.JexlContext)">value(JexlContext)</a></span> - Method in class org.apache.commons.jexl.parser.<a href="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser">SimpleNode</a></dt>
<dd>
<div class="block">Gets the value of this node.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection"><span class="strong">VelMethod</span></a> - Interface in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Method used for regular method invocation

    $foo.bar()</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection"><span class="strong">VelPropertyGet</span></a> - Interface in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Interface defining a 'getter'.</div>
</dd>
<dt><a href="./org/apache/commons/jexl/util/introspection/VelPropertySet.html" title="interface in org.apache.commons.jexl.util.introspection"><span class="strong">VelPropertySet</span></a> - Interface in <a href="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</a></dt>
<dd>
<div class="block">Interface used for setting values that appear to be properties in Velocity.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#vm">vm</a></span> - Variable in class org.apache.commons.jexl.util.introspection.<a href="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">the method to call.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012 <a href="http://jakarta.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>