This file is indexed.

/usr/share/doc/libcommons-javaflow-java/api/index-all.html is in libcommons-javaflow-java-doc 0.0~svn20060411-5.

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
<!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_20) on Wed Jul 28 14:10:12 UTC 2010 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2010-07-28">

<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";
    }
}
</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> <A HREF="#_W_">W</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#addLoaderPackageRoot(java.lang.String)"><B>addLoaderPackageRoot(String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Adds a package root to the list of packages which must be loaded using
 this loader.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#addSystemPackageRoot(java.lang.String)"><B>addSystemPackageRoot(String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Adds a package root to the list of packages which must be loaded on the
 parent loader.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#again()"><B>again()</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Jumps to where the execution was resumed.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#analyzer"><B>analyzer</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant"><B>AntRewriteTask</B></A> - Class in <A HREF="./org/apache/commons/javaflow/ant/package-summary.html">org.apache.commons.javaflow.ant</A><DD>Ant task that enhances class files with javaflow instrumentation.<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#AntRewriteTask()"><B>AntRewriteTask()</B></A> - 
Constructor for class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html#append(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.InstructionContext)"><B>append(InstructionContext)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionPath</A>
<DD>Creates a new <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><CODE>ExecutionPath</CODE></A> that has
 <tt>[...
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm"><B>AsmClassTransformer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.asm</A><DD>AsmClassTransformer<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html#AsmClassTransformer()"><B>AsmClassTransformer()</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">AsmClassTransformer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel"><B>BcelClassTransformer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel</A><DD><A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html" title="interface in org.apache.commons.javaflow.bytecode.transformation"><CODE>ResourceTransformer</CODE></A> that uses BCEL.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html#BcelClassTransformer()"><B>BcelClassTransformer()</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">BcelClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html#BcelClassTransformer(org.apache.bcel.util.Repository)"><B>BcelClassTransformer(Repository)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">BcelClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/BytecodeClassLoader.html" title="class in org.apache.commons.javaflow.bytecode"><B>BytecodeClassLoader</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html">org.apache.commons.javaflow.bytecode</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/BytecodeClassLoader.html#BytecodeClassLoader()"><B>BytecodeClassLoader()</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/BytecodeClassLoader.html" title="class in org.apache.commons.javaflow.bytecode">BytecodeClassLoader</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#cancel()"><B>cancel()</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Jumps to where the execution was resumed, and suspend execution.
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#cast(java.lang.Object)"><B>cast(Object)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#checkParameters()"><B>checkParameters()</B></A> - 
Method in class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>Check that all required attributes have been set and nothing
 silly has been entered.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#className"><B>className</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Clears the stack.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Returns a deep copy of this object; i.e.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns a deep copy of this object; that means, the clone operates
 on a new stack.
<DT><A HREF="./org/apache/commons/javaflow/utils/CompositeTransformer.html" title="class in org.apache.commons.javaflow.utils"><B>CompositeTransformer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD><A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html" title="interface in org.apache.commons.javaflow.bytecode.transformation"><CODE>ResourceTransformer</CODE></A> whose transformation
 is defined in terms of multiple <A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html" title="interface in org.apache.commons.javaflow.bytecode.transformation"><CODE>ResourceTransformer</CODE></A>s.<DT><A HREF="./org/apache/commons/javaflow/utils/CompositeTransformer.html#CompositeTransformer(org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer[])"><B>CompositeTransformer(ResourceTransformer[])</B></A> - 
Constructor for class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/CompositeTransformer.html" title="class in org.apache.commons.javaflow.utils">CompositeTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#contains(org.apache.bcel.generic.InstructionHandle)"><B>contains(InstructionHandle)</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns if the given InstructionHandle refers to an instruction
 that is part of this subroutine.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html#contextOf(org.apache.bcel.generic.InstructionHandle)"><B>contextOf(InstructionHandle)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ControlFlowGraph</A>
<DD>Returns the InstructionContext of a given instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html#contextsOf(org.apache.bcel.generic.InstructionHandle[])"><B>contextsOf(InstructionHandle[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ControlFlowGraph</A>
<DD>Returns the InstructionContext[] of a given InstructionHandle[],
 in a naturally ordered manner.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Continuable.html" title="interface in org.apache.commons.javaflow.bytecode"><B>Continuable</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html">org.apache.commons.javaflow.bytecode</A><DD>Marker interface to mark classes, which are transformed by the 
 ContinuationClassLoader.<DT><A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow"><B>Continuation</B></A> - Class in <A HREF="./org/apache/commons/javaflow/package-summary.html">org.apache.commons.javaflow</A><DD>Snapshot of a thread execution state.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm"><B>ContinuationClassAdapter</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.asm</A><DD>ContinuationClassAdapter<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html#ContinuationClassAdapter(org.objectweb.asm.ClassVisitor)"><B>ContinuationClassAdapter(ClassVisitor)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationClassAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow"><B>ContinuationClassLoader</B></A> - Class in <A HREF="./org/apache/commons/javaflow/package-summary.html">org.apache.commons.javaflow</A><DD><CODE>URLClassLoader</CODE> with bytecode instrumentation for javaflow.<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#ContinuationClassLoader(java.net.URL[], java.lang.ClassLoader, org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer)"><B>ContinuationClassLoader(URL[], ClassLoader, ResourceTransformer)</B></A> - 
Constructor for class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Creates a classloader by using the classpath given.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#ContinuationClassLoader(java.net.URL[], java.lang.ClassLoader)"><B>ContinuationClassLoader(URL[], ClassLoader)</B></A> - 
Constructor for class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ContinuationDeath.html" title="class in org.apache.commons.javaflow"><B>ContinuationDeath</B></A> - Error in <A HREF="./org/apache/commons/javaflow/package-summary.html">org.apache.commons.javaflow</A><DD>This exception is used to signal
 a control flow change that needs
 the cooperation inside <A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode"><CODE>StackRecorder</CODE></A>.<DT><A HREF="./org/apache/commons/javaflow/ContinuationDeath.html#ContinuationDeath(java.lang.String)"><B>ContinuationDeath(String)</B></A> - 
Constructor for error org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationDeath.html" title="class in org.apache.commons.javaflow">ContinuationDeath</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm"><B>ContinuationMethodAdapter</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.asm</A><DD>ContinuationMethodAdapter<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html#ContinuationMethodAdapter(org.apache.commons.javaflow.bytecode.transformation.asm.ContinuationMethodAnalyzer)"><B>ContinuationMethodAdapter(ContinuationMethodAnalyzer)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm"><B>ContinuationMethodAnalyzer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.asm</A><DD>ContinuationMethodAdapter<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#ContinuationMethodAnalyzer(java.lang.String, org.objectweb.asm.ClassVisitor, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><B>ContinuationMethodAnalyzer(String, ClassVisitor, MethodVisitor, int, String, String, String, String[])</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#continueWith(org.apache.commons.javaflow.Continuation)"><B>continueWith(Continuation)</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Resumes the execution of the specified continuation from where it's left off.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#continueWith(org.apache.commons.javaflow.Continuation, java.lang.Object)"><B>continueWith(Continuation, Object)</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Resumes the execution of the specified continuation from where it's left off
 and creates a new continuation representing the new state.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>ControlFlowGraph</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class represents a control flow graph of a method.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html#ControlFlowGraph(org.apache.bcel.generic.MethodGen)"><B>ControlFlowGraph(MethodGen)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ControlFlowGraph</A>
<DD>A Control Flow Graph.
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#copy(java.io.InputStream, java.io.OutputStream)"><B>copy(InputStream, OutputStream)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>Copies the entire <CODE>InputStream</CODE> to the given <CODE>OutputStream</CODE>.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#cv"><B>cv</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html#debug"><B>debug</B></A> - 
Static variable in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">BcelClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel"><B>DecompilingVisitor</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#DecompilingVisitor(org.apache.bcel.classfile.JavaClass, java.io.OutputStream)"><B>DecompilingVisitor(JavaClass, OutputStream)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#defineClassFromData(byte[], java.lang.String)"><B>defineClassFromData(byte[], String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Define a class given its bytes
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverFields(java.lang.Class, org.apache.commons.javaflow.utils.ReflectionUtils.Matcher)"><B>discoverFields(Class, ReflectionUtils.Matcher)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverFields(java.lang.Class)"><B>discoverFields(Class)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverFields(java.lang.Class, org.apache.commons.javaflow.utils.ReflectionUtils.Matcher, org.apache.commons.javaflow.utils.ReflectionUtils.Indexer)"><B>discoverFields(Class, ReflectionUtils.Matcher, ReflectionUtils.Indexer)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverMethods(java.lang.Class, org.apache.commons.javaflow.utils.ReflectionUtils.Matcher)"><B>discoverMethods(Class, ReflectionUtils.Matcher)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverMethods(java.lang.Class)"><B>discoverMethods(Class)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#discoverMethods(java.lang.Class, org.apache.commons.javaflow.utils.ReflectionUtils.Matcher, org.apache.commons.javaflow.utils.ReflectionUtils.Indexer)"><B>discoverMethods(Class, ReflectionUtils.Matcher, ReflectionUtils.Indexer)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html#EMPTY"><B>EMPTY</B></A> - 
Static variable in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionPath</A>
<DD>Singleton <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><CODE>ExecutionPath</CODE></A> that represents an empty sequence [].
<DT><A HREF="./org/apache/commons/javaflow/bytecode/EmptyStackException.html" title="class in org.apache.commons.javaflow.bytecode"><B>EmptyStackException</B></A> - Exception in <A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html">org.apache.commons.javaflow.bytecode</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/EmptyStackException.html#EmptyStackException(java.lang.String)"><B>EmptyStackException(String)</B></A> - 
Constructor for exception org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/EmptyStackException.html" title="class in org.apache.commons.javaflow.bytecode">EmptyStackException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns true if and only if this OperandStack
 equals another, meaning equal lengths and equal
 objects on the stacks.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">UninitializedObjectType</A>
<DD>Returns true on equality of this and o.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandler.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>ExceptionHandler</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class represents an exception handler; that is, an ObjectType
 representing a subclass of java.lang.Throwable and the instruction
 the handler starts off (represented by an InstructionContext).<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandlers.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>ExceptionHandlers</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class allows easy access to ExceptionHandler objects.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandlers.html#ExceptionHandlers(org.apache.bcel.generic.MethodGen)"><B>ExceptionHandlers(MethodGen)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandlers.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExceptionHandlers</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#execute(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.Frame, org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExecutionPath, org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExecutionVisitor)"><B>execute(Frame, ExecutionPath, ExecutionVisitor)</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>This method symbolically executes the Instruction
 held in the InstructionContext.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>ExecutionPath</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>List of <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><CODE>InstructionContext</CODE></A> that represents a sequence of an execution.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>ExecutionVisitor</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This Visitor class may be used for a type-based Java Virtual Machine
 simulation.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#ExecutionVisitor()"><B>ExecutionVisitor()</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#exit()"><B>exit()</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Completes the execution of the running continuation.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#findClass(java.lang.String)"><B>findClass(String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Searches for and load a class on the classpath of this class loader.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#forceLoadClass(java.lang.String)"><B>forceLoadClass(String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Loads a class through this class loader even if that class is available
 on the parent classpath.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>Frame</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class represents a JVM execution frame; that means,
 a local variable array and an operand stack.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#Frame(int, int)"><B>Frame(int, int)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#Frame(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.LocalVariables, org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.OperandStack)"><B>Frame(LocalVariables, OperandStack)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#get()"><B>get()</B></A> - 
Static method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>Return the continuation, which is associated to the current thread.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#get(int)"><B>get(int)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Returns the type of the local variable slot i.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#getAccessedLocalsIndices()"><B>getAccessedLocalsIndices()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns an int[] containing the indices of the local variable slots
 accessed by this Subroutine (read-accessed, write-accessed or both);
 local variables referenced by subroutines of this subroutine are
 not included.
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#getClassLoaderName(java.lang.Object)"><B>getClassLoaderName(Object)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#getClassName(java.lang.Object)"><B>getClassName(Object)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#getClone()"><B>getClone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#getClone()"><B>getClone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Returns a (correctly typed) clone of this object.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#getClone()"><B>getClone()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns a (typed!) clone of this.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#getContext()"><B>getContext()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#getContext()"><B>getContext()</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>get the current context.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#getEnteringJsrInstructions()"><B>getEnteringJsrInstructions()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns all the JsrInstructions that have the
 first instruction of this subroutine as their target.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandlers.html#getExceptionHandlers(org.apache.bcel.generic.InstructionHandle)"><B>getExceptionHandlers(InstructionHandle)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandlers.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExceptionHandlers</A>
<DD>Returns all the ExceptionHandler instances representing exception
 handlers that protect the instruction ih.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#getExceptionHandlers()"><B>getExceptionHandlers()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>Returns the exception handlers that protect this instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandler.html#getExceptionType()"><B>getExceptionType()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandler.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExceptionHandler</A>
<DD>Returns the type of the exception that's handled.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandler.html#getHandlerStart()"><B>getHandlerStart()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExceptionHandler.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExceptionHandler</A>
<DD>Returns the InstructionHandle where the handler starts off.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#getInFrame()"><B>getInFrame()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html#getInitialized()"><B>getInitialized()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">UninitializedObjectType</A>
<DD>Returns the ObjectType of the same class as the one of the uninitialized object
 represented by this UninitializedObjectType instance.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#getInstruction()"><B>getInstruction()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>Returns the InstructionHandle this InstructionContext is wrapped around.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html#getInstructionContexts()"><B>getInstructionContexts()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ControlFlowGraph</A>
<DD>Returns an InstructionContext[] with all the InstructionContext instances
 for the method whose control flow is represented by this ControlFlowGraph
 <B>(NOT ORDERED!)</B>.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#getInstructions()"><B>getInstructions()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns all instructions that together form this subroutine.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#getLeavingRET()"><B>getLeavingRET()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns the one and only RET that leaves the subroutine.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#getLocals()"><B>getLocals()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#getOutFrame(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExecutionPath)"><B>getOutFrame(ExecutionPath)</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>This method returns the outgoing execution frame situation;
 therefore <B>it has to be calculated by execute(Frame, ArrayList)
 first.</B>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#getRecursivelyAccessedLocalsIndices()"><B>getRecursivelyAccessedLocalsIndices()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns an int[] containing the indices of the local variable slots
 accessed by this Subroutine (read-accessed, write-accessed or both);
 local variables referenced by subroutines of this subroutine are
 included.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Finds the resource with the given name.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#getStack()"><B>getStack()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#getSubroutine(org.apache.bcel.generic.InstructionHandle)"><B>getSubroutine(InstructionHandle)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>Returns the Subroutine object associated with the given
 leader (that is, the first instruction of the subroutine).
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html#getSuccessors()"><B>getSuccessors()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">InstructionContext</A>
<DD>Returns the usual control flow successors.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#getTopLevel()"><B>getTopLevel()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>For easy handling, the piece of code that is <B>not</B> a
 subroutine, the top-level, is also modeled as a Subroutine
 object.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasDouble()"><B>hasDouble()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasFloat()"><B>hasFloat()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasInt()"><B>hasInt()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasLong()"><B>hasLong()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasObject()"><B>hasObject()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#hasReference()"><B>hasReference()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#initializeObject(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.UninitializedObjectType)"><B>initializeObject(UninitializedObjectType)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Replaces all occurences of u in this local variables set
 with an "initialized" ObjectType.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#initializeObject(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.UninitializedObjectType)"><B>initializeObject(UninitializedObjectType)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Replaces all occurences of u in this OperandStack instance
 with an "initialized" ObjectType.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class org.apache.commons.javaflow.bytecode.transformation.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation">NopResourceTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/InstructionContext.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>InstructionContext</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>An InstructionContext offers convenient access
 to information like control flow successors and
 such.<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#isCapturing"><B>isCapturing</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>True, is the continuation freeze the strack trace, and stops the
 continuation.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html#isDead(org.apache.bcel.generic.InstructionHandle)"><B>isDead(InstructionHandle)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ControlFlowGraph.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ControlFlowGraph</A>
<DD>Returns true, if and only if the said instruction is not reachable; that means,
 if it is not part of this ControlFlowGraph.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns true IFF this OperandStack is empty.
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.Matcher.html#isMatching(java.lang.String)"><B>isMatching(String)</B></A> - 
Method in interface org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.Matcher.html" title="interface in org.apache.commons.javaflow.utils">RewritingUtils.Matcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#isRestoring"><B>isRestoring</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>True, if the continuation restores the previous stack trace to the last
 invocation of suspend().
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#isSerializable()"><B>isSerializable()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#isSerializable()"><B>isSerializable()</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores"><B>JavaflowResourceStore</B></A> - Class in <A HREF="./org/apache/commons/javaflow/stores/package-summary.html">org.apache.commons.javaflow.stores</A><DD>Due to the BCEL dependency handling all
 classes have to be store first and then
 be rewritten.<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html#JavaflowResourceStore()"><B>JavaflowResourceStore()</B></A> - 
Constructor for class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores">JavaflowResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html#JavaflowResourceStore(org.apache.commons.jci.stores.ResourceStore)"><B>JavaflowResourceStore(ResourceStore)</B></A> - 
Constructor for class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores">JavaflowResourceStore</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#labels"><B>labels</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html#lastExecutionJSR()"><B>lastExecutionJSR()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionPath</A>
<DD>Returns the InstructionContextImpl with an JSR/JSR_W
 that was last in the ExecutionChain, without
 a corresponding RET, i.e.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/BytecodeClassLoader.html#loadClass(byte[])"><B>loadClass(byte[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/BytecodeClassLoader.html" title="class in org.apache.commons.javaflow.bytecode">BytecodeClassLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#loadClass(java.lang.String, boolean)"><B>loadClass(String, boolean)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Loads a class with this class loader.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>LocalVariables</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class implements an array of local variables used for symbolic JVM
 simulation.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#LocalVariables(int)"><B>LocalVariables(int)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Creates a new LocalVariables object.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultMatcher.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
Method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultMatcher.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils.DefaultMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Matcher.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
Method in interface org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Matcher.html" title="interface in org.apache.commons.javaflow.utils">ReflectionUtils.Matcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#maxLocals()"><B>maxLocals()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Returns the number of local variable slots this
 LocalVariables instance has.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#maxStack()"><B>maxStack()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the number of stack slots this stack can hold.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#merge(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.LocalVariables)"><B>merge(LocalVariables)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Merges two local variables sets as described in the Java Virtual Machine Specification,
 Second Edition, section 4.9.2, page 146.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#merge(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.OperandStack)"><B>merge(OperandStack)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Merges another stack state into this instance's stack state.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#methods"><B>methods</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#mv"><B>mv</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#nodes"><B>nodes</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation"><B>NopResourceTransformer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/package-summary.html">org.apache.commons.javaflow.bytecode.transformation</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html#NopResourceTransformer()"><B>NopResourceTransformer()</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation">NopResourceTransformer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html#onStart()"><B>onStart()</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores">JavaflowResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html#onStop()"><B>onStop()</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores">JavaflowResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>OperandStack</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class implements a stack used for symbolic JVM stack simulation.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#OperandStack(int)"><B>OperandStack(int)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Creates an empty stack with a maximum of maxStack slots.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#OperandStack(int, org.apache.bcel.generic.ObjectType)"><B>OperandStack(int, ObjectType)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Creates an otherwise empty stack with a maximum of maxStack slots and
 the ObjectType 'obj' at the top.
<DT><A HREF="./org/apache/commons/javaflow/package-summary.html"><B>org.apache.commons.javaflow</B></A> - package org.apache.commons.javaflow<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/ant/package-summary.html"><B>org.apache.commons.javaflow.ant</B></A> - package org.apache.commons.javaflow.ant<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html"><B>org.apache.commons.javaflow.bytecode</B></A> - package org.apache.commons.javaflow.bytecode<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/package-summary.html"><B>org.apache.commons.javaflow.bytecode.transformation</B></A> - package org.apache.commons.javaflow.bytecode.transformation<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/package-summary.html"><B>org.apache.commons.javaflow.bytecode.transformation.asm</B></A> - package org.apache.commons.javaflow.bytecode.transformation.asm<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/package-summary.html"><B>org.apache.commons.javaflow.bytecode.transformation.bcel</B></A> - package org.apache.commons.javaflow.bytecode.transformation.bcel<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html"><B>org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</B></A> - package org.apache.commons.javaflow.bytecode.transformation.bcel.analyser<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/stores/package-summary.html"><B>org.apache.commons.javaflow.stores</B></A> - package org.apache.commons.javaflow.stores<DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/package-summary.html"><B>org.apache.commons.javaflow.utils</B></A> - package org.apache.commons.javaflow.utils<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#peek()"><B>peek()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the element on top of the stack.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#peek(int)"><B>peek(int)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the element that's i elements below the top element; that means,
 iff i==0 the top element is returned.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#pop()"><B>pop()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the element on top of the stack.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#pop(int)"><B>pop(int)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Pops i elements off the stack.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popDouble()"><B>popDouble()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popFloat()"><B>popFloat()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popInt()"><B>popInt()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popLong()"><B>popLong()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popObject()"><B>popObject()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#popReference()"><B>popReference()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#push(org.apache.bcel.generic.Type)"><B>push(Type)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Pushes a Type object onto the stack.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushDouble(double)"><B>pushDouble(double)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushFloat(float)"><B>pushFloat(float)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushInt(int)"><B>pushInt(int)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushLong(long)"><B>pushLong(long)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushObject(java.lang.Object)"><B>pushObject(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#pushReference(java.lang.Object)"><B>pushReference(Object)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultIndexer.html#put(java.util.Map, java.lang.String, java.lang.Object)"><B>put(Map, String, Object)</B></A> - 
Method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultIndexer.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils.DefaultIndexer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Indexer.html#put(java.util.Map, java.lang.String, java.lang.Object)"><B>put(Map, String, Object)</B></A> - 
Method in interface org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Indexer.html" title="interface in org.apache.commons.javaflow.utils">ReflectionUtils.Indexer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html#read(java.lang.String)"><B>read(String)</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores">TransformingResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils"><B>ReflectionUtils</B></A> - Class in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html#ReflectionUtils()"><B>ReflectionUtils()</B></A> - 
Constructor for class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultIndexer.html" title="class in org.apache.commons.javaflow.utils"><B>ReflectionUtils.DefaultIndexer</B></A> - Class in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultIndexer.html#ReflectionUtils.DefaultIndexer()"><B>ReflectionUtils.DefaultIndexer()</B></A> - 
Constructor for class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultIndexer.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils.DefaultIndexer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultMatcher.html" title="class in org.apache.commons.javaflow.utils"><B>ReflectionUtils.DefaultMatcher</B></A> - Class in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultMatcher.html#ReflectionUtils.DefaultMatcher()"><B>ReflectionUtils.DefaultMatcher()</B></A> - 
Constructor for class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.DefaultMatcher.html" title="class in org.apache.commons.javaflow.utils">ReflectionUtils.DefaultMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Indexer.html" title="interface in org.apache.commons.javaflow.utils"><B>ReflectionUtils.Indexer</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/ReflectionUtils.Matcher.html" title="interface in org.apache.commons.javaflow.utils"><B>ReflectionUtils.Matcher</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores">TransformingResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html" title="interface in org.apache.commons.javaflow.bytecode.transformation"><B>ResourceTransformer</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/package-summary.html">org.apache.commons.javaflow.bytecode.transformation</A><DD>Byte-code transformer that enhances the class files for javaflow.<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#rewriteClassFile(java.io.File, org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer, java.io.File)"><B>rewriteClassFile(File, ResourceTransformer, File)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#rewriteJar(java.util.jar.JarInputStream, org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer, java.util.jar.JarOutputStream)"><B>rewriteJar(JarInputStream, ResourceTransformer, JarOutputStream)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#rewriteJar(java.util.jar.JarInputStream, org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer, java.util.jar.JarOutputStream, org.apache.commons.javaflow.utils.RewritingUtils.Matcher)"><B>rewriteJar(JarInputStream, ResourceTransformer, JarOutputStream, RewritingUtils.Matcher)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils"><B>RewritingUtils</B></A> - Class in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#RewritingUtils()"><B>RewritingUtils()</B></A> - 
Constructor for class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.Matcher.html" title="interface in org.apache.commons.javaflow.utils"><B>RewritingUtils.Matcher</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/utils/package-summary.html">org.apache.commons.javaflow.utils</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#runnable"><B>runnable</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#set(int, org.apache.bcel.generic.Type)"><B>set(int, Type)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Sets a new Type for the given local variable slot.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#setConstantPoolGen(org.apache.bcel.generic.ConstantPoolGen)"><B>setConstantPoolGen(ConstantPoolGen)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Sets the ConstantPoolGen needed for symbolic execution.
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#setDstDir(java.io.File)"><B>setDstDir(File)</B></A> - 
Method in class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>Directory to which the transformed files will be written.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#setFrame(org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.Frame)"><B>setFrame(Frame)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>The only method granting access to the single instance of
 the ExecutionVisitor class.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#setIsolated(boolean)"><B>setIsolated(boolean)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Sets whether this classloader should run in isolated mode.
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#setMode(java.lang.String)"><B>setMode(String)</B></A> - 
Method in class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>Sets the transformer to use.
<DT><A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html#setParentFirst(boolean)"><B>setParentFirst(boolean)</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/ContinuationClassLoader.html" title="class in org.apache.commons.javaflow">ContinuationClassLoader</A>
<DD>Control whether class lookup is delegated to the parent loader first
 or after this loader.
<DT><A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html#setSrcDir(java.io.File)"><B>setSrcDir(File)</B></A> - 
Method in class org.apache.commons.javaflow.ant.<A HREF="./org/apache/commons/javaflow/ant/AntRewriteTask.html" title="class in org.apache.commons.javaflow.ant">AntRewriteTask</A>
<DD>Directory from which the input files are read.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the size of this OperandStack; that means, how many Type objects there are.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#slotsUsed()"><B>slotsUsed()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns the number of stack slots used.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode"><B>Stack</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html">org.apache.commons.javaflow.bytecode</A><DD>Stack to store the frame information along the invocation trace.<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#Stack(java.lang.Runnable)"><B>Stack(Runnable)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#Stack(org.apache.commons.javaflow.bytecode.Stack)"><B>Stack(Stack)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode"><B>StackRecorder</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/package-summary.html">org.apache.commons.javaflow.bytecode</A><DD>Adds additional behaviors necessary for stack capture/restore
 on top of <A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode"><CODE>Stack</CODE></A>.<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#StackRecorder(java.lang.Runnable)"><B>StackRecorder(Runnable)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>Creates a new empty <A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode"><CODE>StackRecorder</CODE></A> that runs the given target.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#StackRecorder(org.apache.commons.javaflow.bytecode.Stack)"><B>StackRecorder(Stack)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>Creates a clone of the given <A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode"><CODE>StackRecorder</CODE></A>.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#stackRecorderVar"><B>stackRecorderVar</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#start()"><B>start()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#startSuspendedWith(java.lang.Runnable)"><B>startSuspendedWith(Runnable)</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Creates a new <A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow"><CODE>Continuation</CODE></A> object from the specified <CODE>Runnable</CODE>
 object.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#startWith(java.lang.Runnable)"><B>startWith(Runnable)</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Starts executing the specified <CODE>Runnable</CODE> object in an environment
 that allows <A HREF="./org/apache/commons/javaflow/Continuation.html#suspend()"><CODE>Continuation.suspend()</CODE></A>.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#startWith(java.lang.Runnable, java.lang.Object)"><B>startWith(Runnable, Object)</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Starts executing the specified <CODE>Runnable</CODE> object in an environment
 that allows <A HREF="./org/apache/commons/javaflow/Continuation.html#suspend()"><CODE>Continuation.suspend()</CODE></A>.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>Subroutine</B></A> - Interface in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This interface defines properties of JVM bytecode subroutines.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#subroutineOf(org.apache.bcel.generic.InstructionHandle)"><B>subroutineOf(InstructionHandle)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>Returns the subroutine object associated with the
 given instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>Subroutines</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>Instances of this class contain information about the subroutines
 found in a code array of a method.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#Subroutines(org.apache.bcel.generic.MethodGen)"><B>Subroutines(MethodGen)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html#subSubs()"><B>subSubs()</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutine.html" title="interface in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutine</A>
<DD>Returns the subroutines that are directly called from this subroutine.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html#suspend()"><B>suspend()</B></A> - 
Static method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/StackRecorder.html" title="class in org.apache.commons.javaflow.bytecode">StackRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#suspend()"><B>suspend()</B></A> - 
Static method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>Stops the running continuation.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#toByteArray(java.io.File)"><B>toByteArray(File)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html#toByteArray(java.io.InputStream)"><B>toByteArray(InputStream)</B></A> - 
Static method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/RewritingUtils.html" title="class in org.apache.commons.javaflow.utils">RewritingUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#TOPLEVEL"><B>TOPLEVEL</B></A> - 
Variable in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>This is referring to a special subroutine, namely the
 top level.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/Stack.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.<A HREF="./org/apache/commons/javaflow/bytecode/Stack.html" title="class in org.apache.commons.javaflow.bytecode">Stack</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionPath.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionPath</A>
<DD>Returns a human readable representation.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>Returns a String representation of the Frame instance.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/LocalVariables.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">LocalVariables</A>
<DD>Returns a String representation of this object.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/OperandStack.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">OperandStack</A>
<DD>Returns a String representation of this OperandStack instance.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Subroutines.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Subroutines</A>
<DD>Returns a String representation of this object; merely for debugging puposes.
<DT><A HREF="./org/apache/commons/javaflow/Continuation.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.<A HREF="./org/apache/commons/javaflow/Continuation.html" title="class in org.apache.commons.javaflow">Continuation</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores">TransformingResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html#transform(java.io.InputStream)"><B>transform(InputStream)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">AsmClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html#transform(byte[])"><B>transform(byte[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/AsmClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">AsmClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html#transform(byte[])"><B>transform(byte[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/BcelClassTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">BcelClassTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html#transform(byte[])"><B>transform(byte[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/NopResourceTransformer.html" title="class in org.apache.commons.javaflow.bytecode.transformation">NopResourceTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html#transform(byte[])"><B>transform(byte[])</B></A> - 
Method in interface org.apache.commons.javaflow.bytecode.transformation.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/ResourceTransformer.html" title="interface in org.apache.commons.javaflow.bytecode.transformation">ResourceTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/utils/CompositeTransformer.html#transform(byte[])"><B>transform(byte[])</B></A> - 
Method in class org.apache.commons.javaflow.utils.<A HREF="./org/apache/commons/javaflow/utils/CompositeTransformer.html" title="class in org.apache.commons.javaflow.utils">CompositeTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores"><B>TransformingResourceStore</B></A> - Class in <A HREF="./org/apache/commons/javaflow/stores/package-summary.html">org.apache.commons.javaflow.stores</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html#TransformingResourceStore(org.apache.commons.jci.stores.ResourceStore, org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer[])"><B>TransformingResourceStore(ResourceStore, ResourceTransformer[])</B></A> - 
Constructor for class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores">TransformingResourceStore</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser"><B>UninitializedObjectType</B></A> - Class in <A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/package-summary.html">org.apache.commons.javaflow.bytecode.transformation.bcel.analyser</A><DD>This class represents an uninitialized object type; see The Java
 Virtual Machine Specification, Second Edition, page 147: 4.9.4 for
 more details.<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html#UninitializedObjectType(org.apache.bcel.generic.ObjectType)"><B>UninitializedObjectType(ObjectType)</B></A> - 
Constructor for class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/UninitializedObjectType.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">UninitializedObjectType</A>
<DD>Creates a new instance.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html#visit(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><B>visit(int, int, String, String, String, String[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationClassAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitAALOAD(org.apache.bcel.generic.AALOAD)"><B>visitAALOAD(AALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitAASTORE(org.apache.bcel.generic.AASTORE)"><B>visitAASTORE(AASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitACONST_NULL(org.apache.bcel.generic.ACONST_NULL)"><B>visitACONST_NULL(ACONST_NULL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitALOAD(org.apache.bcel.generic.ALOAD)"><B>visitALOAD(ALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitANEWARRAY(org.apache.bcel.generic.ANEWARRAY)"><B>visitANEWARRAY(ANEWARRAY)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitARETURN(org.apache.bcel.generic.ARETURN)"><B>visitARETURN(ARETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitARRAYLENGTH(org.apache.bcel.generic.ARRAYLENGTH)"><B>visitARRAYLENGTH(ARRAYLENGTH)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitASTORE(org.apache.bcel.generic.ASTORE)"><B>visitASTORE(ASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitATHROW(org.apache.bcel.generic.ATHROW)"><B>visitATHROW(ATHROW)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitBALOAD(org.apache.bcel.generic.BALOAD)"><B>visitBALOAD(BALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitBASTORE(org.apache.bcel.generic.BASTORE)"><B>visitBASTORE(BASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitBIPUSH(org.apache.bcel.generic.BIPUSH)"><B>visitBIPUSH(BIPUSH)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitCALOAD(org.apache.bcel.generic.CALOAD)"><B>visitCALOAD(CALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitCASTORE(org.apache.bcel.generic.CASTORE)"><B>visitCASTORE(CASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitCHECKCAST(org.apache.bcel.generic.CHECKCAST)"><B>visitCHECKCAST(CHECKCAST)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html#visitCode()"><B>visitCode()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitCode(org.apache.bcel.classfile.Code)"><B>visitCode(Code)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitConstantValue(org.apache.bcel.classfile.ConstantValue)"><B>visitConstantValue(ConstantValue)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitD2F(org.apache.bcel.generic.D2F)"><B>visitD2F(D2F)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitD2I(org.apache.bcel.generic.D2I)"><B>visitD2I(D2I)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitD2L(org.apache.bcel.generic.D2L)"><B>visitD2L(D2L)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDADD(org.apache.bcel.generic.DADD)"><B>visitDADD(DADD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDALOAD(org.apache.bcel.generic.DALOAD)"><B>visitDALOAD(DALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDASTORE(org.apache.bcel.generic.DASTORE)"><B>visitDASTORE(DASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDCMPG(org.apache.bcel.generic.DCMPG)"><B>visitDCMPG(DCMPG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDCMPL(org.apache.bcel.generic.DCMPL)"><B>visitDCMPL(DCMPL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDCONST(org.apache.bcel.generic.DCONST)"><B>visitDCONST(DCONST)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDDIV(org.apache.bcel.generic.DDIV)"><B>visitDDIV(DDIV)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitDeprecated(org.apache.bcel.classfile.Deprecated)"><B>visitDeprecated(Deprecated)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDLOAD(org.apache.bcel.generic.DLOAD)"><B>visitDLOAD(DLOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDMUL(org.apache.bcel.generic.DMUL)"><B>visitDMUL(DMUL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDNEG(org.apache.bcel.generic.DNEG)"><B>visitDNEG(DNEG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDREM(org.apache.bcel.generic.DREM)"><B>visitDREM(DREM)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDRETURN(org.apache.bcel.generic.DRETURN)"><B>visitDRETURN(DRETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDSTORE(org.apache.bcel.generic.DSTORE)"><B>visitDSTORE(DSTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDSUB(org.apache.bcel.generic.DSUB)"><B>visitDSUB(DSUB)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP(org.apache.bcel.generic.DUP)"><B>visitDUP(DUP)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP2(org.apache.bcel.generic.DUP2)"><B>visitDUP2(DUP2)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP2_X1(org.apache.bcel.generic.DUP2_X1)"><B>visitDUP2_X1(DUP2_X1)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP2_X2(org.apache.bcel.generic.DUP2_X2)"><B>visitDUP2_X2(DUP2_X2)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP_X1(org.apache.bcel.generic.DUP_X1)"><B>visitDUP_X1(DUP_X1)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitDUP_X2(org.apache.bcel.generic.DUP_X2)"><B>visitDUP_X2(DUP_X2)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#visitEnd()"><B>visitEnd()</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitExceptionTable(org.apache.bcel.classfile.ExceptionTable)"><B>visitExceptionTable(ExceptionTable)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitF2D(org.apache.bcel.generic.F2D)"><B>visitF2D(F2D)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitF2I(org.apache.bcel.generic.F2I)"><B>visitF2I(F2I)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitF2L(org.apache.bcel.generic.F2L)"><B>visitF2L(F2L)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFADD(org.apache.bcel.generic.FADD)"><B>visitFADD(FADD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFALOAD(org.apache.bcel.generic.FALOAD)"><B>visitFALOAD(FALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFASTORE(org.apache.bcel.generic.FASTORE)"><B>visitFASTORE(FASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFCMPG(org.apache.bcel.generic.FCMPG)"><B>visitFCMPG(FCMPG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFCMPL(org.apache.bcel.generic.FCMPL)"><B>visitFCMPL(FCMPL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFCONST(org.apache.bcel.generic.FCONST)"><B>visitFCONST(FCONST)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFDIV(org.apache.bcel.generic.FDIV)"><B>visitFDIV(FDIV)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitField(org.apache.bcel.classfile.Field)"><B>visitField(Field)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFLOAD(org.apache.bcel.generic.FLOAD)"><B>visitFLOAD(FLOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFMUL(org.apache.bcel.generic.FMUL)"><B>visitFMUL(FMUL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFNEG(org.apache.bcel.generic.FNEG)"><B>visitFNEG(FNEG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFREM(org.apache.bcel.generic.FREM)"><B>visitFREM(FREM)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFRETURN(org.apache.bcel.generic.FRETURN)"><B>visitFRETURN(FRETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFSTORE(org.apache.bcel.generic.FSTORE)"><B>visitFSTORE(FSTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitFSUB(org.apache.bcel.generic.FSUB)"><B>visitFSUB(FSUB)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitGETFIELD(org.apache.bcel.generic.GETFIELD)"><B>visitGETFIELD(GETFIELD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitGETSTATIC(org.apache.bcel.generic.GETSTATIC)"><B>visitGETSTATIC(GETSTATIC)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitGOTO(org.apache.bcel.generic.GOTO)"><B>visitGOTO(GOTO)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitGOTO_W(org.apache.bcel.generic.GOTO_W)"><B>visitGOTO_W(GOTO_W)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2B(org.apache.bcel.generic.I2B)"><B>visitI2B(I2B)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2C(org.apache.bcel.generic.I2C)"><B>visitI2C(I2C)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2D(org.apache.bcel.generic.I2D)"><B>visitI2D(I2D)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2F(org.apache.bcel.generic.I2F)"><B>visitI2F(I2F)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2L(org.apache.bcel.generic.I2L)"><B>visitI2L(I2L)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitI2S(org.apache.bcel.generic.I2S)"><B>visitI2S(I2S)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIADD(org.apache.bcel.generic.IADD)"><B>visitIADD(IADD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIALOAD(org.apache.bcel.generic.IALOAD)"><B>visitIALOAD(IALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIAND(org.apache.bcel.generic.IAND)"><B>visitIAND(IAND)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIASTORE(org.apache.bcel.generic.IASTORE)"><B>visitIASTORE(IASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitICONST(org.apache.bcel.generic.ICONST)"><B>visitICONST(ICONST)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIDIV(org.apache.bcel.generic.IDIV)"><B>visitIDIV(IDIV)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ACMPEQ(org.apache.bcel.generic.IF_ACMPEQ)"><B>visitIF_ACMPEQ(IF_ACMPEQ)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ACMPNE(org.apache.bcel.generic.IF_ACMPNE)"><B>visitIF_ACMPNE(IF_ACMPNE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPEQ(org.apache.bcel.generic.IF_ICMPEQ)"><B>visitIF_ICMPEQ(IF_ICMPEQ)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPGE(org.apache.bcel.generic.IF_ICMPGE)"><B>visitIF_ICMPGE(IF_ICMPGE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPGT(org.apache.bcel.generic.IF_ICMPGT)"><B>visitIF_ICMPGT(IF_ICMPGT)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPLE(org.apache.bcel.generic.IF_ICMPLE)"><B>visitIF_ICMPLE(IF_ICMPLE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPLT(org.apache.bcel.generic.IF_ICMPLT)"><B>visitIF_ICMPLT(IF_ICMPLT)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIF_ICMPNE(org.apache.bcel.generic.IF_ICMPNE)"><B>visitIF_ICMPNE(IF_ICMPNE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFEQ(org.apache.bcel.generic.IFEQ)"><B>visitIFEQ(IFEQ)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFGE(org.apache.bcel.generic.IFGE)"><B>visitIFGE(IFGE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFGT(org.apache.bcel.generic.IFGT)"><B>visitIFGT(IFGT)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFLE(org.apache.bcel.generic.IFLE)"><B>visitIFLE(IFLE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFLT(org.apache.bcel.generic.IFLT)"><B>visitIFLT(IFLT)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFNE(org.apache.bcel.generic.IFNE)"><B>visitIFNE(IFNE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFNONNULL(org.apache.bcel.generic.IFNONNULL)"><B>visitIFNONNULL(IFNONNULL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIFNULL(org.apache.bcel.generic.IFNULL)"><B>visitIFNULL(IFNULL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIINC(org.apache.bcel.generic.IINC)"><B>visitIINC(IINC)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitILOAD(org.apache.bcel.generic.ILOAD)"><B>visitILOAD(ILOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIMUL(org.apache.bcel.generic.IMUL)"><B>visitIMUL(IMUL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINEG(org.apache.bcel.generic.INEG)"><B>visitINEG(INEG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINSTANCEOF(org.apache.bcel.generic.INSTANCEOF)"><B>visitINSTANCEOF(INSTANCEOF)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINVOKEINTERFACE(org.apache.bcel.generic.INVOKEINTERFACE)"><B>visitINVOKEINTERFACE(INVOKEINTERFACE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINVOKESPECIAL(org.apache.bcel.generic.INVOKESPECIAL)"><B>visitINVOKESPECIAL(INVOKESPECIAL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINVOKESTATIC(org.apache.bcel.generic.INVOKESTATIC)"><B>visitINVOKESTATIC(INVOKESTATIC)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitINVOKEVIRTUAL(org.apache.bcel.generic.INVOKEVIRTUAL)"><B>visitINVOKEVIRTUAL(INVOKEVIRTUAL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIOR(org.apache.bcel.generic.IOR)"><B>visitIOR(IOR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIREM(org.apache.bcel.generic.IREM)"><B>visitIREM(IREM)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIRETURN(org.apache.bcel.generic.IRETURN)"><B>visitIRETURN(IRETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitISHL(org.apache.bcel.generic.ISHL)"><B>visitISHL(ISHL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitISHR(org.apache.bcel.generic.ISHR)"><B>visitISHR(ISHR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitISTORE(org.apache.bcel.generic.ISTORE)"><B>visitISTORE(ISTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitISUB(org.apache.bcel.generic.ISUB)"><B>visitISUB(ISUB)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIUSHR(org.apache.bcel.generic.IUSHR)"><B>visitIUSHR(IUSHR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitIXOR(org.apache.bcel.generic.IXOR)"><B>visitIXOR(IXOR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitJavaClass(org.apache.bcel.classfile.JavaClass)"><B>visitJavaClass(JavaClass)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitJSR(org.apache.bcel.generic.JSR)"><B>visitJSR(JSR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitJSR_W(org.apache.bcel.generic.JSR_W)"><B>visitJSR_W(JSR_W)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitL2D(org.apache.bcel.generic.L2D)"><B>visitL2D(L2D)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitL2F(org.apache.bcel.generic.L2F)"><B>visitL2F(L2F)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitL2I(org.apache.bcel.generic.L2I)"><B>visitL2I(L2I)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html#visitLabel(org.objectweb.asm.Label)"><B>visitLabel(Label)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLADD(org.apache.bcel.generic.LADD)"><B>visitLADD(LADD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLALOAD(org.apache.bcel.generic.LALOAD)"><B>visitLALOAD(LALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLAND(org.apache.bcel.generic.LAND)"><B>visitLAND(LAND)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLASTORE(org.apache.bcel.generic.LASTORE)"><B>visitLASTORE(LASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLCMP(org.apache.bcel.generic.LCMP)"><B>visitLCMP(LCMP)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLCONST(org.apache.bcel.generic.LCONST)"><B>visitLCONST(LCONST)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLDC(org.apache.bcel.generic.LDC)"><B>visitLDC(LDC)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLDC2_W(org.apache.bcel.generic.LDC2_W)"><B>visitLDC2_W(LDC2_W)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLDC_W(org.apache.bcel.generic.LDC_W)"><B>visitLDC_W(LDC_W)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLDIV(org.apache.bcel.generic.LDIV)"><B>visitLDIV(LDIV)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLLOAD(org.apache.bcel.generic.LLOAD)"><B>visitLLOAD(LLOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLMUL(org.apache.bcel.generic.LMUL)"><B>visitLMUL(LMUL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLNEG(org.apache.bcel.generic.LNEG)"><B>visitLNEG(LNEG)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLOOKUPSWITCH(org.apache.bcel.generic.LOOKUPSWITCH)"><B>visitLOOKUPSWITCH(LOOKUPSWITCH)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLOR(org.apache.bcel.generic.LOR)"><B>visitLOR(LOR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLREM(org.apache.bcel.generic.LREM)"><B>visitLREM(LREM)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLRETURN(org.apache.bcel.generic.LRETURN)"><B>visitLRETURN(LRETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLSHL(org.apache.bcel.generic.LSHL)"><B>visitLSHL(LSHL)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLSHR(org.apache.bcel.generic.LSHR)"><B>visitLSHR(LSHR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLSTORE(org.apache.bcel.generic.LSTORE)"><B>visitLSTORE(LSTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLSUB(org.apache.bcel.generic.LSUB)"><B>visitLSUB(LSUB)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLUSHR(org.apache.bcel.generic.LUSHR)"><B>visitLUSHR(LUSHR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitLXOR(org.apache.bcel.generic.LXOR)"><B>visitLXOR(LXOR)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html#visitMaxs(int, int)"><B>visitMaxs(int, int)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html#visitMethod(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><B>visitMethod(int, String, String, String, String[])</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationClassAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationClassAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitMethod(org.apache.bcel.classfile.Method)"><B>visitMethod(Method)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html#visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String)"><B>visitMethodInsn(int, String, String, String)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAdapter.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html#visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String)"><B>visitMethodInsn(int, String, String, String)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.asm.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/asm/ContinuationMethodAnalyzer.html" title="class in org.apache.commons.javaflow.bytecode.transformation.asm">ContinuationMethodAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitMONITORENTER(org.apache.bcel.generic.MONITORENTER)"><B>visitMONITORENTER(MONITORENTER)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitMONITOREXIT(org.apache.bcel.generic.MONITOREXIT)"><B>visitMONITOREXIT(MONITOREXIT)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitMULTIANEWARRAY(org.apache.bcel.generic.MULTIANEWARRAY)"><B>visitMULTIANEWARRAY(MULTIANEWARRAY)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitNEW(org.apache.bcel.generic.NEW)"><B>visitNEW(NEW)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitNEWARRAY(org.apache.bcel.generic.NEWARRAY)"><B>visitNEWARRAY(NEWARRAY)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitNOP(org.apache.bcel.generic.NOP)"><B>visitNOP(NOP)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitPOP(org.apache.bcel.generic.POP)"><B>visitPOP(POP)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitPOP2(org.apache.bcel.generic.POP2)"><B>visitPOP2(POP2)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitPUTFIELD(org.apache.bcel.generic.PUTFIELD)"><B>visitPUTFIELD(PUTFIELD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitPUTSTATIC(org.apache.bcel.generic.PUTSTATIC)"><B>visitPUTSTATIC(PUTSTATIC)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitRET(org.apache.bcel.generic.RET)"><B>visitRET(RET)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitRETURN(org.apache.bcel.generic.RETURN)"><B>visitRETURN(RETURN)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitSALOAD(org.apache.bcel.generic.SALOAD)"><B>visitSALOAD(SALOAD)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitSASTORE(org.apache.bcel.generic.SASTORE)"><B>visitSASTORE(SASTORE)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitSIPUSH(org.apache.bcel.generic.SIPUSH)"><B>visitSIPUSH(SIPUSH)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitSWAP(org.apache.bcel.generic.SWAP)"><B>visitSWAP(SWAP)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html#visitSynthetic(org.apache.bcel.classfile.Synthetic)"><B>visitSynthetic(Synthetic)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/DecompilingVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel">DecompilingVisitor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html#visitTABLESWITCH(org.apache.bcel.generic.TABLESWITCH)"><B>visitTABLESWITCH(TABLESWITCH)</B></A> - 
Method in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/ExecutionVisitor.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">ExecutionVisitor</A>
<DD>Symbolically executes the corresponding Java Virtual Machine instruction.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html#write(java.lang.String, byte[])"><B>write(String, byte[])</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/JavaflowResourceStore.html" title="class in org.apache.commons.javaflow.stores">JavaflowResourceStore</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html#write(java.lang.String, byte[])"><B>write(String, byte[])</B></A> - 
Method in class org.apache.commons.javaflow.stores.<A HREF="./org/apache/commons/javaflow/stores/TransformingResourceStore.html" title="class in org.apache.commons.javaflow.stores">TransformingResourceStore</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="___"><!-- --></A><H2>
<B>_</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html#_this"><B>_this</B></A> - 
Static variable in class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.<A HREF="./org/apache/commons/javaflow/bytecode/transformation/bcel/analyser/Frame.html" title="class in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser">Frame</A>
<DD>For instance initialization methods, it is important to remember
 which instance it is that is not initialized yet.
</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> <A HREF="#_W_">W</A> <A HREF="#___">_</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>

</BODY>
</HTML>