This file is indexed.

/usr/share/doc/libgmetrics-groovy-java/api/index-all.html is in libgmetrics-groovy-java-doc 0.7-4.

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
<!--

     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.

-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
        <!-- Generated by groovydoc (2.4.6) on Tue May 10 20:29:08 UTC 2016 -->
        <title>Index (Groovy Documentation)</title>
        <meta name="date" content="2016-05-10">
        <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
    </head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
    parent.document.title="Index (Groovy Documentation)";
}
//-->
</script>
<noscript>
    <div>JavaScript is disabled on your browser.</div>
</noscript>

<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
    <!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
    <!--   -->
</a>
    <ul class="navList" title="Navigation">
        <li><a href="overview-summary.html">Overview</a></li>
        <li>Package</li>
        <li>Class</li>
        <li><a href="deprecated-list.html">Deprecated</a></li>
        <li class="navBarCell1Rev">Index</li>
        <li><a href="help-doc.html">Help</a></li>
    </ul>
</div>
<div class="subNav">
    <ul class="navList">
        <li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
        <li><a href="index-all.html" target="_top">No Frames</a></li>
    </ul>
    <a name="skip-navbar_top">
        <!--   -->
    </a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer">

<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="#_K_">K</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="#_Q_">Q</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="#_X_">X</a>

<a href="#_Y_">Y</a>

<a href="#_Z_">Z</a>

<a href="#___">_</a>



<a name="_A_"><!-- --></a>
<h2 class="title">A</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html" title="Class in org.gmetrics.metric.abc">AbcAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd><div class="block">AST Visitor for calculating the ABC Metric for a class/method.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcMetric.html" title="Class in org.gmetrics.metric.abc">AbcMetric</a></span> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd><div class="block">Calculate the ABC Metric for a class/method.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AbcMetricResult.html" title="Class in org.gmetrics.metric.abc.result">AbcMetricResult</a></span> - Class in <a href="./org/gmetrics/metric/abc/result/package-summary.html">org.gmetrics.metric.abc.result</a>
</dt><dd><div class="block">A MetricResult specifically for the ABC metric</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AbcMetricResult.html#AbcMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, org.gmetrics.metric.abc.AbcVector, java.lang.Integer)" title="Constructor in AbcMetricResult">AbcMetricResult(Metric, MetricLevel, AbcVector, Integer)</a></span> - Constructor in <a href="org/gmetrics/metric/abc/result/AbcMetricResult.html">AbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcVector.html" title="Class in org.gmetrics.metric.abc">AbcVector</a></span> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd><div class="block">Represents a single ABC Metric result: a vector of the three A, B, C values.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcVector.html#AbcVector(int, int, int)" title="Constructor in AbcVector">AbcVector(int, int, int)</a></span> - Constructor in <a href="org/gmetrics/metric/abc/AbcVector.html">AbcVector</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html" title="Class in org.gmetrics.metric">AbstractAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Abstract superclass for Groovy AST Visitors</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html" title="Class in org.gmetrics.metric.coverage">AbstractCoberturaCoverageMetric</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Abstract superclass for metrics that provide test code coverage from a Cobertura XML file.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html" title="Class in org.gmetrics.metric.coupling">AbstractCouplingReferenceManager</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Abstract superclass for Afferent/efferent coupling reference manager classes.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#AbstractCouplingReferenceManager(org.gmetrics.metric.Metric)" title="Constructor in AbstractCouplingReferenceManager">AbstractCouplingReferenceManager(Metric)</a></span> - Constructor in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMethodMetric.html" title="Class in org.gmetrics.metric">AbstractMethodMetric</a></span> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Abstract superclass for method-based metrics.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html" title="Class in org.gmetrics.metric">AbstractMetric</a></span> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Abstract superclass for metrics.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractMetricCriteriaFilter.html" title="Class in org.gmetrics.report">AbstractMetricCriteriaFilter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html" title="Class in org.gmetrics.metric.coupling">AbstractPackageCouplingMetric</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Abstract superclass for Metrics that measure package-level coupling.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html#AbstractPackageCouplingMetric()" title="Constructor in AbstractPackageCouplingMetric">AbstractPackageCouplingMetric()</a></span> - Constructor in <a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html">AbstractPackageCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html" title="Class in org.gmetrics.report">AbstractReportWriter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Abstract superclass for ReportWriter implementation classes.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html" title="Class in org.gmetrics.source">AbstractSourceCode</a></span> - Class in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd><div class="block">Abstract superclass for SourceCode implementations</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#addChild(java.lang.String, org.gmetrics.resultsnode.ResultsNode)" title="Method in PackageResultsNode">addChild(String, ResultsNode)</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#addChildIfNotEmpty(java.lang.String, org.gmetrics.resultsnode.ResultsNode)" title="Method in PackageResultsNode">addChildIfNotEmpty(String, ResultsNode)</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html#addClassMetricResult(org.gmetrics.result.ClassMetricResult)" title="Method in ClassResultsNode">addClassMetricResult(ClassMetricResult)</a></span> - Method in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/Report.html#addConfiguredOption(org.gmetrics.ant.ReportOption)" title="Method in Report">addConfiguredOption(ReportOption)</a></span> - Method in <a href="org/gmetrics/ant/Report.html">Report</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#addConfiguredReport(org.gmetrics.ant.Report)" title="Method in GMetricsTask">addConfiguredReport(Report)</a></span> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block">Ant-defined method (by convention), called with each instance of a nested <report>
 element within this task.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#addFileset(org.apache.tools.ant.types.FileSet)" title="Method in GMetricsTask">addFileset(FileSet)</a></span> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block">Ant-defined method (by convention), called with each instance of a nested <fileset>
 element within this task.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/CompositeMetricSet.html#addMetric(org.gmetrics.metric.Metric)" title="Method in CompositeMetricSet">addMetric(Metric)</a></span> - Method in <a href="org/gmetrics/metricset/CompositeMetricSet.html">CompositeMetricSet</a>
</dt><dd> <div class="block">Add a single Metric to this MetricSet</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#addMetricResult(org.gmetrics.result.MetricResult)" title="Method in MethodResultsNode">addMetricResult(MetricResult)</a></span> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/CompositeMetricSet.html#addMetricSet(org.gmetrics.metricset.MetricSet)" title="Method in CompositeMetricSet">addMetricSet(MetricSet)</a></span> - Method in <a href="org/gmetrics/metricset/CompositeMetricSet.html">CompositeMetricSet</a>
</dt><dd> <div class="block">Add all of the Metrics within the specified MetricSet to this MetricSet</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#addReferencesFromPackage(java.lang.String, Collection<String>)" title="Method in AbstractCouplingReferenceManager">addReferencesFromPackage(String, Collection&lt;String&gt;)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html" title="Class in org.gmetrics.metric.coupling">AfferentCouplingMetric</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Metric for counting the number of other packages that depend on the classes within this package.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html" title="Class in org.gmetrics.metric.coupling">AfferentCouplingReferenceManager</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Maintains a mapping of packageName -> packages that reference it, as well as a reference
 to a MetricResult for the associated PackageResultsNode. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html#AfferentCouplingReferenceManager(org.gmetrics.metric.Metric)" title="Constructor in AfferentCouplingReferenceManager">AfferentCouplingReferenceManager(Metric)</a></span> - Constructor in <a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html">AfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html#afterAllSourceCodeProcessed()" title="Method in AfferentCouplingMetric">afterAllSourceCodeProcessed()</a></span> - Method in <a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html">AfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html#afterAllSourceCodeProcessed()" title="Method in EfferentCouplingMetric">afterAllSourceCodeProcessed()</a></span> - Method in <a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html">EfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/PostProcessingMetric.html#afterAllSourceCodeProcessed()" title="Method in PostProcessingMetric">afterAllSourceCodeProcessed()</a></span> - Method in <a href="org/gmetrics/metric/PostProcessingMetric.html">PostProcessingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html" title="Class in org.gmetrics.metric.abc.result">AggregateAbcMetricResult</a></span> - Class in <a href="./org/gmetrics/metric/abc/result/package-summary.html">org.gmetrics.metric.abc.result</a>
