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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Thu Apr 26 20:57:23 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-04-26">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Commons JEXL 1.1-jenkins-20111212 API)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html" title="class in org.apache.commons.jexl.util"><B>AbstractExecutor</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Abstract class that is used to execute an arbitrary
 method that is in introspected.<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#AbstractExecutor()"><B>AbstractExecutor()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.html#add(java.lang.reflect.Method)"><B>add(Method)</B></A> - 
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>
<DD>Add a method to a list of methods by name.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#add_escapes(java.lang.String)"><B>add_escapes(String)</B></A> - 
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>
<DD>Used to convert raw characters to their escaped version
 when these raw version cannot be used as part of an ASCII
 string literal.
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#addEscapes(java.lang.String)"><B>addEscapes(String)</B></A> - 
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>
<DD>Replaces unprintable characters by their espaced (or unicode escaped)
 equivalents in the given string
<DT><A HREF="./org/apache/commons/jexl/Expression.html#addPostResolver(org.apache.commons.jexl.JexlExprResolver)"><B>addPostResolver(JexlExprResolver)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</A>
<DD>Allows addition of a resolver to allow custom interdiction of
 expression evaluation.
<DT><A HREF="./org/apache/commons/jexl/Expression.html#addPreResolver(org.apache.commons.jexl.JexlExprResolver)"><B>addPreResolver(JexlExprResolver)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</A>
<DD>Allows addition of a resolver to allow custom interdiction of
 expression evaluation.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#adjustBeginLineColumn(int, int)"><B>adjustBeginLineColumn(int, int)</B></A> - 
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>
<DD>Method to adjust line and column numbers for the start of a token.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#ae"><B>ae</B></A> - 
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>
<DD>executor for performing the get.
<DT><A HREF="./org/apache/commons/jexl/util/ArrayIterator.html" title="class in org.apache.commons.jexl.util"><B>ArrayIterator</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>
  An Iterator wrapper for an Object[].<DT><A HREF="./org/apache/commons/jexl/util/ArrayIterator.html#ArrayIterator(java.lang.Object)"><B>ArrayIterator(Object)</B></A> - 
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>
<DD>Creates a new iterator instance for the specified array.
<DT><A HREF="./org/apache/commons/jexl/util/ArrayListWrapper.html" title="class in org.apache.commons.jexl.util"><B>ArrayListWrapper</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>A class that wraps an array with a List interface.<DT><A HREF="./org/apache/commons/jexl/util/ArrayListWrapper.html#ArrayListWrapper(java.lang.Object)"><B>ArrayListWrapper(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/junit/Asserter.html" title="class in org.apache.commons.jexl.junit"><B>Asserter</B></A> - Class in <A HREF="./org/apache/commons/jexl/junit/package-summary.html">org.apache.commons.jexl.junit</A><DD>A utility class for performing JUnit based assertions using Jexl
 expressions.<DT><A HREF="./org/apache/commons/jexl/junit/Asserter.html#Asserter()"><B>Asserter()</B></A> - 
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>
<DD>Create an asserter.
<DT><A HREF="./org/apache/commons/jexl/junit/Asserter.html#Asserter(java.lang.Object)"><B>Asserter(Object)</B></A> - 
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>
<DD>This constructor will register the given variableValue as the
 "this" variable.
<DT><A HREF="./org/apache/commons/jexl/junit/Asserter.html#assertExpression(java.lang.String, java.lang.Object)"><B>assertExpression(String, Object)</B></A> - 
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>
<DD>Performs an assertion that the value of the given Jexl expression 
 evaluates to the given expected value.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTAddNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Addition : either integer addition or string concatenation.<DT><A HREF="./org/apache/commons/jexl/parser/ASTAddNode.html#ASTAddNode(int)"><B>ASTAddNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAddNode.html#ASTAddNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTAddNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTAndNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>&& and 'and'.<DT><A HREF="./org/apache/commons/jexl/parser/ASTAndNode.html#ASTAndNode(int)"><B>ASTAndNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAndNode.html#ASTAndNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTAndNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser"><B>ASTArrayAccess</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Like an ASTIdentifier, but with array access allowed.<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#ASTArrayAccess(int)"><B>ASTArrayAccess(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#ASTArrayAccess(org.apache.commons.jexl.parser.Parser, int)"><B>ASTArrayAccess(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTArrayLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#ASTArrayLiteral(int)"><B>ASTArrayLiteral(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#ASTArrayLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTArrayLiteral(Parser, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser"><B>ASTAssignment</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>x = y, assigns a value to a variable in the context.<DT><A HREF="./org/apache/commons/jexl/parser/ASTAssignment.html#ASTAssignment(int)"><B>ASTAssignment(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAssignment.html#ASTAssignment(org.apache.commons.jexl.parser.Parser, int)"><B>ASTAssignment(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTBitwiseAndNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Bitwise And.<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#ASTBitwiseAndNode(int)"><B>ASTBitwiseAndNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#ASTBitwiseAndNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTBitwiseAndNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTBitwiseComplNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Bitwise Complement.<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#ASTBitwiseComplNode(int)"><B>ASTBitwiseComplNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#ASTBitwiseComplNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTBitwiseComplNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTBitwiseOrNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Bitwise Or.<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#ASTBitwiseOrNode(int)"><B>ASTBitwiseOrNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#ASTBitwiseOrNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTBitwiseOrNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTBitwiseXorNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Bitwise Or.<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#ASTBitwiseXorNode(int)"><B>ASTBitwiseXorNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#ASTBitwiseXorNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTBitwiseXorNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser"><B>ASTBlock</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>{ code }, a block of statements enclosed in curly braces.<DT><A HREF="./org/apache/commons/jexl/parser/ASTBlock.html#ASTBlock(int)"><B>ASTBlock(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBlock.html#ASTBlock(org.apache.commons.jexl.parser.Parser, int)"><B>ASTBlock(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTDivNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>a / b, mathematical divide.<DT><A HREF="./org/apache/commons/jexl/parser/ASTDivNode.html#ASTDivNode(int)"><B>ASTDivNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTDivNode.html#ASTDivNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTDivNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTElvisNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>"x?:y" operator.<DT><A HREF="./org/apache/commons/jexl/parser/ASTElvisNode.html#ASTElvisNode(int)"><B>ASTElvisNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTElvisNode.html#ASTElvisNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTElvisNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser"><B>ASTEmptyFunction</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>function to see if reference doesn't exist in context.<DT><A HREF="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#ASTEmptyFunction(int)"><B>ASTEmptyFunction(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#ASTEmptyFunction(org.apache.commons.jexl.parser.Parser, int)"><B>ASTEmptyFunction(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTEQNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Represents equality between values.<DT><A HREF="./org/apache/commons/jexl/parser/ASTEQNode.html#ASTEQNode(int)"><B>ASTEQNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEQNode.html#ASTEQNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTEQNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser"><B>ASTExpression</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>AST node for expression.<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpression.html#ASTExpression(int)"><B>ASTExpression(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpression.html#ASTExpression(org.apache.commons.jexl.parser.Parser, int)"><B>ASTExpression(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser"><B>ASTExpressionExpression</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents equality between integers - use .equals() for strings.<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#ASTExpressionExpression(int)"><B>ASTExpressionExpression(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#ASTExpressionExpression(org.apache.commons.jexl.parser.Parser, int)"><B>ASTExpressionExpression(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTFalseNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents Boolean false.<DT><A HREF="./org/apache/commons/jexl/parser/ASTFalseNode.html#ASTFalseNode(int)"><B>ASTFalseNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFalseNode.html#ASTFalseNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTFalseNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTFloatLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents a float point number.<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#ASTFloatLiteral(int)"><B>ASTFloatLiteral(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#ASTFloatLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTFloatLiteral(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser"><B>ASTForeachStatement</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>ForEach statement.<DT><A HREF="./org/apache/commons/jexl/parser/ASTForeachStatement.html#ASTForeachStatement(int)"><B>ASTForeachStatement(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTForeachStatement.html#ASTForeachStatement(org.apache.commons.jexl.parser.Parser, int)"><B>ASTForeachStatement(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser"><B>ASTGENode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>GE : a >= b.<DT><A HREF="./org/apache/commons/jexl/parser/ASTGENode.html#ASTGENode(int)"><B>ASTGENode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGENode.html#ASTGENode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTGENode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTGTNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>GT : a > b.<DT><A HREF="./org/apache/commons/jexl/parser/ASTGTNode.html#ASTGTNode(int)"><B>ASTGTNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGTNode.html#ASTGTNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTGTNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser"><B>ASTIdentifier</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Simple identifier - $foo or $foo.bar (both parts are identifiers).<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#ASTIdentifier(int)"><B>ASTIdentifier(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#ASTIdentifier(org.apache.commons.jexl.parser.Parser, int)"><B>ASTIdentifier(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser"><B>ASTIfStatement</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>if ( expression ) statement [else statement].<DT><A HREF="./org/apache/commons/jexl/parser/ASTIfStatement.html#ASTIfStatement(int)"><B>ASTIfStatement(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIfStatement.html#ASTIfStatement(org.apache.commons.jexl.parser.Parser, int)"><B>ASTIfStatement(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTIntegerLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents an integer.<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#ASTIntegerLiteral(int)"><B>ASTIntegerLiteral(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#ASTIntegerLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTIntegerLiteral(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser"><B>ASTJexlScript</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Top of the syntax tree - parsed Jexl code.<DT><A HREF="./org/apache/commons/jexl/parser/ASTJexlScript.html#ASTJexlScript(int)"><B>ASTJexlScript(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTJexlScript.html#ASTJexlScript(org.apache.commons.jexl.parser.Parser, int)"><B>ASTJexlScript(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser"><B>ASTLENode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>LE : a <= b.<DT><A HREF="./org/apache/commons/jexl/parser/ASTLENode.html#ASTLENode(int)"><B>ASTLENode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLENode.html#ASTLENode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTLENode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTLTNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>LT : a < b.<DT><A HREF="./org/apache/commons/jexl/parser/ASTLTNode.html#ASTLTNode(int)"><B>ASTLTNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLTNode.html#ASTLTNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTLTNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser"><B>ASTMapEntry</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapEntry.html#ASTMapEntry(int)"><B>ASTMapEntry(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapEntry.html#ASTMapEntry(org.apache.commons.jexl.parser.Parser, int)"><B>ASTMapEntry(Parser, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTMapLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapLiteral.html#ASTMapLiteral(int)"><B>ASTMapLiteral(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapLiteral.html#ASTMapLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTMapLiteral(Parser, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser"><B>ASTMethod</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Method execution.<DT><A HREF="./org/apache/commons/jexl/parser/ASTMethod.html#ASTMethod(int)"><B>ASTMethod(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMethod.html#ASTMethod(org.apache.commons.jexl.parser.Parser, int)"><B>ASTMethod(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTModNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>% (mod).<DT><A HREF="./org/apache/commons/jexl/parser/ASTModNode.html#ASTModNode(int)"><B>ASTModNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTModNode.html#ASTModNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTModNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTMulNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Multiplication.<DT><A HREF="./org/apache/commons/jexl/parser/ASTMulNode.html#ASTMulNode(int)"><B>ASTMulNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMulNode.html#ASTMulNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTMulNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser"><B>ASTNENode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Not equal to.<DT><A HREF="./org/apache/commons/jexl/parser/ASTNENode.html#ASTNENode(int)"><B>ASTNENode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNENode.html#ASTNENode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTNENode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTNotNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Not : 'not' or '!'.<DT><A HREF="./org/apache/commons/jexl/parser/ASTNotNode.html#ASTNotNode(int)"><B>ASTNotNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNotNode.html#ASTNotNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTNotNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTNullLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>'null'.<DT><A HREF="./org/apache/commons/jexl/parser/ASTNullLiteral.html#ASTNullLiteral(int)"><B>ASTNullLiteral(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNullLiteral.html#ASTNullLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTNullLiteral(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTOrNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>|| and 'or'.<DT><A HREF="./org/apache/commons/jexl/parser/ASTOrNode.html#ASTOrNode(int)"><B>ASTOrNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTOrNode.html#ASTOrNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTOrNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser"><B>ASTReference</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>reference - any variable expression.<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#ASTReference(int)"><B>ASTReference(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#ASTReference(org.apache.commons.jexl.parser.Parser, int)"><B>ASTReference(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser"><B>ASTReferenceExpression</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>variable; A reference by itself.<DT><A HREF="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#ASTReferenceExpression(int)"><B>ASTReferenceExpression(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#ASTReferenceExpression(org.apache.commons.jexl.parser.Parser, int)"><B>ASTReferenceExpression(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser"><B>ASTSizeFunction</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>generalized size() function for all classes we can think of.<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html#ASTSizeFunction(int)"><B>ASTSizeFunction(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html#ASTSizeFunction(org.apache.commons.jexl.parser.Parser, int)"><B>ASTSizeFunction(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser"><B>ASTSizeMethod</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Size Method, e.g.<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeMethod.html#ASTSizeMethod(int)"><B>ASTSizeMethod(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeMethod.html#ASTSizeMethod(org.apache.commons.jexl.parser.Parser, int)"><B>ASTSizeMethod(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser"><B>ASTStatementExpression</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Assignment as an expression.<DT><A HREF="./org/apache/commons/jexl/parser/ASTStatementExpression.html#ASTStatementExpression(int)"><B>ASTStatementExpression(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStatementExpression.html#ASTStatementExpression(org.apache.commons.jexl.parser.Parser, int)"><B>ASTStatementExpression(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser"><B>ASTStringLiteral</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents a quoted string.<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html#ASTStringLiteral(int)"><B>ASTStringLiteral(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html#ASTStringLiteral(org.apache.commons.jexl.parser.Parser, int)"><B>ASTStringLiteral(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTSubtractNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>Subtraction.<DT><A HREF="./org/apache/commons/jexl/parser/ASTSubtractNode.html#ASTSubtractNode(int)"><B>ASTSubtractNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSubtractNode.html#ASTSubtractNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTSubtractNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTTernaryNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>"x?y:z" operator.<DT><A HREF="./org/apache/commons/jexl/parser/ASTTernaryNode.html#ASTTernaryNode(int)"><B>ASTTernaryNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTernaryNode.html#ASTTernaryNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTTernaryNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTTrueNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>represents Boolean true.<DT><A HREF="./org/apache/commons/jexl/parser/ASTTrueNode.html#ASTTrueNode(int)"><B>ASTTrueNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTrueNode.html#ASTTrueNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTTrueNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser"><B>ASTUnaryMinusNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>- (unary minus).<DT><A HREF="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#ASTUnaryMinusNode(int)"><B>ASTUnaryMinusNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#ASTUnaryMinusNode(org.apache.commons.jexl.parser.Parser, int)"><B>ASTUnaryMinusNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser"><B>ASTWhileStatement</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>A while loop.<DT><A HREF="./org/apache/commons/jexl/parser/ASTWhileStatement.html#ASTWhileStatement(int)"><B>ASTWhileStatement(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTWhileStatement.html#ASTWhileStatement(org.apache.commons.jexl.parser.Parser, int)"><B>ASTWhileStatement(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#backup(int)"><B>backup(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#BeginToken()"><B>BeginToken()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html" title="class in org.apache.commons.jexl.util"><B>BooleanPropertyExecutor</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Handles discovery and valuation of a
  boolean object property, of the
  form public boolean is&lt;Property&gt; when executed.<DT><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)"><B>BooleanPropertyExecutor(Log, Introspector, Class, String)</B></A> - 
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>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufcolumn"><B>bufcolumn</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#buffer"><B>buffer</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufline"><B>bufline</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#bufpos"><B>bufpos</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Introspector.html#CACHEDUMP_MSG"><B>CACHEDUMP_MSG</B></A> - 
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>
<DD>define a public string so that it can be looked for
  if interested.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#children"><B>children</B></A> - 
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>
<DD>children of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#childrenAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>childrenAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Visit all children.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/ClassMap.html" title="class in org.apache.commons.jexl.util.introspection"><B>ClassMap</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Taken from the Velocity tree so we can be self-sufficient

 A cache of introspection information for a specific class instance.<DT><A HREF="./org/apache/commons/jexl/util/introspection/ClassMap.html#ClassMap(java.lang.Class, org.apache.commons.logging.Log)"><B>ClassMap(Class, Log)</B></A> - 
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>
<DD>Standard constructor.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#classMethodMaps"><B>classMethodMaps</B></A> - 
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>
<DD>Holds the method maps for the classes we know about, keyed by Class
 object.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Introspector.html#clearCache()"><B>clearCache()</B></A> - 
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>
<DD>Clears the classmap and classname
 caches, and logs that we did so.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#clearCache()"><B>clearCache()</B></A> - 
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>
<DD>Clears the classmap and classname caches.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#coerceBoolean(java.lang.Object)"><B>coerceBoolean(Object)</B></A> - 
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>
<DD>Coerce to a Boolean.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#coerceDouble(java.lang.Object)"><B>coerceDouble(Object)</B></A> - 
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>
<DD>Coerce to a Double.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#coerceInteger(java.lang.Object)"><B>coerceInteger(Object)</B></A> - 
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>
<DD>Coerce to a Integer.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#coerceLong(java.lang.Object)"><B>coerceLong(Object)</B></A> - 
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>
<DD>Coerce to a Long.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html" title="class in org.apache.commons.jexl.util"><B>Coercion</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Coercion utilities for the JSTL EL-like coercion.<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#Coercion()"><B>Coercion()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#column"><B>column</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#createClassMap(java.lang.Class)"><B>createClassMap(Class)</B></A> - 
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>
<DD>Creates a class map for specific class and registers it in the cache.
<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html#createContext()"><B>createContext()</B></A> - 
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>
<DD>Returns a new <A HREF="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><CODE>JexlContext</CODE></A>.
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#createExpression(java.lang.String)"><B>createExpression(String)</B></A> - 
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>
<DD>Creates an Expression from a String containing valid
 JEXL syntax.
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#createNewExpression(java.lang.String)"><B>createNewExpression(String)</B></A> - 
Method in class org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl">ExpressionFactory</A>
<DD>Creates a new Expression based on the expression string.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#createNewScript(java.lang.String)"><B>createNewScript(String)</B></A> - 
Method in class org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl">ScriptFactory</A>
<DD>Creates a new Script based on the string.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.lang.String)"><B>createScript(String)</B></A> - 
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>
<DD>Creates a Script from a String containing valid JEXL syntax.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.io.File)"><B>createScript(File)</B></A> - 
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>
<DD>Creates a Script from a <CODE>File</CODE> containing valid JEXL syntax.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#createScript(java.net.URL)"><B>createScript(URL)</B></A> - 
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>
<DD>Creates a Script from a <CODE>URL</CODE> containing valid JEXL syntax.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#currentToken"><B>currentToken</B></A> - 
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>
<DD>This is the last token that has been consumed successfully.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/BooleanPropertyExecutor.html#discover(java.lang.Class, java.lang.String)"><B>discover(Class, String)</B></A> - 
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>
<DD>Locate the getter method for this boolean property.
<DT><A HREF="./org/apache/commons/jexl/util/MapGetExecutor.html#discover(java.lang.Class)"><B>discover(Class)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/PropertyExecutor.html#discover(java.lang.Class, java.lang.String)"><B>discover(Class, String)</B></A> - 
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>
<DD>Locate the getter method for this property.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#Done()"><B>Done()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#dump(java.lang.String)"><B>dump(String)</B></A> - 
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>
<DD>Dump the node and all children.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#ef"><B>ef</B></A> - 
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>
<DD>ExpressionFactory is a singleton and this is the private
 instance fufilling that pattern.
<DT><A HREF="./org/apache/commons/jexl/util/EnumerationIterator.html" title="class in org.apache.commons.jexl.util"><B>EnumerationIterator</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>An Iterator wrapper for an Enumeration.<DT><A HREF="./org/apache/commons/jexl/util/EnumerationIterator.html#EnumerationIterator(java.util.Enumeration)"><B>EnumerationIterator(Enumeration)</B></A> - 
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>
<DD>Creates a new iteratorwrapper instance for the specified 
 Enumeration.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#eol"><B>eol</B></A> - 
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>
<DD>The end of line string for this machine.
<DT><A HREF="./org/apache/commons/jexl/Expression.html#evaluate(org.apache.commons.jexl.JexlContext)"><B>evaluate(JexlContext)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</A>
<DD>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>.
<DT><A HREF="./org/apache/commons/jexl/JexlExprResolver.html#evaluate(org.apache.commons.jexl.JexlContext, java.lang.String)"><B>evaluate(JexlContext, String)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlExprResolver.html" title="interface in org.apache.commons.jexl">JexlExprResolver</A>
<DD>Evaluates an expression against the context.
<DT><A HREF="./org/apache/commons/jexl/resolver/FlatResolver.html#evaluate(org.apache.commons.jexl.JexlContext, java.lang.String)"><B>evaluate(JexlContext, String)</B></A> - 
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>
<DD>Try to resolve expression as-is.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#evaluateExpr(java.lang.Object, java.lang.Object, org.apache.commons.jexl.util.introspection.Uberspect)"><B>evaluateExpr(Object, Object, Uberspect)</B></A> - 
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>
<DD>Evaluate the Array expression 'loc' on the given object, o.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>evaluate array access upon a base object.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>returns the value of itself applied to the object.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>Part of reference resolution - wierd...
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMethod.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>evaluate a method invocation upon a base object.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>evaluate each piece of the reference.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeMethod.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>evaluate size as part of an expression on a base object.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><B>execute(Object, JexlContext)</B></A> - 
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>
<DD>Used to let a node calcuate it's value..
<DT><A HREF="./org/apache/commons/jexl/Script.html#execute(org.apache.commons.jexl.JexlContext)"><B>execute(JexlContext)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl">Script</A>
<DD>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>.
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
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>
<DD>Execute method against context.
<DT><A HREF="./org/apache/commons/jexl/util/GetExecutor.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
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>
<DD>Execute method against context.
<DT><A HREF="./org/apache/commons/jexl/util/MapGetExecutor.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/PropertyExecutor.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
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>
<DD>Execute method against context.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ExpandBuff(boolean)"><B>ExpandBuff(boolean)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#expectedTokenSequences"><B>expectedTokenSequences</B></A> - 
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>
<DD>Each entry in this array is an array of integers.
<DT><A HREF="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl"><B>Expression</B></A> - Interface in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>
 Represents a single JEXL expression.<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html" title="class in org.apache.commons.jexl"><B>ExpressionFactory</B></A> - Class in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>
 Creates Expression objects.</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#factory"><B>factory</B></A> - 
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>
<DD>ScriptFactory is a singleton and this is the private
 instance fufilling that pattern.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#FillBuff()"><B>FillBuff()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.html#find(java.lang.String, java.lang.Object[])"><B>find(String, Object[])</B></A> - 
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>
<DD>
 Find a method.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/ClassMap.html#findMethod(java.lang.String, java.lang.Object[])"><B>findMethod(String, Object[])</B></A> - 
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>
<DD>Find a Method using the method name and parameter objects.
<DT><A HREF="./org/apache/commons/jexl/resolver/FlatResolver.html" title="class in org.apache.commons.jexl.resolver"><B>FlatResolver</B></A> - Class in <A HREF="./org/apache/commons/jexl/resolver/package-summary.html">org.apache.commons.jexl.resolver</A><DD>Simple resolver to try the expression as-is from the context.<DT><A HREF="./org/apache/commons/jexl/resolver/FlatResolver.html#FlatResolver()"><B>FlatResolver()</B></A> - 
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>
<DD>Default CTOR.
<DT><A HREF="./org/apache/commons/jexl/resolver/FlatResolver.html#FlatResolver(boolean)"><B>FlatResolver(boolean)</B></A> - 
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>
<DD>CTOR that lets you override the default behavior of
  noValOnNull, which is true.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/ArrayListWrapper.html#get(int)"><B>get(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.html#get(java.lang.String)"><B>get(String)</B></A> - 
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>
<DD>Return a list of methods with the same name.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getBeginColumn()"><B>getBeginColumn()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getBeginLine()"><B>getBeginLine()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/JexlException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getColumn()"><B>getColumn()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html#getColumn()"><B>getColumn()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getEndColumn()"><B>getEndColumn()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getEndLine()"><B>getEndLine()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/GetExecutor.html" title="class in org.apache.commons.jexl.util"><B>GetExecutor</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Executor that simply tries to execute a get(key)
 operation.<DT><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)"><B>GetExecutor(Log, Introspector, Class, String)</B></A> - 
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>
<DD>Default constructor.
<DT><A HREF="./org/apache/commons/jexl/Expression.html#getExpression()"><B>getExpression()</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Expression.html" title="interface in org.apache.commons.jexl">Expression</A>
<DD>Returns the JEXL expression this Expression was created with.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#getIdentifierString()"><B>getIdentifierString()</B></A> - 
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>
<DD>Gets the variable name piece of the expression.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#getIdentifierString()"><B>getIdentifierString()</B></A> - 
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>
<DD>Gets the name of the variable.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#GetImage()"><B>GetImage()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#getInstance()"><B>getInstance()</B></A> - 
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>
<DD>Returns the single instance of ExpressionFactory.
<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html#getInstance()"><B>getInstance()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#getInstance()"><B>getInstance()</B></A> - 
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>
<DD>Returns the single instance of ScriptFactory.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Uberspect.html#getIterator(java.lang.Object, org.apache.commons.jexl.util.introspection.Info)"><B>getIterator(Object, Info)</B></A> - 
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>
<DD>To support iteratives - #foreach()
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getIterator(java.lang.Object, org.apache.commons.jexl.util.introspection.Info)"><B>getIterator(Object, Info)</B></A> - 
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>
<DD>To support iteratives - #foreach()
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getLine()"><B>getLine()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html#getLine()"><B>getLine()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#getMessage()"><B>getMessage()</B></A> - 
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>
<DD>This method has the standard behavior when this object has been
 created using the standard constructors.
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#getMessage()"><B>getMessage()</B></A> - 
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>
<DD>You can also modify the body of this method to customize your error messages.
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#getMethod()"><B>getMethod()</B></A> - 
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>
<DD>Get the method to be executed.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Introspector.html#getMethod(java.lang.Class, java.lang.String, java.lang.Object[])"><B>getMethod(Class, String, Object[])</B></A> - 
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>
<DD>Gets the method defined by <code>name</code> and
 <code>params</code> for the Class <code>c</code>.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#getMethod(java.lang.Class, java.lang.String, java.lang.Object[])"><B>getMethod(Class, String, Object[])</B></A> - 
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>
<DD>Gets the method defined by <code>name</code> and <code>params</code>
 for the Class <code>c</code>.