</dt><dd><div class="block">An aggregate MetricResult implementation specifically for the ABC Metric.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#AggregateAbcMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, java.util.Collection, java.lang.Integer)" title="Constructor in AggregateAbcMetricResult">AggregateAbcMetricResult(Metric, MetricLevel, Collection, Integer)</a></span> - Constructor in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/analyzer/AnalysisContext.html" title="Class in org.gmetrics.analyzer">AnalysisContext</a></span> - Class in <a href="./org/gmetrics/analyzer/package-summary.html">org.gmetrics.analyzer</a>
</dt><dd><div class="block">Holds information related to the configuration and context for the source code analysis.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#analyze(org.gmetrics.metricset.MetricSet)" title="Method in AntFileSetSourceAnalyzer">analyze(MetricSet)</a></span> - Method in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block">Analyze all source code using the specified MetricSet and return the results node.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/analyzer/SourceAnalyzer.html#analyze(org.gmetrics.metricset.MetricSet)" title="Method in SourceAnalyzer">analyze(MetricSet)</a></span> - Method in <a href="org/gmetrics/analyzer/SourceAnalyzer.html">SourceAnalyzer</a>
</dt><dd> <div class="block">Analyze all source code using the specified set of Metrics and return the results.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html" title="Class in org.gmetrics.ant">AntFileSetSourceAnalyzer</a></span> - Class in <a href="./org/gmetrics/ant/package-summary.html">org.gmetrics.ant</a>
</dt><dd><div class="block">SourceAnalyzer implementation that gets source files from one or more Ant FileSets.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#AntFileSetSourceAnalyzer(org.apache.tools.ant.Project, java.util.List)" title="Constructor in AntFileSetSourceAnalyzer">AntFileSetSourceAnalyzer(Project, List)</a></span> - Constructor in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block">Construct a new instance on the specified List of Ant FileSets.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#applyMetric(org.gmetrics.metric.Metric)" title="Method in PackageResultsNode">applyMetric(Metric)</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#applyToClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMetric">applyToClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#applyToClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in Metric">applyToClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric">applyToClosure(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMethodMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric">applyToClosure(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MethodMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in MethodMetric">applyToClosure(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/MethodMetric.html">MethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric">applyToMethod(MethodNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMethodMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric">applyToMethod(MethodNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MethodMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in MethodMetric">applyToMethod(MethodNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/MethodMetric.html">MethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#applyToPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in AbstractMetric">applyToPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#applyToPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in Metric">applyToPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html" title="Class in org.gmetrics.util">AstUtil</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Contains static utility methods related to Groovy AST.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AstVisitor.html" title="Interface in org.gmetrics.metric">AstVisitor</a></span> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Interface for Groovy AST Visitors</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#asType(java.lang.Class)" title="Method in Ratio">asType(Class)</a></span> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html#AVERAGE" title="Field in FunctionNames">AVERAGE</a></span> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_B_"><!-- --></a>
<h2 class="title">B</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#BASE_MESSAGES_BUNDLE" title="Field in AbstractReportWriter">BASE_MESSAGES_BUNDLE</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/BasicHtmlReportWriter.html" title="Class in org.gmetrics.report">BasicHtmlReportWriter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">ReportWriter that generates a basic HTML report. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesCriteriaFilter.html#buildSeriesData(org.gmetrics.resultsnode.ResultsNode, org.gmetrics.metricset.MetricSet)" title="Method in SingleSeriesCriteriaFilter">buildSeriesData(ResultsNode, MetricSet)</a></span> - Method in <a href="org/gmetrics/report/SingleSeriesCriteriaFilter.html">SingleSeriesCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_C_"><!-- --></a>
<h2 class="title">C</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcMetric.html#calculate(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbcMetric">calculate(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcMetric.html">AbcMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#calculate(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric">calculate(MethodNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMethodMetric.html#calculate(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric">calculate(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/crap/CrapMetric.html#calculate(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in CrapMetric">calculate(MethodNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/crap/CrapMetric.html">CrapMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityMetric.html#calculate(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in CyclomaticComplexityMetric">calculate(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityMetric.html">CyclomaticComplexityMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/MethodLineCountMetric.html#calculate(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in MethodLineCountMetric">calculate(ClosureExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/linecount/MethodLineCountMetric.html">MethodLineCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/Calculator.html#calculateAverage(BigDecimal, int, int)" title="Method in Calculator">calculateAverage(BigDecimal, int, int)</a></span> - Method in <a href="org/gmetrics/util/Calculator.html">Calculator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/crap/CrapMetric.html#calculateCrapScore(BigDecimal, BigDecimal)" title="Method in CrapMetric">calculateCrapScore(BigDecimal, BigDecimal)</a></span> - Method in <a href="org/gmetrics/metric/crap/CrapMetric.html">CrapMetric</a>
</dt><dd> <div class="block">Calculate the CRAP metric score</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMethodMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractPackageCouplingMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html">AbstractPackageCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/classcount/ClassCountMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in ClassCountMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/classcount/ClassCountMetric.html">ClassCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/ClassLineCountMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in ClassLineCountMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/linecount/ClassLineCountMetric.html">ClassLineCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/fieldcount/FieldCountMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in FieldCountMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/fieldcount/FieldCountMetric.html">FieldCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/methodcount/MethodCountMetric.html#calculateForClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in MethodCountMetric">calculateForClass(ClassNode, SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/methodcount/MethodCountMetric.html">MethodCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#calculateForPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in AbstractCoberturaCoverageMetric">calculateForPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#calculateForPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in AbstractMetric">calculateForPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html#calculateForPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in AfferentCouplingMetric">calculateForPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html">AfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/classcount/ClassCountMetric.html#calculateForPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in ClassCountMetric">calculateForPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/classcount/ClassCountMetric.html">ClassCountMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html#calculateForPackage(java.lang.String, java.lang.String, Collection<MetricResult>)" title="Method in EfferentCouplingMetric">calculateForPackage(String, String, Collection&lt;MetricResult&gt;)</a></span> - Method in <a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html">EfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#calculateFunctions(java.util.Collection)" title="Method in AggregateAbcMetricResult">calculateFunctions(Collection)</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#calculateMethodResult(org.codehaus.groovy.ast.MethodNode, groovy.util.slurpersupport.GPathResult)" title="Method in AbstractCoberturaCoverageMetric">calculateMethodResult(MethodNode, GPathResult)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/Calculator.html" title="Class in org.gmetrics.util">Calculator</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Contains static utility methods related to mathematical calculations</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/classcount/ClassCountMetric.html" title="Class in org.gmetrics.metric.classcount">ClassCountMetric</a></span> - Class in <a href="./org/gmetrics/metric/classcount/package-summary.html">org.gmetrics.metric.classcount</a>
</dt><dd><div class="block">Metric for counting the number of classes within each package.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/ClassLineCountAstVisitor.html" title="Class in org.gmetrics.metric.linecount">ClassLineCountAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/ClassLineCountMetric.html" title="Class in org.gmetrics.metric.linecount">ClassLineCountMetric</a></span> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd><div class="block">Metric for counting the lines of code for classes and interfaces.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/ClassMetricResult.html" title="Class in org.gmetrics.result">ClassMetricResult</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">Represents the results for a single metric for a single class</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/ClassMetricResult.html#ClassMetricResult(org.gmetrics.result.MetricResult, Map<MethodKey, MetricResult>)" title="Constructor in ClassMetricResult">ClassMetricResult(MetricResult, Map&lt;MethodKey, MetricResult&gt;)</a></span> - Constructor in <a href="org/gmetrics/result/ClassMetricResult.html">ClassMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/ClassNameUtil.html" title="Class in org.gmetrics.util">ClassNameUtil</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Static utility methods for dealing with class and package names</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/ClassPathResource.html" title="Class in org.gmetrics.util.io">ClassPathResource</a></span> - Class in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd><div class="block">A Resource implementation for resources available on the classpath.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/ClassPathResource.html#ClassPathResource(java.lang.String)" title="Constructor in ClassPathResource">ClassPathResource(String)</a></span> - Constructor in <a href="org/gmetrics/util/io/ClassPathResource.html">ClassPathResource</a>
</dt><dd> <div class="block">Construct a new ClassPathResource<DL><DT><B>path:</B></DT><DD>- the path to the resource (file).</DD></DL> </div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html" title="Class in org.gmetrics.resultsnode">ClassResultsNode</a></span> - Class in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd><div class="block">Represents a node in the hierarchy of metric result nodes</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html#ClassResultsNode(java.lang.String, java.lang.String, java.lang.String)" title="Constructor in ClassResultsNode">ClassResultsNode(String, String, String)</a></span> - Constructor in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaBranchCoverageMetric.html" title="Class in org.gmetrics.metric.coverage">CoberturaBranchCoverageMetric</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Metric for test code coverage by branch (branch-rate) from a Cobertura XML file.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html" title="Class in org.gmetrics.metric.coverage">CoberturaCoverageFile</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Parses and provides access to a Cobertura "coverage.xml"</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#CoberturaCoverageFile(java.lang.String, java.lang.String)" title="Constructor in CoberturaCoverageFile">CoberturaCoverageFile(String, String)</a></span> - Constructor in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaLineCoverageMetric.html" title="Class in org.gmetrics.metric.coverage">CoberturaLineCoverageMetric</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Metric for test code coverage by line (line-rate) from a Cobertura XML file.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html" title="Class in org.gmetrics.metric.coverage">CoberturaSignatureParser</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Provides utility methods to parse and compare Cobertura method signatures</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/CompositeMetricSet.html" title="Class in org.gmetrics.metricset">CompositeMetricSet</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">A <code>MetricSet</code> implementation that aggregates a set of MetricSets and Metrics.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html#containsClassResults()" title="Method in ClassResultsNode">containsClassResults()</a></span> - Method in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#containsClassResults()" title="Method in MethodResultsNode">containsClassResults()</a></span> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#containsClassResults()" title="Method in PackageResultsNode">containsClassResults()</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#containsClassResults()" title="Method in ResultsNode">containsClassResults()</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/crap/CrapMetric.html" title="Class in org.gmetrics.metric.crap">CrapMetric</a></span> - Class in <a href="./org/gmetrics/metric/crap/package-summary.html">org.gmetrics.metric.crap</a>
</dt><dd><div class="block">Metric to calculate the CRAP metric</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcMetric.html#createAggregateMetricResult(org.gmetrics.metric.MetricLevel, java.util.Collection, org.codehaus.groovy.ast.ASTNode)" title="Method in AbcMetric">createAggregateMetricResult(MetricLevel, Collection, ASTNode)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcMetric.html">AbcMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#createAggregateMetricResult(org.gmetrics.metric.MetricLevel, Collection<MetricResult>, org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractMetric">createAggregateMetricResult(MetricLevel, Collection&lt;MetricResult&gt;, ASTNode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResultBuilder.html#createAggregateMetricResult(Collection<MetricResult>, java.lang.Integer, Map<String, Object>)" title="Method in MetricResultBuilder">createAggregateMetricResult(Collection&lt;MetricResult&gt;, Integer, Map&lt;String, Object&gt;)</a></span> - Method in <a href="org/gmetrics/result/MetricResultBuilder.html">MetricResultBuilder</a>
</dt><dd> <div class="block">Calculate the aggregate metric results for the specified child metric results. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#createEmptyMetricResult()" title="Method in AbstractCouplingReferenceManager">createEmptyMetricResult()</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html#createEmptyMetricResult()" title="Method in AfferentCouplingReferenceManager">createEmptyMetricResult()</a></span> - Method in <a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html">AfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html#createEmptyMetricResult()" title="Method in EfferentCouplingReferenceManager">createEmptyMetricResult()</a></span> - Method in <a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html">EfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#createGMetricsRunner" title="Field in GMetricsTask">createGMetricsRunner</a></span> - Field in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#createSourceUnit()" title="Method in AbstractSourceCode">createSourceUnit()</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#createSourceUnit()" title="Method in SourceFile">createSourceUnit()</a></span> - Method in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html#createSourceUnit()" title="Method in SourceString">createSourceUnit()</a></span> - Method in <a href="org/gmetrics/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#CUSTOM_MESSAGES_BUNDLE" title="Field in AbstractReportWriter">CUSTOM_MESSAGES_BUNDLE</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#customMessagesBundleName" title="Field in AbstractReportWriter">customMessagesBundleName</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html" title="Class in org.gmetrics.metric.cyclomatic">CyclomaticComplexityAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/cyclomatic/package-summary.html">org.gmetrics.metric.cyclomatic</a>
</dt><dd><div class="block">AST Visitor for calculating the Cyclomatic Complexity for a method or closure field.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityMetric.html" title="Class in org.gmetrics.metric.cyclomatic">CyclomaticComplexityMetric</a></span> - Class in <a href="./org/gmetrics/metric/cyclomatic/package-summary.html">org.gmetrics.metric.cyclomatic</a>
</dt><dd><div class="block">Metric for counting the (McCabe) Cyclomatic Complexity for methods and closure fields.</div></dd>
</dl>

    
<a name="_D_"><!-- --></a>
<h2 class="title">D</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html#DEFAULT_CSS_FILE" title="Field in SingleSeriesHtmlReportWriter">DEFAULT_CSS_FILE</a></span> - Field in <a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html">SingleSeriesHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/BasicHtmlReportWriter.html#DEFAULT_OUTPUT_FILE" title="Field in BasicHtmlReportWriter">DEFAULT_OUTPUT_FILE</a></span> - Field in <a href="org/gmetrics/report/BasicHtmlReportWriter.html">BasicHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html#DEFAULT_OUTPUT_FILE" title="Field in SingleSeriesHtmlReportWriter">DEFAULT_OUTPUT_FILE</a></span> - Field in <a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html">SingleSeriesHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/XmlReportWriter.html#DEFAULT_OUTPUT_FILE" title="Field in XmlReportWriter">DEFAULT_OUTPUT_FILE</a></span> - Field in <a href="org/gmetrics/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html#DEFAULT_TITLE" title="Field in SingleSeriesHtmlReportWriter">DEFAULT_TITLE</a></span> - Field in <a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html">SingleSeriesHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html" title="Class in org.gmetrics.metricregistry">DefaultMetricRegistry</a></span> - Class in <a href="./org/gmetrics/metricregistry/package-summary.html">org.gmetrics.metricregistry</a>
</dt><dd><div class="block">Default implementation of MetricRegistry</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/DefaultMetricSet.html" title="Class in org.gmetrics.metricset">DefaultMetricSet</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">A <code>MetricSet</code> implementation that returns the default static List of Metrics.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/DefaultResourceFactory.html" title="Class in org.gmetrics.util.io">DefaultResourceFactory</a></span> - Class in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd><div class="block">Default implementation of ResourceFactory.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#description(java.lang.String)" title="Method in TopLevelDelegate">description(String)</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_E_"><!-- --></a>
<h2 class="title">E</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html" title="Class in org.gmetrics.metric.coupling">EfferentCouplingMetric</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Metric for counting the number of other packages that the classes in the package depend upon.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html" title="Class in org.gmetrics.metric.coupling">EfferentCouplingReferenceManager</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">Maintains a mapping of packageName -> packages it references, as well as a reference
 to a MetricResult for the associated PackageResultsNode. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html#EfferentCouplingReferenceManager(org.gmetrics.metric.Metric)" title="Constructor in EfferentCouplingReferenceManager">EfferentCouplingReferenceManager(Metric)</a></span> - Constructor in <a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html">EfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MethodKey.html#equals(java.lang.Object)" title="Method in MethodKey">equals(Object)</a></span> - Method in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/GMetricsRunner.html#execute()" title="Method in GMetricsRunner">execute()</a></span> - Method in <a href="org/gmetrics/GMetricsRunner.html">GMetricsRunner</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#execute()" title="Method in GMetricsTask">execute()</a></span> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block">Execute this Ant Task</div></dd>