<DT><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)"><B>getMethod(Object, String, Object[], Info)</B></A> - 
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>
<DD>Returns a general method, corresponding to $foo.bar( $woogie )
<DT><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)"><B>getMethod(Object, String, Object[], Info)</B></A> - 
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>
<DD>Returns a general method, corresponding to $foo.bar( $woogie )
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used to return this 'property'.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used to set this 'property'.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelMethod.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used to return this 'property'.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#getMethodName()"><B>getMethodName()</B></A> - 
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>
<DD>returns the method name used to set this 'property'.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Uberspect.html#getPropertyGet(java.lang.Object, java.lang.String, org.apache.commons.jexl.util.introspection.Info)"><B>getPropertyGet(Object, String, Info)</B></A> - 
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>
<DD>Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#getPropertyGet(java.lang.Object, java.lang.String, org.apache.commons.jexl.util.introspection.Info)"><B>getPropertyGet(Object, String, Info)</B></A> - 
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>
<DD>Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
<DT><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)"><B>getPropertySet(Object, String, Object, Info)</B></A> - 
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>
<DD>Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
<DT><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)"><B>getPropertySet(Object, String, Object, Info)</B></A> - 
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>
<DD>Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#getReturnType()"><B>getReturnType()</B></A> - 
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>
<DD>returns the return type of the method invoked
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelMethod.html#getReturnType()"><B>getReturnType()</B></A> - 
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>
<DD>returns the return type of the method invoked
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#getRootString()"><B>getRootString()</B></A> - 
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>
<DD>Gets the variable name of <A HREF="./org/apache/commons/jexl/parser/ASTReference.html#root"><CODE>root</CODE></A>.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#GetSuffix(int)"><B>GetSuffix(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#getTabSize(int)"><B>getTabSize(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html#getTemplateName()"><B>getTemplateName()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/Script.html#getText()"><B>getText()</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl">Script</A>
<DD>Returns the text of this Script.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#getUberspect()"><B>getUberspect()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/Introspector.html#getUberspect()"><B>getUberspect()</B></A> - 
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>
<DD>For now, expose the raw uberspector to the AST.
<DT><A HREF="./org/apache/commons/jexl/context/HashMapContext.html#getVars()"><B>getVars()</B></A> - 
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>
<DD>Retrives the Map of variables associated with this JexlContext.
<DT><A HREF="./org/apache/commons/jexl/JexlContext.html#getVars()"><B>getVars()</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>
<DD>Retrives the Map of variables associated with this JexlContext.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/context/HashMapContext.html" title="class in org.apache.commons.jexl.context"><B>HashMapContext</B></A> - Class in <A HREF="./org/apache/commons/jexl/context/package-summary.html">org.apache.commons.jexl.context</A><DD>Implementation of JexlContext based on a HashMap.<DT><A HREF="./org/apache/commons/jexl/context/HashMapContext.html#HashMapContext()"><B>HashMapContext()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/ArrayIterator.html#hasNext()"><B>hasNext()</B></A> - 
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>
<DD>Check to see if there is another element in the array.
<DT><A HREF="./org/apache/commons/jexl/util/EnumerationIterator.html#hasNext()"><B>hasNext()</B></A> - 
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>
<DD>Check to see if there is another element in the array.
<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html#helper"><B>helper</B></A> - 
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>
<DD>singleton instance.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#id"><B>id</B></A> - 
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>
<DD>id of the node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#inBuf"><B>inBuf</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html" title="class in org.apache.commons.jexl.util.introspection"><B>Info</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Little class to carry in info such as template name, line and column
  for information error reporting from the uberspector implementations<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html#Info(java.lang.String, int, int)"><B>Info(String, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Uberspect.html#init()"><B>init()</B></A> - 
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>
<DD>Initializer - will be called before use
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#init()"><B>init()</B></A> - 
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>
<DD>init - does nothing - we need to have setRuntimeLogger called before
 getting our introspector, as the default vel introspector depends upon
 it.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#inputStream"><B>inputStream</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#interpret(org.apache.commons.jexl.JexlContext)"><B>interpret(JexlContext)</B></A> - 
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>
<DD>basic interpret - just invoke interpret on all children.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html" title="class in org.apache.commons.jexl.util.introspection"><B>IntrospectionUtils</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#IntrospectionUtils()"><B>IntrospectionUtils()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Introspector.html" title="class in org.apache.commons.jexl.util.introspection"><B>Introspector</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>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.<DT><A HREF="./org/apache/commons/jexl/util/introspection/Introspector.html#Introspector(org.apache.commons.logging.Log)"><B>Introspector(Log)</B></A> - 
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>
<DD>Recieves our RuntimeServices object.
<DT><A HREF="./org/apache/commons/jexl/util/Introspector.html" title="class in org.apache.commons.jexl.util"><B>Introspector</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Little class to manage a Velocity uberspector (Vel 1.4+) for instrospective
  services.<DT><A HREF="./org/apache/commons/jexl/util/Introspector.html#Introspector()"><B>Introspector()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/PropertyExecutor.html#introspector"><B>introspector</B></A> - 
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>
<DD>The JEXL introspector used.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html" title="class in org.apache.commons.jexl.util.introspection"><B>IntrospectorBase</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>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.<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectorBase.html#IntrospectorBase(org.apache.commons.logging.Log)"><B>IntrospectorBase(Log)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#invoke(java.lang.Object)"><B>invoke(Object)</B></A> - 
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>
<DD>invocation method - called when the 'get action' should be performed and
 a value returned.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#invoke(java.lang.Object, java.lang.Object[])"><B>invoke(Object, Object[])</B></A> - 
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>
<DD>invocation method - called when the method invocation should be
  performed and a value returned
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#invoke(java.lang.Object, java.lang.Object)"><B>invoke(Object, Object)</B></A> - 
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>
<DD>method used to set the value in the object.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelMethod.html#invoke(java.lang.Object, java.lang.Object[])"><B>invoke(Object, Object[])</B></A> - 
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>
<DD>invocation method - called when the method invocation should be
  performed and a value returned
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#invoke(java.lang.Object)"><B>invoke(Object)</B></A> - 
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>
<DD>invocation method - called when the 'get action' should be performed and
 a value returned.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#invoke(java.lang.Object, java.lang.Object)"><B>invoke(Object, Object)</B></A> - 
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>
<DD>method used to set the value in the object.
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#isAlive()"><B>isAlive()</B></A> - 
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>
<DD>Tell whether the executor is alive by looking
 at the value of the method.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#isAlive()"><B>isAlive()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#isAlive()"><B>isAlive()</B></A> - 
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>
<DD>Tell whether the method underlying this 'property' is alive by
 checking to see if represents a successful name resolution.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelPropertyGet is cacheable and able to be reused for
 this class of object it was returned for.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelMethod is cacheable and able to be
  reused for this class of object it was returned for
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelPropertySet is cacheable and able to be reused for
 this class of object it was returned for.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelMethod.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelMethod is cacheable and able to be
  reused for this class of object it was returned for
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelPropertyGet is cacheable and able to be reused for
 this class of object it was returned for.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertySet.html#isCacheable()"><B>isCacheable()</B></A> - 
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>
<DD>specifies if this VelPropertySet is cacheable and able to be reused for
 this class of object it was returned for.
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#isFloatingPoint(java.lang.Object)"><B>isFloatingPoint(Object)</B></A> - 
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>
<DD>Is Object a floating point number.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#isMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)"><B>isMethodInvocationConvertible(Class, Class, boolean)</B></A> - 
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>
<DD>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).
<DT><A HREF="./org/apache/commons/jexl/util/Coercion.html#isNumberable(java.lang.Object)"><B>isNumberable(Object)</B></A> - 
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>
<DD>Is Object a whole number.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/IntrospectionUtils.html#isStrictMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)"><B>isStrictMethodInvocationConvertible(Class, Class, boolean)</B></A> - 
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>
<DD>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.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><B>JexlContext</B></A> - Interface in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>Holds a Map of variables which are referenced in a JEXL expression.<DT><A HREF="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl"><B>JexlException</B></A> - Exception in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>Signals an error inside JEXL.<DT><A HREF="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.String)"><B>JexlException(String)</B></A> - 
Constructor for exception org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.String, java.lang.Throwable)"><B>JexlException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/JexlException.html#JexlException(java.lang.Throwable)"><B>JexlException(Throwable)</B></A> - 
Constructor for exception org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlException.html" title="class in org.apache.commons.jexl">JexlException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/JexlExprResolver.html" title="interface in org.apache.commons.jexl"><B>JexlExprResolver</B></A> - Interface in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>A Resolver allows custom resolution of the expression, and can be
  added in front of the jexl engine, or after in the evaluation.<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl"><B>JexlHelper</B></A> - Class in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>Helper to create a context.<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html#JexlHelper()"><B>JexlHelper()</B></A> - 
Constructor for class org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAddNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAndNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAssignment.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBlock.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTDivNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTElvisNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEQNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFalseNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTForeachStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGTNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIfStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTJexlScript.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLTNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapEntry.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMethod.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTModNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMulNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNENode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNotNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNullLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTOrNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeMethod.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStatementExpression.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSubtractNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTernaryNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTrueNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTWhileStatement.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><B>jjtAccept(ParserVisitor, Object)</B></A> - 
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>
<DD>Accept the visitor.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)"><B>jjtAddChild(Node, int)</B></A> - 
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>
<DD>This method tells the node to add its argument to the node's list of
 children.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)"><B>jjtAddChild(Node, int)</B></A> - 
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>
<DD>This method tells the node to add its argument to the node's list of
 children.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#jjtClose()"><B>jjtClose()</B></A> - 
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>
<DD>Store the first child as <A HREF="./org/apache/commons/jexl/parser/ASTReference.html#root"><CODE>root</CODE></A>.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtClose()"><B>jjtClose()</B></A> - 
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>
<DD>This method is called after all the child nodes have been added.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtClose()"><B>jjtClose()</B></A> - 
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>
<DD>End of the node.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtGetChild(int)"><B>jjtGetChild(int)</B></A> - 
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>
<DD>This method returns a child node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetChild(int)"><B>jjtGetChild(int)</B></A> - 
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>
<DD>This method returns a child node.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtGetNumChildren()"><B>jjtGetNumChildren()</B></A> - 
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>
<DD>Gets the number of children the node has.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetNumChildren()"><B>jjtGetNumChildren()</B></A> - 
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>
<DD>Gets the number of children the node has.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtGetParent()"><B>jjtGetParent()</B></A> - 
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>
<DD>Gets the parent node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtGetParent()"><B>jjtGetParent()</B></A> - 
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>
<DD>Gets the parent node.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtOpen()"><B>jjtOpen()</B></A> - 
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>
<DD>This method is called after the node has been made the current node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtOpen()"><B>jjtOpen()</B></A> - 
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>
<DD>Start of the node.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html#jjtSetParent(org.apache.commons.jexl.parser.Node)"><B>jjtSetParent(Node)</B></A> - 
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>
<DD>This pair of methods are used to inform the node of its parent.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#jjtSetParent(org.apache.commons.jexl.parser.Node)"><B>jjtSetParent(Node)</B></A> - 
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>
<DD>This pair of methods are used to inform the node of its parent.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#LexicalError(boolean, int, int, int, java.lang.String, char)"><B>LexicalError(boolean, int, int, int, String, char)</B></A> - 
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>
<DD>Returns a detailed message for the Error when it is thrown by the
 token manager to indicate a lexical error.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#line"><B>line</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html#literal"><B>literal</B></A> - 
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>
<DD>the parsed literal.
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#log"><B>log</B></A> - 
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>
<DD>The Log to which all ExpressionFactory messages will be logged.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#log"><B>log</B></A> - 
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>
<DD>The Log to which all ScriptFactory messages will be logged.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/MapGetExecutor.html" title="class in org.apache.commons.jexl.util"><B>MapGetExecutor</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>GetExecutor that is smart about Maps.<DT><A HREF="./org/apache/commons/jexl/util/MapGetExecutor.html#MapGetExecutor(org.apache.commons.logging.Log, java.lang.Class, java.lang.String)"><B>MapGetExecutor(Log, Class, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#maxNextCharInd"><B>maxNextCharInd</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#method"><B>method</B></A> - 
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>
<DD>Method to be executed.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#method"><B>method</B></A> - 
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>
<DD>the method.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.html" title="class in org.apache.commons.jexl.util.introspection"><B>MethodMap</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.html#MethodMap()"><B>MethodMap()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.AmbiguousException.html" title="class in org.apache.commons.jexl.util.introspection"><B>MethodMap.AmbiguousException</B></A> - Exception in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Simple distinguishable exception, used when
 we run across ambiguous overloading.<DT><A HREF="./org/apache/commons/jexl/util/introspection/MethodMap.AmbiguousException.html#MethodMap.AmbiguousException()"><B>MethodMap.AmbiguousException()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/PropertyExecutor.html#methodUsed"><B>methodUsed</B></A> - 
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>
<DD>The method used.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/JexlHelper.html#newContext()"><B>newContext()</B></A> - 
Method in class org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlHelper.html" title="class in org.apache.commons.jexl">JexlHelper</A>
<DD>Creates and returns a new <A HREF="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><CODE>JexlContext</CODE></A>.
<DT><A HREF="./org/apache/commons/jexl/util/ArrayIterator.html#next()"><B>next()</B></A> - 
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>
<DD>Move to next element in the array.
<DT><A HREF="./org/apache/commons/jexl/util/EnumerationIterator.html#next()"><B>next()</B></A> - 
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>
<DD>Move to next element in the array.
<DT><A HREF="./org/apache/commons/jexl/JexlExprResolver.html#NO_VALUE"><B>NO_VALUE</B></A> - 
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>
<DD>represents an expression result of no value.
<DT><A HREF="./org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser"><B>Node</B></A> - Interface in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>All AST nodes must implement this interface.<DT><A HREF="./org/apache/commons/jexl/resolver/FlatResolver.html#noValOnNull"><B>noValOnNull</B></A> - 
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>
<DD>Flag to return NO_VALUE on null from context.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/package-summary.html"><B>org.apache.commons.jexl</B></A> - package org.apache.commons.jexl<DD>Provides a framework for evaluating JEXL expressions.<DT><A HREF="./org/apache/commons/jexl/context/package-summary.html"><B>org.apache.commons.jexl.context</B></A> - package org.apache.commons.jexl.context<DD>Simple JexlContext implementations.<DT><A HREF="./org/apache/commons/jexl/junit/package-summary.html"><B>org.apache.commons.jexl.junit</B></A> - package org.apache.commons.jexl.junit<DD>Using JEXL expressions in JUnit assertions.<DT><A HREF="./org/apache/commons/jexl/parser/package-summary.html"><B>org.apache.commons.jexl.parser</B></A> - package org.apache.commons.jexl.parser<DD>Contains the Parser for JEXL script.<DT><A HREF="./org/apache/commons/jexl/resolver/package-summary.html"><B>org.apache.commons.jexl.resolver</B></A> - package org.apache.commons.jexl.resolver<DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/util/package-summary.html"><B>org.apache.commons.jexl.util</B></A> - package org.apache.commons.jexl.util<DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html"><B>org.apache.commons.jexl.util.introspection</B></A> - package org.apache.commons.jexl.util.introspection<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#parent"><B>parent</B></A> - 
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>
<DD>parent node.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html" title="class in org.apache.commons.jexl.parser"><B>ParseException</B></A> - Exception in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>This exception is thrown when parse errors are encountered.<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#ParseException(org.apache.commons.jexl.parser.Token, int[][], java.lang.String[])"><B>ParseException(Token, int[][], String[])</B></A> - 
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>
<DD>This constructor is used by the method "generateParseException"
 in the generated parser.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#ParseException()"><B>ParseException()</B></A> - 
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>
<DD>The following constructors are for use by you for whatever
 purpose you can think of.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#ParseException(java.lang.String)"><B>ParseException(String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/ExpressionFactory.html#parser"><B>parser</B></A> - 
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>
<DD>The singleton ExpressionFactory also holds a single instance of
 <CODE>Parser</CODE>.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#parser"><B>parser</B></A> - 
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>
<DD>parser that created the node.
<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html#parser"><B>parser</B></A> - 
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>
<DD>The singleton ScriptFactory also holds a single instance of 
 <CODE>Parser</CODE>.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#prevCharIsCR"><B>prevCharIsCR</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#prevCharIsLF"><B>prevCharIsLF</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/PropertyExecutor.html" title="class in org.apache.commons.jexl.util"><B>PropertyExecutor</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/package-summary.html">org.apache.commons.jexl.util</A><DD>Returned the value of object property when executed.<DT><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)"><B>PropertyExecutor(Log, Introspector, Class, String)</B></A> - 
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>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#putKey"><B>putKey</B></A> - 
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>
<DD>the key for indexed and other properties.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#readChar()"><B>readChar()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader, int, int, int)"><B>ReInit(Reader, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader, int, int)"><B>ReInit(Reader, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.Reader)"><B>ReInit(Reader)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int, int)"><B>ReInit(InputStream, String, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, int, int, int)"><B>ReInit(InputStream, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String)"><B>ReInit(InputStream, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream)"><B>ReInit(InputStream)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int)"><B>ReInit(InputStream, String, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#ReInit(java.io.InputStream, int, int)"><B>ReInit(InputStream, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/ArrayIterator.html#remove()"><B>remove()</B></A> - 
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>
<DD>No op--merely added to satify the <code>Iterator</code> interface.
<DT><A HREF="./org/apache/commons/jexl/util/EnumerationIterator.html#remove()"><B>remove()</B></A> - 
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>
<DD>Unimplemented.
<DT><A HREF="./org/apache/commons/jexl/util/AbstractExecutor.html#rlog"><B>rlog</B></A> - 
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>
<DD>The executor instance log.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#root"><B>root</B></A> - 
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>
<DD>first variable in the expression.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl"><B>Script</B></A> - Interface in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD>A JEXL Script.<DT><A HREF="./org/apache/commons/jexl/ScriptFactory.html" title="class in org.apache.commons.jexl"><B>ScriptFactory</B></A> - Class in <A HREF="./org/apache/commons/jexl/package-summary.html">org.apache.commons.jexl</A><DD> 
 Creates <A HREF="./org/apache/commons/jexl/Script.html" title="interface in org.apache.commons.jexl"><CODE>Script</CODE></A>s.<DT><A HREF="./org/apache/commons/jexl/util/ArrayListWrapper.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#setRuntimeLogger(org.apache.commons.logging.Log)"><B>setRuntimeLogger(Log)</B></A> - 
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>
<DD>Sets the runtime logger - this must be called before anything else
 besides init() as to get the logger.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectLoggable.html#setRuntimeLogger(org.apache.commons.logging.Log)"><B>setRuntimeLogger(Log)</B></A> - 
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>
<DD>Sets the logger.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#setTabSize(int)"><B>setTabSize(int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#setValue(org.apache.commons.jexl.JexlContext, java.lang.Object)"><B>setValue(JexlContext, Object)</B></A> - 
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>
<DD>Sets the value for the node - again, only makes sense for some nodes but
 lazyness tempts me to put it here.