</dl>

    
<a name="_F_"><!-- --></a>
<h2 class="title">F</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html" title="Class in org.gmetrics.metric.fieldcount">FieldCountAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/fieldcount/package-summary.html">org.gmetrics.metric.fieldcount</a>
</dt><dd><div class="block">AstVisitor for the FieldCountMetric.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/fieldcount/FieldCountMetric.html" title="Class in org.gmetrics.metric.fieldcount">FieldCountMetric</a></span> - Class in <a href="./org/gmetrics/metric/fieldcount/package-summary.html">org.gmetrics.metric.fieldcount</a>
</dt><dd><div class="block">Metric for counting the number of methods within classes and interfaces.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#fileSets" title="Field in AntFileSetSourceAnalyzer">fileSets</a></span> - Field in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#fileSets" title="Field in GMetricsTask">fileSets</a></span> - Field in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#findClassElement(java.lang.String)" title="Method in CoberturaCoverageFile">findClassElement(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#findInnerClasses(java.lang.String)" title="Method in CoberturaCoverageFile">findInnerClasses(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#findMethodElement(org.codehaus.groovy.ast.MethodNode, groovy.util.slurpersupport.GPathResult)" title="Method in AbstractCoberturaCoverageMetric">findMethodElement(MethodNode, GPathResult)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#findMethodElement(java.lang.String, int, java.lang.String, groovy.util.slurpersupport.GPathResult)" title="Method in CoberturaCoverageFile">findMethodElement(String, int, String, GPathResult)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#findOrAddResultsNodeForPath(java.lang.String, java.lang.String)" title="Method in AntFileSetSourceAnalyzer">findOrAddResultsNodeForPath(String, String)</a></span> - Method in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#findPackageElement(java.lang.String)" title="Method in CoberturaCoverageFile">findPackageElement(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#findResultsNodeForPath(java.lang.String)" title="Method in AntFileSetSourceAnalyzer">findResultsNodeForPath(String)</a></span> - Method in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/Formatter.html#format(java.lang.Object)" title="Method in Formatter">format(Object)</a></span> - Method in <a href="org/gmetrics/formatter/Formatter.html">Formatter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/PercentageFormatter.html#format(java.lang.Object)" title="Method in PercentageFormatter">format(Object)</a></span> - Method in <a href="org/gmetrics/formatter/PercentageFormatter.html">PercentageFormatter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/ToStringFormatter.html#format(java.lang.Object)" title="Method in ToStringFormatter">format(Object)</a></span> - Method in <a href="org/gmetrics/formatter/ToStringFormatter.html">ToStringFormatter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#formatMetricResultValue(java.lang.String, java.lang.Object)" title="Method in AbstractReportWriter">formatMetricResultValue(String, Object)</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/Formatter.html" title="Interface in org.gmetrics.formatter">Formatter</a></span> - Interface in <a href="./org/gmetrics/formatter/package-summary.html">org.gmetrics.formatter</a>
</dt><dd><div class="block">Interface for objects that can format Object into a String</div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/FormatterFactory.html" title="Class in org.gmetrics.formatter">FormatterFactory</a></span> - Class in <a href="./org/gmetrics/formatter/package-summary.html">org.gmetrics.formatter</a>
</dt><dd><div class="block">Factory for Formatter objects</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#formatterFactory" title="Field in AbstractReportWriter">formatterFactory</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#formatters" title="Field in AbstractReportWriter">formatters</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html" title="Class in org.gmetrics.result">FunctionNames</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">Contains constants for function names</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/FunctionsCriteriaFilter.html" title="Class in org.gmetrics.report">FunctionsCriteriaFilter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Provides data and behavior for enabling reports to filter the set of functions included in a report.
 </div></dd>