<DT><A HREF="./org/apache/commons/jexl/junit/Asserter.html#setVariable(java.lang.String, java.lang.Object)"><B>setVariable(String, Object)</B></A> - 
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>
<DD>Puts a variable of a certain name in the context so that it can be used from
 assertion expressions.
<DT><A HREF="./org/apache/commons/jexl/context/HashMapContext.html#setVars(java.util.Map)"><B>setVars(Map)</B></A> - 
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>
<DD>Replaces variables in a JexlContext with the variables contained
 in the supplied Map.
<DT><A HREF="./org/apache/commons/jexl/JexlContext.html#setVars(java.util.Map)"><B>setVars(Map)</B></A> - 
Method in interface org.apache.commons.jexl.<A HREF="./org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>
<DD>Replaces variables in a JexlContext with the variables contained
 in the supplied Map.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser"><B>SimpleCharStream</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing).<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int, int)"><B>SimpleCharStream(Reader, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int)"><B>SimpleCharStream(Reader, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.Reader)"><B>SimpleCharStream(Reader)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int, int)"><B>SimpleCharStream(InputStream, String, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int, int)"><B>SimpleCharStream(InputStream, int, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int)"><B>SimpleCharStream(InputStream, String, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int)"><B>SimpleCharStream(InputStream, int, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String)"><B>SimpleCharStream(InputStream, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#SimpleCharStream(java.io.InputStream)"><B>SimpleCharStream(InputStream)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html" title="class in org.apache.commons.jexl.parser"><B>SimpleNode</B></A> - Class in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>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>.<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(int)"><B>SimpleNode(int)</B></A> - 
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>
<DD>Create the node given an id.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(org.apache.commons.jexl.parser.Parser, int)"><B>SimpleNode(Parser, int)</B></A> - 
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>
<DD>Create a node with the given parser and id.
<DT><A HREF="./org/apache/commons/jexl/util/ArrayListWrapper.html#size()"><B>size()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html#sizeOf(java.lang.Object, org.apache.commons.jexl.util.introspection.Uberspect)"><B>sizeOf(Object, Uberspect)</B></A> - 
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>
<DD>Calculate the <code>size</code> of various types: Collection, Array, Map, String,
 and anything that has a int size() method.
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#specialConstructor"><B>specialConstructor</B></A> - 
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>
<DD>This variable determines which constructor was used to create
 this object and thereby affects the semantics of the
 "getMessage" method (see below).
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#staticFlag"><B>staticFlag</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#tabSize"><B>tabSize</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ParseException.html#tokenImage"><B>tokenImage</B></A> - 
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>
<DD>This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser"><B>TokenMgrError</B></A> - Error in <A HREF="./org/apache/commons/jexl/parser/package-summary.html">org.apache.commons.jexl.parser</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError()"><B>TokenMgrError()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError(java.lang.String, int)"><B>TokenMgrError(String, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/TokenMgrError.html#TokenMgrError(boolean, int, int, int, java.lang.String, char, int)"><B>TokenMgrError(boolean, int, int, int, String, char, int)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#toString()"><B>toString()</B></A> - 
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>
<DD>Gets a string representation of the node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#toString(java.lang.String)"><B>toString(String)</B></A> - 
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>
<DD>Used during dumping to output the node with a prefix.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Info.html#toString()"><B>toString()</B></A> - 
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>
<DD>Formats a textual representation of this object as <code>SOURCE
 [line X, column Y]</code>.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection"><B>Uberspect</B></A> - Interface in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>'Federated' introspection/reflection interface to allow the introspection
  behavior in Velocity to be customized.<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html" title="class in org.apache.commons.jexl.util.introspection"><B>UberspectImpl</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Implementation of Uberspect to provide the default introspective
 functionality of Velocity.<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.html#UberspectImpl()"><B>UberspectImpl()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.commons.jexl.util.introspection"><B>UberspectImpl.VelGetterImpl</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD><DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelGetterImpl.html#UberspectImpl.VelGetterImpl(org.apache.commons.jexl.util.AbstractExecutor)"><B>UberspectImpl.VelGetterImpl(AbstractExecutor)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.commons.jexl.util.introspection"><B>UberspectImpl.VelMethodImpl</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>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>.<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelMethodImpl.html#UberspectImpl.VelMethodImpl(java.lang.reflect.Method)"><B>UberspectImpl.VelMethodImpl(Method)</B></A> - 
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>
<DD>Create a new instance.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.commons.jexl.util.introspection"><B>UberspectImpl.VelSetterImpl</B></A> - Class in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD><DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#UberspectImpl.VelSetterImpl(org.apache.commons.jexl.util.introspection.VelMethod)"><B>UberspectImpl.VelSetterImpl(VelMethod)</B></A> - 
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>
<DD>Create an instance.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#UberspectImpl.VelSetterImpl(org.apache.commons.jexl.util.introspection.VelMethod, java.lang.String)"><B>UberspectImpl.VelSetterImpl(VelMethod, String)</B></A> - 
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>
<DD>Create an instance.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectLoggable.html" title="interface in org.apache.commons.jexl.util.introspection"><B>UberspectLoggable</B></A> - Interface in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Marker interface to let an uberspector indicate it can and wants to log.<DT><A HREF="./org/apache/commons/jexl/parser/SimpleCharStream.html#UpdateLineColumn(char)"><B>UpdateLineColumn(char)</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#val"><B>val</B></A> - 
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>
<DD>the value of the literal.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#val"><B>val</B></A> - 
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>
<DD>the name of the variable.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#val"><B>val</B></A> - 
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>
<DD>literal value.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAddNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAndNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayAccess.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTArrayLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTAssignment.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseAndNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseComplNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseOrNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBitwiseXorNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTBlock.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTDivNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTElvisNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEmptyFunction.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTEQNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpression.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTExpressionExpression.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFalseNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTFloatLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTForeachStatement.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGENode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTGTNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIdentifier.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIfStatement.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTIntegerLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTJexlScript.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLENode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTLTNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapEntry.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMapLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/jexl/parser/ASTModNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTMulNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNENode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNotNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTNullLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTOrNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReference.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTReferenceExpression.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSizeFunction.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStatementExpression.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTStringLiteral.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTSubtractNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTernaryNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTTrueNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTUnaryMinusNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/ASTWhileStatement.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/parser/SimpleNode.html#value(org.apache.commons.jexl.JexlContext)"><B>value(JexlContext)</B></A> - 
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>
<DD>Gets the value of this node.
<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelMethod.html" title="interface in org.apache.commons.jexl.util.introspection"><B>VelMethod</B></A> - Interface in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Method used for regular method invocation

    $foo.bar()<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertyGet.html" title="interface in org.apache.commons.jexl.util.introspection"><B>VelPropertyGet</B></A> - Interface in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Interface defining a 'getter'.<DT><A HREF="./org/apache/commons/jexl/util/introspection/VelPropertySet.html" title="interface in org.apache.commons.jexl.util.introspection"><B>VelPropertySet</B></A> - Interface in <A HREF="./org/apache/commons/jexl/util/introspection/package-summary.html">org.apache.commons.jexl.util.introspection</A><DD>Interface used for setting values that appear to be properties in Velocity.<DT><A HREF="./org/apache/commons/jexl/util/introspection/UberspectImpl.VelSetterImpl.html#vm"><B>vm</B></A> - 
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>
<DD>the method to call.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#169; 2012 <a href="http://jakarta.apache.org">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>