</dl>

    
<a name="_G_"><!-- --></a>
<h2 class="title">G</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#getAbcVector()" title="Method in AggregateAbcMetricResult">getAbcVector()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html#getAllMetricNames()" title="Method in DefaultMetricRegistry">getAllMetricNames()</a></span> - Method in <a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html">DefaultMetricRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/MetricRegistry.html#getAllMetricNames()" title="Method in MetricRegistry">getAllMetricNames()</a></span> - Method in <a href="org/gmetrics/metricregistry/MetricRegistry.html">MetricRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#getAnnotation(org.codehaus.groovy.ast.AnnotatedNode, java.lang.String)" title="Method in AstUtil">getAnnotation(AnnotatedNode, String)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the AnnotationNode for the named annotation, or else null.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#getAst()" title="Method in AbstractSourceCode">getAst()</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the Groovy AST (Abstract Syntax Tree) for this source file</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getAst()" title="Method in SourceCode">getAst()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return the Groovy AST (Abstract Syntax Tree) for this source file</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AbcMetricResult.html#getAt(java.lang.String)" title="Method in AbcMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AbcMetricResult.html">AbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#getAt(java.lang.String)" title="Method in AggregateAbcMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MapMetricResult.html#getAt(java.lang.String)" title="Method in MapMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/result/MapMetricResult.html">MapMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html#getAt(java.lang.String)" title="Method in MetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/result/MetricResult.html">MetricResult</a>
</dt><dd> <div class="block">Return the metric result value for the named function (e.g. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MutableMapMetricResult.html#getAt(java.lang.String)" title="Method in MutableMapMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/result/MutableMapMetricResult.html">MutableMapMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/NumberMetricResult.html#getAt(java.lang.String)" title="Method in NumberMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/result/NumberMetricResult.html">NumberMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/SingleNumberMetricResult.html#getAt(java.lang.String)" title="Method in SingleNumberMetricResult">getAt(String)</a></span> - Method in <a href="org/gmetrics/result/SingleNumberMetricResult.html">SingleNumberMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#getAttributeName()" title="Method in AbstractCoberturaCoverageMetric">getAttributeName()</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"> <DL><DT><B>Returns:</B></DT><DD>the name of the desired coverage attribute within the Cobertura XML file (e.g.</DD></DL></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#getAverageAbcVector()" title="Method in AggregateAbcMetricResult">getAverageAbcVector()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block">Return the average of this set of ABC vectors. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#getBaseLevel()" title="Method in Metric">getBaseLevel()</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#getChildren()" title="Method in MethodResultsNode">getChildren()</a></span> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#getChildren()" title="Method in PackageResultsNode">getChildren()</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#getChildren()" title="Method in ResultsNode">getChildren()</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#getCoberturaXml()" title="Method in CoberturaCoverageFile">getCoberturaXml()</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#getCount()" title="Method in AggregateAbcMetricResult">getCount()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html#getCount()" title="Method in MetricResult">getCount()</a></span> - Method in <a href="org/gmetrics/result/MetricResult.html">MetricResult</a>
</dt><dd> <div class="block">Return the count of the nodes/results that are descendants. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#getCoverageRatioForClass(java.lang.String)" title="Method in AbstractCoberturaCoverageMetric">getCoverageRatioForClass(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#getCoverageRatioForSingleClass(def)" title="Method in AbstractCoberturaCoverageMetric">getCoverageRatioForSingleClass(def)</a></span> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block">@return the calculated coverage ratio for the Cobertura XML class element</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaBranchCoverageMetric.html#getCoverageRatioForSingleClass(def)" title="Method in CoberturaBranchCoverageMetric">getCoverageRatioForSingleClass(def)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaBranchCoverageMetric.html">CoberturaBranchCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaLineCoverageMetric.html#getCoverageRatioForSingleClass(def)" title="Method in CoberturaLineCoverageMetric">getCoverageRatioForSingleClass(def)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaLineCoverageMetric.html">CoberturaLineCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/XmlReportWriter.html#getDescriptionForMetric(org.gmetrics.metric.Metric)" title="Method in XmlReportWriter">getDescriptionForMetric(Metric)</a></span> - Method in <a href="org/gmetrics/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/BasicHtmlReportWriter.html#getDescriptionForMetricName(java.lang.String)" title="Method in BasicHtmlReportWriter">getDescriptionForMetricName(String)</a></span> - Method in <a href="org/gmetrics/report/BasicHtmlReportWriter.html">BasicHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#getFormattedTimestamp()" title="Method in AbstractReportWriter">getFormattedTimestamp()</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/FormatterFactory.html#getFormatter(java.lang.String)" title="Method in FormatterFactory">getFormatter(String)</a></span> - Method in <a href="org/gmetrics/formatter/FormatterFactory.html">FormatterFactory</a>
</dt><dd> <div class="block">Create and return a Formatter instance based on a specification String, which is the class name.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#getFunctions()" title="Method in Metric">getFunctions()</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/ClassPathResource.html#getInputStream()" title="Method in ClassPathResource">getInputStream()</a></span> - Method in <a href="org/gmetrics/util/io/ClassPathResource.html">ClassPathResource</a>
</dt><dd> <div class="block">Open an InputStream on the classpath resource path</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/Resource.html#getInputStream()" title="Method in Resource">getInputStream()</a></span> - Method in <a href="org/gmetrics/util/io/Resource.html">Resource</a>
</dt><dd> <div class="block">Return the InputStream for this resource.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/UrlResource.html#getInputStream()" title="Method in UrlResource">getInputStream()</a></span> - Method in <a href="org/gmetrics/util/io/UrlResource.html">UrlResource</a>
</dt><dd> <div class="block">Open a FileInputStream on the file</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#getLevel()" title="Method in ResultsNode">getLevel()</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html#getLineNumber()" title="Method in MetricResult">getLineNumber()</a></span> - Method in <a href="org/gmetrics/result/MetricResult.html">MetricResult</a>
</dt><dd> <div class="block">Return the line number associated with this metric result (i.e., method or class)</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#getLineNumberForCharacterIndex(int)" title="Method in AbstractSourceCode">getLineNumberForCharacterIndex(int)</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the line index for the line containing the character at the specified index within the source code.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getLineNumberForCharacterIndex(int)" title="Method in SourceCode">getLineNumberForCharacterIndex(int)</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return the line index for the line containing the character at the specified index within the source code.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#getLines()" title="Method in AbstractSourceCode">getLines()</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">@return the List of lines of the source code (with line terminators removed)</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getLines()" title="Method in SourceCode">getLines()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">@return the List of lines of the source code (with line terminators removed)</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcVector.html#getMagnitude()" title="Method in AbcVector">getMagnitude()</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcVector.html">AbcVector</a>
</dt><dd> <div class="block">Return the magnitude of this ABC vector, specifically:
         |ABC| = sqrt((A*A)+(B*B)+(C*C))</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#getMethodArguments(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AstUtil">getMethodArguments(MethodCallExpression)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the List of Arguments for the specified MethodCallExpression. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html#getMetric()" title="Method in MetricResult">getMetric()</a></span> - Method in <a href="org/gmetrics/result/MetricResult.html">MetricResult</a>
</dt><dd> <div class="block">@return the Metric for which this object represents results.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html#getMetricClass(java.lang.String)" title="Method in DefaultMetricRegistry">getMetricClass(String)</a></span> - Method in <a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html">DefaultMetricRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/MetricRegistry.html#getMetricClass(java.lang.String)" title="Method in MetricRegistry">getMetricClass(String)</a></span> - Method in <a href="org/gmetrics/metricregistry/MetricRegistry.html">MetricRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html#getMetricLevel()" title="Method in MetricResult">getMetricLevel()</a></span> - Method in <a href="org/gmetrics/result/MetricResult.html">MetricResult</a>
</dt><dd> <div class="block">@return the MetricLevel for this metric result</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html#getMetricResult(java.lang.String)" title="Method in AfferentCouplingMetric">getMetricResult(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AfferentCouplingMetric.html">AfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html#getMetricResult(org.gmetrics.metric.Metric)" title="Method in ClassResultsNode">getMetricResult(Metric)</a></span> - Method in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html#getMetricResult(java.lang.String)" title="Method in EfferentCouplingMetric">getMetricResult(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/EfferentCouplingMetric.html">EfferentCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#getMetricResult(org.gmetrics.metric.Metric)" title="Method in MethodResultsNode">getMetricResult(Metric)</a></span> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#getMetricResult(org.gmetrics.metric.Metric)" title="Method in PackageResultsNode">getMetricResult(Metric)</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#getMetricResult(org.gmetrics.metric.Metric)" title="Method in ResultsNode">getMetricResult(Metric)</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#getMetricResults()" title="Method in ResultsNode">getMetricResults()</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/CompositeMetricSet.html#getMetrics()" title="Method in CompositeMetricSet">getMetrics()</a></span> - Method in <a href="org/gmetrics/metricset/CompositeMetricSet.html">CompositeMetricSet</a>
</dt><dd> <div class="block"> <DL><DT><B>Returns:</B></DT><DD>a List of Metric objects.</DD></DL></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/DefaultMetricSet.html#getMetrics()" title="Method in DefaultMetricSet">getMetrics()</a></span> - Method in <a href="org/gmetrics/metricset/DefaultMetricSet.html">DefaultMetricSet</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/GroovyDslMetricSet.html#getMetrics()" title="Method in GroovyDslMetricSet">getMetrics()</a></span> - Method in <a href="org/gmetrics/metricset/GroovyDslMetricSet.html">GroovyDslMetricSet</a>
</dt><dd> <div class="block">@return a List of Metric objects</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/ListMetricSet.html#getMetrics()" title="Method in ListMetricSet">getMetrics()</a></span> - Method in <a href="org/gmetrics/metricset/ListMetricSet.html">ListMetricSet</a>
</dt><dd> <div class="block">@return a List of Metric objects</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSet.html#getMetrics()" title="Method in MetricSet">getMetrics()</a></span> - Method in <a href="org/gmetrics/metricset/MetricSet.html">MetricSet</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetBuilder.html#getMetricSet()" title="Method in MetricSetBuilder">getMetricSet()</a></span> - Method in <a href="org/gmetrics/metricset/MetricSetBuilder.html">MetricSetBuilder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#getMetricSet()" title="Method in TopLevelDelegate">getMetricSet()</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#getName()" title="Method in Metric">getName()</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PathUtil.html#getName(java.lang.String)" title="Method in PathUtil">getName(String)</a></span> - Method in <a href="org/gmetrics/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html#getName()" title="Method in ResultsNode">getName()</a></span> - Method in <a href="org/gmetrics/resultsnode/ResultsNode.html">ResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getName()" title="Method in SourceCode">getName()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the logical name for this source code. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#getName()" title="Method in SourceFile">getName()</a></span> - Method in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the filename for this source file, excluding path</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MetricLevel.html#getNames()" title="Method in MetricLevel">getNames()</a></span> - Method in <a href="org/gmetrics/metric/MetricLevel.html">MetricLevel</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html#getNumberOfFields()" title="Method in FieldCountAstVisitor">getNumberOfFields()</a></span> - Method in <a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html">FieldCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html#getNumberOfMethods()" title="Method in MethodCountAstVisitor">getNumberOfMethods()</a></span> - Method in <a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html">MethodCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#getOverallCoverageRate()" title="Method in CoberturaCoverageFile">getOverallCoverageRate()</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#getPackageMetricResult(java.lang.String)" title="Method in AbstractCouplingReferenceManager">getPackageMetricResult(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PathUtil.html#getParent(java.lang.String)" title="Method in PathUtil">getParent(String)</a></span> - Method in <a href="org/gmetrics/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getPath()" title="Method in SourceCode">getPath()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the logical path for this source code. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#getPath()" title="Method in SourceFile">getPath()</a></span> - Method in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the normalized path for this source file, including filename</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#getReferencesFromPackage(java.lang.String)" title="Method in AbstractCouplingReferenceManager">getReferencesFromPackage(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/DefaultResourceFactory.html#getResource(java.lang.String)" title="Method in DefaultResourceFactory">getResource(String)</a></span> - Method in <a href="org/gmetrics/util/io/DefaultResourceFactory.html">DefaultResourceFactory</a>
</dt><dd> <div class="block">Return a Resource instance suitable for the specified path.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/ResourceFactory.html#getResource(java.lang.String)" title="Method in ResourceFactory">getResource(String)</a></span> - Method in <a href="org/gmetrics/util/io/ResourceFactory.html">ResourceFactory</a>
</dt><dd> <div class="block">Return a Resource instance suitable for the specified path.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#getResourceBundleString(java.lang.String, java.lang.String)" title="Method in AbstractReportWriter">getResourceBundleString(String, String)</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#getResourceBundleStringOrNull(java.lang.String)" title="Method in AbstractReportWriter">getResourceBundleStringOrNull(String)</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#getSourceDirectories()" title="Method in AntFileSetSourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/analyzer/SourceAnalyzer.html#getSourceDirectories()" title="Method in SourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="org/gmetrics/analyzer/SourceAnalyzer.html">SourceAnalyzer</a>
</dt><dd> <div class="block">Return the List of source directories to be analyzed. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#getSourceUnit()" title="Method in AbstractAstVisitor">getSourceUnit()</a></span> - Method in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#getText()" title="Method in SourceCode">getText()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#getText()" title="Method in SourceFile">getText()</a></span> - Method in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html#getText()" title="Method in SourceString">getText()</a></span> - Method in <a href="org/gmetrics/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#getTimestamp" title="Field in AbstractReportWriter">getTimestamp</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#getTotalAbcVector()" title="Method in AggregateAbcMetricResult">getTotalAbcVector()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block">Return the sum of this set of ABC vectors. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#getVariableExpressions(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AstUtil">getVariableExpressions(DeclarationExpression)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the List of VariableExpression objects referenced by the specified DeclarationExpression.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/GMetricsVersion.html#getVersion()" title="Method in GMetricsVersion">getVersion()</a></span> - Method in <a href="org/gmetrics/util/GMetricsVersion.html">GMetricsVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#GMETRICS_URL" title="Field in AbstractReportWriter">GMETRICS_URL</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/GMetricsRunner.html" title="Class in org.gmetrics">GMetricsRunner</a></span> - Class in <a href="./org/gmetrics/package-summary.html">org.gmetrics</a>
</dt><dd><div class="block">Helper class to run GMetrics.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html" title="Class in org.gmetrics.ant">GMetricsTask</a></span> - Class in <a href="./org/gmetrics/ant/package-summary.html">org.gmetrics.ant</a>
</dt><dd><div class="block">Ant Task for GMetrics.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/GMetricsVersion.html" title="Class in org.gmetrics.util">GMetricsVersion</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Utility class to return the current GMetrics version number.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/GroovyDslMetricSet.html" title="Class in org.gmetrics.metricset">GroovyDslMetricSet</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">A <code>MetricSet</code> implementation that parses a Groovy DSL of Metric definitions.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/GroovyDslMetricSet.html#GroovyDslMetricSet(java.lang.String)" title="Constructor in GroovyDslMetricSet">GroovyDslMetricSet(String)</a></span> - Constructor in <a href="org/gmetrics/metricset/GroovyDslMetricSet.html">GroovyDslMetricSet</a>
</dt><dd> <div class="block">Construct a new instance on the specified Groovy DSL MetricSet file path</div></dd>
</dl>

    
<a name="_H_"><!-- --></a>
<h2 class="title">H</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/result/MethodKey.html#hashCode()" title="Method in MethodKey">hashCode()</a></span> - Method in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#hasInnerClasses(java.lang.String)" title="Method in CoberturaCoverageFile">hasInnerClasses(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_I_"><!-- --></a>
<h2 class="title">I</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/util/ImportUtil.html" title="Class in org.gmetrics.util">ImportUtil</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Contains static utility methods and constants related to Import statements.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/FunctionsCriteriaFilter.html#includesFunction(org.gmetrics.metric.Metric, java.lang.String)" title="Method in FunctionsCriteriaFilter">includesFunction(Metric, String)</a></span> - Method in <a href="org/gmetrics/report/FunctionsCriteriaFilter.html">FunctionsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/LevelsCriteriaFilter.html#includesLevel(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel)" title="Method in LevelsCriteriaFilter">includesLevel(Metric, MetricLevel)</a></span> - Method in <a href="org/gmetrics/report/LevelsCriteriaFilter.html">LevelsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricsCriteriaFilter.html#includesMetric(org.gmetrics.metric.Metric)" title="Method in MetricsCriteriaFilter">includesMetric(Metric)</a></span> - Method in <a href="org/gmetrics/report/MetricsCriteriaFilter.html">MetricsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html#includesName(java.util.Map, org.gmetrics.metric.Metric, java.lang.String)" title="Method in MetricCriteriaFilterHelper">includesName(Map, Metric, String)</a></span> - Method in <a href="org/gmetrics/report/MetricCriteriaFilterHelper.html">MetricCriteriaFilterHelper</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#initializeDefaultResourceBundle()" title="Method in AbstractReportWriter">initializeDefaultResourceBundle()</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#initializeFormatters(org.gmetrics.metricset.MetricSet)" title="Method in AbstractReportWriter">initializeFormatters(MetricSet)</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#initializeResourceBundle" title="Field in AbstractReportWriter">initializeResourceBundle</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AstUtil">isBlock(Statement)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the Statement is a block</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/ClassNameUtil.html#isClassName(java.lang.String)" title="Method in ClassNameUtil">isClassName(String)</a></span> - Method in <a href="org/gmetrics/util/ClassNameUtil.html">ClassNameUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isClosureField(org.codehaus.groovy.ast.FieldNode)" title="Method in AstUtil">isClosureField(FieldNode)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the specified FieldNode has an initial expression that is a Closure</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isEmptyBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AstUtil">isEmptyBlock(Statement)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the Statement is a block and it is empty (contains no "meaningful" statements).
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isEmptyMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AstUtil">isEmptyMethod(MethodNode)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html#isEnabled()" title="Method in Metric">isEnabled()</a></span> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isFinalVariable(org.codehaus.groovy.ast.expr.DeclarationExpression, org.gmetrics.source.SourceCode)" title="Method in AstUtil">isFinalVariable(DeclarationExpression, SourceCode)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the DeclarationExpression represents a 'final' variable declaration.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#isFirstVisit(def)" title="Method in AbstractAstVisitor">isFirstVisit(def)</a></span> - Method in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return true if the AST expression has not already been visited. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isFromGeneratedSourceCode(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">isFromGeneratedSourceCode(ASTNode)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">@return true if the ASTNode was generated (synthetic) rather than from the "real" input source code.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isMethodCall(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String, java.lang.String)" title="Method in AstUtil">isMethodCall(MethodCallExpression, String, String)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the MethodCallExpression represents a method call for the specified method
 object (receiver) and method name.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/AstUtil.html#isMethodNamed(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String)" title="Method in AstUtil">isMethodNamed(MethodCallExpression, String)</a></span> - Method in <a href="org/gmetrics/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the MethodCallExpression represents a method call for the specified method name</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractMetric.html#isNotAnInterface(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMetric">isNotAnInterface(ClassNode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/ClassNameUtil.html#isPackageName(java.lang.String)" title="Method in ClassNameUtil">isPackageName(String)</a></span> - Method in <a href="org/gmetrics/util/ClassNameUtil.html">ClassNameUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#isSourcePackageOrAncestor(java.lang.String)" title="Method in AbstractCouplingReferenceManager">isSourcePackageOrAncestor(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#isSyntheticNonRunMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractAstVisitor">isSyntheticNonRunMethod(MethodNode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#isValid()" title="Method in AbstractSourceCode">isValid()</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return true if and only if the source code can be successfully compiled</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#isValid()" title="Method in SourceCode">isValid()</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return true if and only if the source code can be successfully compiled</div></dd>
</dl>

    
<a name="_J_"><!-- --></a>
<h2 class="title">J</h2>
<dl>

</dl>

    
<a name="_K_"><!-- --></a>
<h2 class="title">K</h2>
<dl>

</dl>

    
<a name="_L_"><!-- --></a>
<h2 class="title">L</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/report/LevelsCriteriaFilter.html" title="Class in org.gmetrics.report">LevelsCriteriaFilter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Provides data and behavior for enabling reports to filter the set of metrics included in a report.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#line(int)" title="Method in AbstractSourceCode">line(int)</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Get the trimmed line at the specified index</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html#line(int)" title="Method in SourceCode">line(int)</a></span> - Method in <a href="org/gmetrics/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the trimmed line at the specified index</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/ListMetricSet.html" title="Class in org.gmetrics.metricset">ListMetricSet</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">A <code>MetricSet</code> implementation that returns a static List of Metrics passed into its constructor.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/ListMetricSet.html#ListMetricSet(java.util.List)" title="Constructor in ListMetricSet">ListMetricSet(List)</a></span> - Constructor in <a href="org/gmetrics/metricset/ListMetricSet.html">ListMetricSet</a>
</dt><dd> <div class="block">Construct a new instance from the specified List of metrics.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#LOG" title="Field in AbstractCoberturaCoverageMetric">LOG</a></span> - Field in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#LOG" title="Field in AbstractReportWriter">LOG</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_M_"><!-- --></a>
<h2 class="title">M</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/result/MapMetricResult.html" title="Class in org.gmetrics.result">MapMetricResult</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">A MetricResult for arbitrary values, backed by a Map. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MapMetricResult.html#MapMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, Map<String, Object>, int)" title="Constructor in MapMetricResult">MapMetricResult(Metric, MetricLevel, Map&lt;String, Object&gt;, int)</a></span> - Constructor in <a href="org/gmetrics/result/MapMetricResult.html">MapMetricResult</a>
</dt><dd> <div class="block">Construct a new instance</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCodeCriteria.html#matches(org.gmetrics.source.SourceCode)" title="Method in SourceCodeCriteria">matches(SourceCode)</a></span> - Method in <a href="org/gmetrics/source/SourceCodeCriteria.html">SourceCodeCriteria</a>
</dt><dd> <div class="block">Return true if all of the criteria specified in this object apply to thw SourceCode.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/WildcardPattern.html#matches(java.lang.String)" title="Method in WildcardPattern">matches(String)</a></span> - Method in <a href="org/gmetrics/util/WildcardPattern.html">WildcardPattern</a>
</dt><dd> <div class="block">Return true if the specified String matches the pattern or if the original
 patternString (specified in the constructor) was null or empty and the
 value for defaultMatches (also specified in the constructor) was true.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html#matchesCoberturaMethod(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" title="Method in CoberturaSignatureParser">matchesCoberturaMethod(String, String, String, String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html">CoberturaSignatureParser</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#MAX_SOURCE_LINE_LENGTH" title="Field in AbstractAstVisitor">MAX_SOURCE_LINE_LENGTH</a></span> - Field in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html#MAXIMUM" title="Field in FunctionNames">MAXIMUM</a></span> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html" title="Class in org.gmetrics.metric.methodcount">MethodCountAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/methodcount/package-summary.html">org.gmetrics.metric.methodcount</a>
</dt><dd><div class="block">AstVisitor for the MethodCountMetric.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/methodcount/MethodCountMetric.html" title="Class in org.gmetrics.metric.methodcount">MethodCountMetric</a></span> - Class in <a href="./org/gmetrics/metric/methodcount/package-summary.html">org.gmetrics.metric.methodcount</a>
</dt><dd><div class="block">Metric for counting the number of methods within classes and interfaces.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MethodKey.html" title="Class in org.gmetrics.result">MethodKey</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">Serves as a key in the Map of method --> MetricResult. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MethodKey.html#MethodKey(org.codehaus.groovy.ast.MethodNode)" title="Constructor in MethodKey">MethodKey(MethodNode)</a></span> - Constructor in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html" title="Class in org.gmetrics.metric.linecount">MethodLineCountAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd><div class="block">AST Visitor for calculating the lines of code for a method or closure field.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/MethodLineCountMetric.html" title="Class in org.gmetrics.metric.linecount">MethodLineCountMetric</a></span> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd><div class="block">Metric for counting the lines of code for methods and closure fields.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MethodMetric.html" title="Interface in org.gmetrics.metric">MethodMetric</a></span> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Represents a method-level metric</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetDelegate.html#methodMissing(java.lang.String, def)" title="Method in MetricSetDelegate">methodMissing(String, def)</a></span> - Method in <a href="org/gmetrics/metricset/MetricSetDelegate.html">MetricSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#methodMissing(java.lang.String, def)" title="Method in TopLevelDelegate">methodMissing(String, def)</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html" title="Class in org.gmetrics.resultsnode">MethodResultsNode</a></span> - Class in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd><div class="block">Represents a method result node in the hierarchy of metric result nodes</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#MethodResultsNode(java.lang.String, java.lang.String)" title="Constructor in MethodResultsNode">MethodResultsNode(String, String)</a></span> - Constructor in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/Metric.html" title="Interface in org.gmetrics.metric">Metric</a></span> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Represents a metric</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html#METRIC_CLASSES" title="Field in DefaultMetricRegistry">METRIC_CLASSES</a></span> - Field in <a href="org/gmetrics/metricregistry/DefaultMetricRegistry.html">DefaultMetricRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#metric(java.lang.Class, groovy.lang.Closure)" title="Method in TopLevelDelegate">metric(Class, Closure)</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html" title="Class in org.gmetrics.report">MetricCriteriaFilterHelper</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Provides common static helper methods for classes that provides data and behavior for enabling reports
 to filter the results included within a report based a filter map keyed on the metric name.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MetricLevel.html" title="Enum in org.gmetrics.metric">MetricLevel</a></span> - Enum in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Enum representing the level at which a metric is applied - either method, class or package</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/MetricRegistry.html" title="Interface in org.gmetrics.metricregistry">MetricRegistry</a></span> - Interface in <a href="./org/gmetrics/metricregistry/package-summary.html">org.gmetrics.metricregistry</a>
</dt><dd><div class="block">Represents a registry of metric classes, accessible by metric name</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricregistry/MetricRegistryHolder.html" title="Class in org.gmetrics.metricregistry">MetricRegistryHolder</a></span> - Class in <a href="./org/gmetrics/metricregistry/package-summary.html">org.gmetrics.metricregistry</a>
</dt><dd><div class="block">Holds a reference to the MetricRegistry static singleton</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResult.html" title="Interface in org.gmetrics.result">MetricResult</a></span> - Interface in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">Represents the result from applying a single metric (to a package, class or method)</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResultBuilder.html" title="Class in org.gmetrics.result">MetricResultBuilder</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">A Builder for MetricResult objects.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#metricResultMap" title="Field in AbstractCouplingReferenceManager">metricResultMap</a></span> - Field in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricsCriteriaFilter.html" title="Class in org.gmetrics.report">MetricsCriteriaFilter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Provides data and behavior for enabling reports to filter the set of metrics included in a report.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSet.html" title="Interface in org.gmetrics.metricset">MetricSet</a></span> - Interface in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">Represents a set of (configured) Metric objects</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetBuilder.html#metricset(groovy.lang.Closure)" title="Method in MetricSetBuilder">metricset(Closure)</a></span> - Method in <a href="org/gmetrics/metricset/MetricSetBuilder.html">MetricSetBuilder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#metricset(java.lang.String, groovy.lang.Closure)" title="Method in TopLevelDelegate">metricset(String, Closure)</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetBuilder.html" title="Class in org.gmetrics.metricset">MetricSetBuilder</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block">A Builder for MetricSets. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetDelegate.html" title="Class in org.gmetrics.metricset">MetricSetDelegate</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/MetricSetDelegate.html#MetricSetDelegate(org.gmetrics.metricset.MetricSet)" title="Constructor in MetricSetDelegate">MetricSetDelegate(MetricSet)</a></span> - Constructor in <a href="org/gmetrics/metricset/MetricSetDelegate.html">MetricSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html#MINIMUM" title="Field in FunctionNames">MINIMUM</a></span> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MutableMapMetricResult.html" title="Class in org.gmetrics.result">MutableMapMetricResult</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">A MetricResult for arbitrary values, backed by a mutable Map.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MutableMapMetricResult.html#MutableMapMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, Map<String, Object>)" title="Constructor in MutableMapMetricResult">MutableMapMetricResult(Metric, MetricLevel, Map&lt;String, Object&gt;)</a></span> - Constructor in <a href="org/gmetrics/result/MutableMapMetricResult.html">MutableMapMetricResult</a>
</dt><dd> <div class="block">Construct a new instance</div></dd>
</dl>

    
<a name="_N_"><!-- --></a>
<h2 class="title">N</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/util/PathUtil.html#normalize(java.lang.String)" title="Method in PathUtil">normalize(String)</a></span> - Method in <a href="org/gmetrics/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#normalizePackageName(java.lang.String)" title="Method in AbstractCouplingReferenceManager">normalizePackageName(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/AbstractSourceCode.html#normalizePath(java.lang.String)" title="Method in AbstractSourceCode">normalizePath(String)</a></span> - Method in <a href="org/gmetrics/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the normalized value of the specified path. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/NumberMetricResult.html" title="Class in org.gmetrics.result">NumberMetricResult</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">A MetricResult for numbers (integers, BigDecimals, etc.), that has separate values for
 total, average, minimum and maximum. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/NumberMetricResult.html#NumberMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, Map<String, Object>, java.lang.Integer, int)" title="Constructor in NumberMetricResult">NumberMetricResult(Metric, MetricLevel, Map&lt;String, Object&gt;, Integer, int)</a></span> - Constructor in <a href="org/gmetrics/result/NumberMetricResult.html">NumberMetricResult</a>
</dt><dd> <div class="block">Construct a new instance</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html#numberOfParameters(java.lang.String)" title="Method in CoberturaSignatureParser">numberOfParameters(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html">CoberturaSignatureParser</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_O_"><!-- --></a>
<h2 class="title">O</h2>
<dl>

</dl>

    
<a name="_P_"><!-- --></a>
<h2 class="title">P</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/util/ImportUtil.html#packageNameForImport(org.codehaus.groovy.ast.ImportNode)" title="Method in ImportUtil">packageNameForImport(ImportNode)</a></span> - Method in <a href="org/gmetrics/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block">Return the package name for the specified import statement or else an empty String</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html" title="Class in org.gmetrics.metric.coupling">PackageReferenceAstVisitor</a></span> - Class in <a href="./org/gmetrics/metric/coupling/package-summary.html">org.gmetrics.metric.coupling</a>
</dt><dd><div class="block">AstVisitor that checks for references to other packages</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#PackageReferenceAstVisitor(java.lang.String)" title="Constructor in PackageReferenceAstVisitor">PackageReferenceAstVisitor(String)</a></span> - Constructor in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html" title="Class in org.gmetrics.resultsnode">PackageResultsNode</a></span> - Class in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd><div class="block">Represents a package node in the hierarchy of metric result nodes</div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#PackageResultsNode(java.lang.String, java.lang.String, java.lang.String)" title="Constructor in PackageResultsNode">PackageResultsNode(String, String, String)</a></span> - Constructor in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#parentPackageName(java.lang.String)" title="Method in AbstractCouplingReferenceManager">parentPackageName(String)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/ClassNameUtil.html#parentPackageName(java.lang.String)" title="Method in ClassNameUtil">parentPackageName(String)</a></span> - Method in <a href="org/gmetrics/util/ClassNameUtil.html">ClassNameUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MetricLevel.html#parse(java.lang.String)" title="Method in MetricLevel">parse(String)</a></span> - Method in <a href="org/gmetrics/metric/MetricLevel.html">MetricLevel</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html#parseCoberturaSignatureParameterTypes(java.lang.String)" title="Method in CoberturaSignatureParser">parseCoberturaSignatureParameterTypes(String)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html">CoberturaSignatureParser</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MetricLevel.html#parseCommaSeparatedList(java.lang.String)" title="Method in MetricLevel">parseCommaSeparatedList(String)</a></span> - Method in <a href="org/gmetrics/metric/MetricLevel.html">MetricLevel</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#parseCoverageRate(groovy.util.slurpersupport.GPathResult)" title="Method in CoberturaCoverageFile">parseCoverageRate(GPathResult)</a></span> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html#parseCriteria(java.lang.String)" title="Method in MetricCriteriaFilterHelper">parseCriteria(String)</a></span> - Method in <a href="org/gmetrics/report/MetricCriteriaFilterHelper.html">MetricCriteriaFilterHelper</a>
</dt><dd> <div class="block">Parse the criteria string</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html#parseCriteriaForSingleMetric(java.util.Map, java.lang.String)" title="Method in MetricCriteriaFilterHelper">parseCriteriaForSingleMetric(Map, String)</a></span> - Method in <a href="org/gmetrics/report/MetricCriteriaFilterHelper.html">MetricCriteriaFilterHelper</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PathUtil.html" title="Class in org.gmetrics.util">PathUtil</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Contains static utility methods related to file and directory paths.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/PercentageFormatter.html" title="Class in org.gmetrics.formatter">PercentageFormatter</a></span> - Class in <a href="./org/gmetrics/formatter/package-summary.html">org.gmetrics.formatter</a>
</dt><dd><div class="block">Formatter that formats a number as a percentage, and appends a '%'</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#plus(org.gmetrics.metric.coverage.Ratio)" title="Method in Ratio">plus(Ratio)</a></span> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/PostProcessingMetric.html" title="Interface in org.gmetrics.metric">PostProcessingMetric</a></span> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd><div class="block">Interface for metrics that need to perform processing after all source files have been processed (analyzed).</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html#propertyMissing(java.lang.String)" title="Method in TopLevelDelegate">propertyMissing(String)</a></span> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PropertyUtil.html" title="Class in org.gmetrics.util">PropertyUtil</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Contains property-related static utility methods</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MutableMapMetricResult.html#putAt(java.lang.String, java.lang.Object)" title="Method in MutableMapMetricResult">putAt(String, Object)</a></span> - Method in <a href="org/gmetrics/result/MutableMapMetricResult.html">MutableMapMetricResult</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_Q_"><!-- --></a>
<h2 class="title">Q</h2>
<dl>

</dl>

    
<a name="_R_"><!-- --></a>
<h2 class="title">R</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html" title="Class in org.gmetrics.metric.coverage">Ratio</a></span> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd><div class="block">Represents a simple ratio of X / Y</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#Ratio(int, int)" title="Constructor in Ratio">Ratio(int, int)</a></span> - Constructor in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html#REFERENCED_FROM_PACKAGES" title="Field in AfferentCouplingReferenceManager">REFERENCED_FROM_PACKAGES</a></span> - Field in <a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html">AfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html#REFERENCED_PACKAGES" title="Field in AbstractPackageCouplingMetric">REFERENCED_PACKAGES</a></span> - Field in <a href="org/gmetrics/metric/coupling/AbstractPackageCouplingMetric.html">AbstractPackageCouplingMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html#REFERENCED_PACKAGES" title="Field in EfferentCouplingReferenceManager">REFERENCED_PACKAGES</a></span> - Field in <a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html">EfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#referencesFromPackage" title="Field in AbstractCouplingReferenceManager">referencesFromPackage</a></span> - Field in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/Report.html" title="Class in org.gmetrics.ant">Report</a></span> - Class in <a href="./org/gmetrics/ant/package-summary.html">org.gmetrics.ant</a>
</dt><dd><div class="block">JavaBean class holding the properties for a <report> element with the GMetrics Ant Task.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/ReportOption.html" title="Class in org.gmetrics.ant">ReportOption</a></span> - Class in <a href="./org/gmetrics/ant/package-summary.html">org.gmetrics.ant</a>
</dt><dd><div class="block">JavaBean class holding the properties for a <option> element netsed within a <report> element
 for the GMetrics Ant Task.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/ReportWriter.html" title="Interface in org.gmetrics.report">ReportWriter</a></span> - Interface in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Common interface for report writer implementations</div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/GMetricsTask.html#reportWriters" title="Field in GMetricsTask">reportWriters</a></span> - Field in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/Resource.html" title="Interface in org.gmetrics.util.io">Resource</a></span> - Interface in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd><div class="block">Defines the interface for objects that represent a resource (e.g. a file) and
 provide access to its InputStream.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#resourceBundle" title="Field in AbstractReportWriter">resourceBundle</a></span> - Field in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/ResourceFactory.html" title="Interface in org.gmetrics.util.io">ResourceFactory</a></span> - Interface in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd><div class="block">Defines the interface for factory objects that create/return Resource instances.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ResultsNode.html" title="Interface in org.gmetrics.resultsnode">ResultsNode</a></span> - Interface in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd><div class="block">Represents the interface for a single node in the hierarchical network of results nodes</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#ROOT" title="Field in AbstractCouplingReferenceManager">ROOT</a></span> - Field in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#rootResultsNode" title="Field in AntFileSetSourceAnalyzer">rootResultsNode</a></span> - Field in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#ROUNDING_MODE" title="Field in AbstractCoberturaCoverageMetric">ROUNDING_MODE</a></span> - Field in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_S_"><!-- --></a>
<h2 class="title">S</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#SCALE" title="Field in AbstractCoberturaCoverageMetric">SCALE</a></span> - Field in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SeriesValue.html" title="Class in org.gmetrics.report">SeriesValue</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Holder for a single data item within a series</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SeriesValue.html#SeriesValue(java.lang.String, java.lang.Object)" title="Constructor in SeriesValue">SeriesValue(String, Object)</a></span> - Constructor in <a href="org/gmetrics/report/SeriesValue.html">SeriesValue</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/FunctionsCriteriaFilter.html#setFunctions(java.lang.String)" title="Method in FunctionsCriteriaFilter">setFunctions(String)</a></span> - Method in <a href="org/gmetrics/report/FunctionsCriteriaFilter.html">FunctionsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/LevelsCriteriaFilter.html#setLevels(java.lang.String)" title="Method in LevelsCriteriaFilter">setLevels(String)</a></span> - Method in <a href="org/gmetrics/report/LevelsCriteriaFilter.html">LevelsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/MetricsCriteriaFilter.html#setMetrics(java.lang.String)" title="Method in MetricsCriteriaFilter">setMetrics(String)</a></span> - Method in <a href="org/gmetrics/report/MetricsCriteriaFilter.html">MetricsCriteriaFilter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html#setPath(java.lang.String)" title="Method in SourceString">setPath(String)</a></span> - Method in <a href="org/gmetrics/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PropertyUtil.html#setPropertyFromString(java.lang.Object, java.lang.String, java.lang.String)" title="Method in PropertyUtil">setPropertyFromString(Object, String, String)</a></span> - Method in <a href="org/gmetrics/util/PropertyUtil.html">PropertyUtil</a>
</dt><dd> <div class="block">Set the value of the named property on the specified Object from a String value.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/BasicHtmlReportWriter.html#setReportLevels(java.lang.String)" title="Method in BasicHtmlReportWriter">setReportLevels(String)</a></span> - Method in <a href="org/gmetrics/report/BasicHtmlReportWriter.html">BasicHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AstVisitor.html#setSourceCode(org.gmetrics.source.SourceCode)" title="Method in AstVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="org/gmetrics/metric/AstVisitor.html">AstVisitor</a>
</dt><dd> <div class="block">Set the SourceCode associated with this visitor</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/SingleNumberMetricResult.html" title="Class in org.gmetrics.result">SingleNumberMetricResult</a></span> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd><div class="block">A MetricResult for numbers (integers, BigDecimals, etc.), that returns the same, single value for
 total, average, minimum and maximum. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/SingleNumberMetricResult.html#SingleNumberMetricResult(org.gmetrics.metric.Metric, org.gmetrics.metric.MetricLevel, def, java.lang.Integer)" title="Constructor in SingleNumberMetricResult">SingleNumberMetricResult(Metric, MetricLevel, def, Integer)</a></span> - Constructor in <a href="org/gmetrics/result/SingleNumberMetricResult.html">SingleNumberMetricResult</a>
</dt><dd> <div class="block">Construct a new instance</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesCriteriaFilter.html" title="Class in org.gmetrics.report">SingleSeriesCriteriaFilter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">Provides data and behavior for enabling reports to filter the results based on a single
 metric, single level and single function to provide a single series of data.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html" title="Class in org.gmetrics.report">SingleSeriesHtmlReportWriter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">ReportWriter that generates a HTML report for a single series of metric values. </div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#sortPackagesWithReferencesWithParentFirst()" title="Method in AbstractCouplingReferenceManager">sortPackagesWithReferencesWithParentFirst()</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#SOURCE_LINE_LAST_SEGMENT_LENGTH" title="Field in AbstractAstVisitor">SOURCE_LINE_LAST_SEGMENT_LENGTH</a></span> - Field in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/analyzer/SourceAnalyzer.html" title="Interface in org.gmetrics.analyzer">SourceAnalyzer</a></span> - Interface in <a href="./org/gmetrics/analyzer/package-summary.html">org.gmetrics.analyzer</a>
</dt><dd><div class="block">The interface for objects that can analyze the source files within one or more directory
 trees using a specified MetricSet and produce report results.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCode.html" title="Interface in org.gmetrics.source">SourceCode</a></span> - Interface in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd><div class="block">Represents a unit of source code to be analyzed</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceCodeCriteria.html" title="Class in org.gmetrics.source">SourceCodeCriteria</a></span> - Class in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd><div class="block">Represents the set of criteria used to filter source code (files). </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html" title="Class in org.gmetrics.source">SourceFile</a></span> - Class in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd><div class="block">The SourceCode implementation for a single file.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#SourceFile(java.io.File)" title="Constructor in SourceFile">SourceFile(File)</a></span> - Constructor in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">Construct a new instance for the file at the specified path</div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/AbstractAstVisitor.html#sourceLine(org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractAstVisitor">sourceLine(ASTNode)</a></span> - Method in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return the source line corresponding to the specified AST node</div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html" title="Class in org.gmetrics.source">SourceString</a></span> - Class in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd><div class="block">SourceCode implementation that uses source from a pre-defined String.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html#SourceString(java.lang.String, java.lang.String, java.lang.String)" title="Constructor in SourceString">SourceString(String, String, String)</a></span> - Constructor in <a href="org/gmetrics/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block">Construct a new instance for the file at the specified path</div></dd>
</dl>

    
<a name="_T_"><!-- --></a>
<h2 class="title">T</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#toBigDecimal(int, int)" title="Method in Ratio">toBigDecimal(int, int)</a></span> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/PathUtil.html#toPackageName(java.lang.String)" title="Method in PathUtil">toPackageName(String)</a></span> - Method in <a href="org/gmetrics/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metricset/TopLevelDelegate.html" title="Class in org.gmetrics.metricset">TopLevelDelegate</a></span> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AbcMetricResult.html#toString()" title="Method in AbcMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AbcMetricResult.html">AbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcVector.html#toString()" title="Method in AbcVector">toString()</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcVector.html">AbcVector</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html#toString()" title="Method in AggregateAbcMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/ClassMetricResult.html#toString()" title="Method in ClassMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/result/ClassMetricResult.html">ClassMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/ClassResultsNode.html#toString()" title="Method in ClassResultsNode">toString()</a></span> - Method in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MapMetricResult.html#toString()" title="Method in MapMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/result/MapMetricResult.html">MapMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MethodKey.html#toString()" title="Method in MethodKey">toString()</a></span> - Method in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/MethodResultsNode.html#toString()" title="Method in MethodResultsNode">toString()</a></span> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/MetricLevel.html#toString()" title="Method in MetricLevel">toString()</a></span> - Method in <a href="org/gmetrics/metric/MetricLevel.html">MetricLevel</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MetricResultBuilder.html#toString()" title="Method in MetricResultBuilder">toString()</a></span> - Method in <a href="org/gmetrics/result/MetricResultBuilder.html">MetricResultBuilder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/MutableMapMetricResult.html#toString()" title="Method in MutableMapMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/result/MutableMapMetricResult.html">MutableMapMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/NumberMetricResult.html#toString()" title="Method in NumberMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/result/NumberMetricResult.html">NumberMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/resultsnode/PackageResultsNode.html#toString()" title="Method in PackageResultsNode">toString()</a></span> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#toString()" title="Method in Ratio">toString()</a></span> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SeriesValue.html#toString()" title="Method in SeriesValue">toString()</a></span> - Method in <a href="org/gmetrics/report/SeriesValue.html">SeriesValue</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/SingleNumberMetricResult.html#toString()" title="Method in SingleNumberMetricResult">toString()</a></span> - Method in <a href="org/gmetrics/result/SingleNumberMetricResult.html">SingleNumberMetricResult</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceFile.html#toString()" title="Method in SourceFile">toString()</a></span> - Method in <a href="org/gmetrics/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/source/SourceString.html#toString()" title="Method in SourceString">toString()</a></span> - Method in <a href="org/gmetrics/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/formatter/ToStringFormatter.html" title="Class in org.gmetrics.formatter">ToStringFormatter</a></span> - Class in <a href="./org/gmetrics/formatter/package-summary.html">org.gmetrics.formatter</a>
</dt><dd><div class="block">Formatter that just performs a toString() on the value</div></dd>
<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html#TOTAL" title="Field in FunctionNames">TOTAL</a></span> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_U_"><!-- --></a>
<h2 class="title">U</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html#updateStatisticsForAllPackages()" title="Method in AfferentCouplingReferenceManager">updateStatisticsForAllPackages()</a></span> - Method in <a href="org/gmetrics/metric/coupling/AfferentCouplingReferenceManager.html">AfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html#updateStatisticsForAllPackages()" title="Method in EfferentCouplingReferenceManager">updateStatisticsForAllPackages()</a></span> - Method in <a href="org/gmetrics/metric/coupling/EfferentCouplingReferenceManager.html">EfferentCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html#updateStatisticsForAncestorPackage(java.lang.String, int, int)" title="Method in AbstractCouplingReferenceManager">updateStatisticsForAncestorPackage(String, int, int)</a></span> - Method in <a href="org/gmetrics/metric/coupling/AbstractCouplingReferenceManager.html">AbstractCouplingReferenceManager</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/UrlResource.html" title="Class in org.gmetrics.util.io">UrlResource</a></span> - Class in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd><div class="block">A Resource implementation based on java.net.URL.
 </div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/io/UrlResource.html#UrlResource(java.lang.String)" title="Constructor in UrlResource">UrlResource(String)</a></span> - Constructor in <a href="org/gmetrics/util/io/UrlResource.html">UrlResource</a>
</dt><dd> <div class="block">Construct a new FileResource<DL><DT><B>path:</B></DT><DD>- the filesystem path to the file.</DD></DL> </div></dd>
</dl>

    
<a name="_V_"><!-- --></a>
<h2 class="title">V</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/result/FunctionNames.html#VALUE" title="Field in FunctionNames">VALUE</a></span> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AbcAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in CyclomaticComplexityAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in AbcAstVisitor">visitBooleanExpression(BooleanExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in PackageReferenceAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in CyclomaticComplexityAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/ClassLineCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassLineCountAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="org/gmetrics/metric/linecount/ClassLineCountAstVisitor.html">ClassLineCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in FieldCountAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html">FieldCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in MethodCountAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html">MethodCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in PackageReferenceAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in PackageReferenceAstVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in MethodLineCountAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html">MethodLineCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in PackageReferenceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbcAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in PackageReferenceAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in PackageReferenceAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in PackageReferenceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in CyclomaticComplexityAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AbcAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in CyclomaticComplexityAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in PackageReferenceAstVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbcAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in CyclomaticComplexityAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in MethodLineCountAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html">MethodLineCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AbcAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in CyclomaticComplexityAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in AbcAstVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in AbcAstVisitor">visitPostfixExpression(PostfixExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in AbcAstVisitor">visitPrefixExpression(PrefixExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in AbcAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in CyclomaticComplexityAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in PackageReferenceAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in AbcAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in CyclomaticComplexityAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AbcAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in CyclomaticComplexityAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbcAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in PackageReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="org/gmetrics/metric/coupling/PackageReferenceAstVisitor.html">PackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in CyclomaticComplexityAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_W_"><!-- --></a>
<h2 class="title">W</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/util/WildcardPattern.html" title="Class in org.gmetrics.util">WildcardPattern</a></span> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd><div class="block">Represents a string pattern that may optionally include wildcards ('*', '**' or '?')</div></dd>
<dt><span class="strong"><a href="org/gmetrics/util/WildcardPattern.html#WildcardPattern(java.lang.String, boolean)" title="Constructor in WildcardPattern">WildcardPattern(String, boolean)</a></span> - Constructor in <a href="org/gmetrics/util/WildcardPattern.html">WildcardPattern</a>
</dt><dd> <div class="block">Construct a new WildcardPattern instance on a single pattern or a comma-separated list of patterns.</div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/AbstractReportWriter.html#writeReport(org.gmetrics.resultsnode.ResultsNode, org.gmetrics.analyzer.AnalysisContext)" title="Method in AbstractReportWriter">writeReport(ResultsNode, AnalysisContext)</a></span> - Method in <a href="org/gmetrics/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/BasicHtmlReportWriter.html#writeReport(java.io.Writer, org.gmetrics.resultsnode.ResultsNode, org.gmetrics.analyzer.AnalysisContext)" title="Method in BasicHtmlReportWriter">writeReport(Writer, ResultsNode, AnalysisContext)</a></span> - Method in <a href="org/gmetrics/report/BasicHtmlReportWriter.html">BasicHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/ReportWriter.html#writeReport(org.gmetrics.resultsnode.ResultsNode, org.gmetrics.analyzer.AnalysisContext)" title="Method in ReportWriter">writeReport(ResultsNode, AnalysisContext)</a></span> - Method in <a href="org/gmetrics/report/ReportWriter.html">ReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html#writeReport(java.io.Writer, org.gmetrics.resultsnode.ResultsNode, org.gmetrics.analyzer.AnalysisContext)" title="Method in SingleSeriesHtmlReportWriter">writeReport(Writer, ResultsNode, AnalysisContext)</a></span> - Method in <a href="org/gmetrics/report/SingleSeriesHtmlReportWriter.html">SingleSeriesHtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="org/gmetrics/report/XmlReportWriter.html#writeReport(java.io.Writer, org.gmetrics.resultsnode.ResultsNode, org.gmetrics.analyzer.AnalysisContext)" title="Method in XmlReportWriter">writeReport(Writer, ResultsNode, AnalysisContext)</a></span> - Method in <a href="org/gmetrics/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_X_"><!-- --></a>
<h2 class="title">X</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/report/XmlReportWriter.html" title="Class in org.gmetrics.report">XmlReportWriter</a></span> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd><div class="block">ReportWriter that generates an XML report. </div></dd>
</dl>

    
<a name="_Y_"><!-- --></a>
<h2 class="title">Y</h2>
<dl>

</dl>

    
<a name="_Z_"><!-- --></a>
<h2 class="title">Z</h2>
<dl>

<dt><span class="strong"><a href="org/gmetrics/metric/coverage/Ratio.html#ZERO" title="Field in Ratio">ZERO</a></span> - Field in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="___"><!-- --></a>
<h2 class="title">_</h2>
<dl>

</dl>

    
</div>


<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="#_K_">K</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="#_Q_">Q</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="#_X_">X</a>

<a href="#_Y_">Y</a>

<a href="#_Z_">Z</a>

<a href="#___">_</a>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
    <!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
    <!--   -->
</a>
    <ul class="navList" title="Navigation">
        <li><a href="overview-summary.html">Overview</a></li>
        <li>Package</li>
        <li>Class</li>
        <li><a href="deprecated-list.html">Deprecated</a></li>
        <li class="navBarCell1Rev">Index</li>
        <li><a href="help-doc.html">Help</a></li>
    </ul>
</div>
<div class="subNav">
    <ul class="navList">
        <li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
        <li><a href="index-all.html" target="_top">No Frames</a></li>
    </ul>
    <div class="aboutLanguage"><em>Groovy Documentation</em></div>
    <a name="skip-navbar_bottom">
        <!--   -->
    </a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>