This file is indexed.

/usr/share/doc/libgmetrics-groovy-java/api/index-all.html is in libgmetrics-groovy-java-doc 0.5-1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
<!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=ISO-8859-1">
<!-- Generated by groovydoc (1.8.6) on  -->
<title>Index (Groovy Documentation)</title>
<meta name="date" content="2012-05-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
<script type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Groovy Documentation)";
    }
}
</script>
<noscript>
</noscript>

</head><body onload="windowTitle();" bgcolor="white">
<hr>

<!-- ========= START OF TOP NAVBAR ======= -->
<a name="navbar_top"><!-- --></a>
<table summary="" width="100%" border="0" cellpadding="1" cellspacing="0">
<tbody><tr>
<td colspan="2" class="NavBarCell1" bgcolor="#eeeeff">
<a name="navbar_top_firstrow"><!-- --></a>
<table summary="" border="0" cellpadding="0" cellspacing="3">
  <tbody><tr valign="top" align="center">
  <td class="NavBarCell1" bgcolor="#eeeeff">    <a href="overview-summary.html"><font class="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td>
  <td class="NavBarCell1" bgcolor="#eeeeff">    <font class="NavBarFont1">Package</font>&nbsp;</td>
  <td class="NavBarCell1" bgcolor="#eeeeff">    <font class="NavBarFont1">Class</font>&nbsp;</td>
  <!--
  <td class="NavBarCell1" bgcolor="#eeeeff">    <a href="overview-tree.html"><font class="NavBarFont1"><b>Tree</b></font></a>&nbsp;</td>
  -->
  <td class="NavBarCell1" bgcolor="#eeeeff">    <a href="deprecated-list.html"><font class="NavBarFont1"><b>Deprecated</b></font></a>&nbsp;</td>
  <td class="NavBarCell1Rev" bgcolor="#ffffff"> &nbsp;<font class="NavBarFont1Rev"><b>Index</b></font>&nbsp;</td>
  <td class="NavBarCell1" bgcolor="#eeeeff">    <a href="help-doc.html"><font class="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
  </tr>
</tbody></table>
</td>
<td rowspan="3" valign="top" align="right"><em>
    <b>Groovy Documentation</b>
</em>
</td>
</tr>

<tr>
<td class="NavBarCell2" bgcolor="white"><font size="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</font></td>
<td class="NavBarCell2" bgcolor="white"><font size="-2">
  <a href="index.html?index-all.html" target="_top"><b>FRAMES</b></a>  &nbsp;
&nbsp;<a href="index-all.html" target="_top"><b>NO FRAMES</b></a>  &nbsp;
&nbsp;<script type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-frame.html"><B>All Classes</B></A>');
  }
  //-->
</script>
<noscript>
  <A HREF="allclasses-frame.html"><B>All Classes</B></A>
</noscript>

</font></td>
</tr>
</tbody></table>
<!-- ========= END OF TOP NAVBAR ========= -->


<a href="#_A_">A</a>

<a href="#_B_">B</a>

<a href="#_C_">C</a>

<a href="#_D_">D</a>

<a href="#_E_">E</a>

<a href="#_F_">F</a>

<a href="#_G_">G</a>

<a href="#_H_">H</a>

<a href="#_I_">I</a>

<a href="#_J_">J</a>

<a href="#_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>




<hr>
<a name="_A_"><!-- --></a><h2>
<b>A</b></h2>

<dl>

<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html" title="Class in org.gmetrics.metric.abc"><b>AbcAstVisitor</b></a> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd>AST Visitor for calculating the ABC Metric for a class/method.</dd>
<dt><a href="org/gmetrics/metric/abc/AbcMetric.html" title="Class in org.gmetrics.metric.abc"><b>AbcMetric</b></a> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd>Calculate the ABC Metric for a class/method.</dd>
<dt><a href="org/gmetrics/metric/abc/result/AbcMetricResult.html" title="Class in org.gmetrics.metric.abc.result"><b>AbcMetricResult</b></a> - Class in <a href="./org/gmetrics/metric/abc/result/package-summary.html">org.gmetrics.metric.abc.result</a>
</dt><dd>A MetricResult specifically for the ABC metric</dd>
<dt><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"><b>AbcMetricResult</b>(Metric, MetricLevel, AbcVector, Integer)</b></a> - Constructor in <a href="org/gmetrics/metric/abc/result/AbcMetricResult.html">AbcMetricResult</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcVector.html" title="Class in org.gmetrics.metric.abc"><b>AbcVector</b></a> - Class in <a href="./org/gmetrics/metric/abc/package-summary.html">org.gmetrics.metric.abc</a>
</dt><dd>Represents a single ABC Metric result: a vector of the three A, B, C values.</dd>
<dt><a href="org/gmetrics/metric/abc/AbcVector.html#AbcVector(int, int, int)" title="Constructor in AbcVector"><b>AbcVector</b>(int, int, int)</b></a> - Constructor in <a href="org/gmetrics/metric/abc/AbcVector.html">AbcVector</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractAstVisitor.html" title="Class in org.gmetrics.metric"><b>AbstractAstVisitor</b></a> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Abstract superclass for Groovy AST Visitors</dd>
<dt><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html" title="Class in org.gmetrics.metric.coverage"><b>AbstractCoberturaCoverageMetric</b></a> - Class in <a href="./org/gmetrics/metric/coverage/package-summary.html">org.gmetrics.metric.coverage</a>
</dt><dd>Abstract superclass for metrics that provide test code coverage from a Cobertura XML file.</dd>
<dt><a href="org/gmetrics/metric/AbstractMethodMetric.html" title="Class in org.gmetrics.metric"><b>AbstractMethodMetric</b></a> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Abstract superclass for method-based metrics.</dd>
<dt><a href="org/gmetrics/metric/AbstractMetric.html" title="Class in org.gmetrics.metric"><b>AbstractMetric</b></a> - Class in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Abstract superclass for metrics.</dd>
<dt><a href="org/gmetrics/report/AbstractMetricCriteriaFilter.html" title="Class in org.gmetrics.report"><b>AbstractMetricCriteriaFilter</b></a> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/report/AbstractReportWriter.html" title="Class in org.gmetrics.report"><b>AbstractReportWriter</b></a> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd>Abstract superclass for ReportWriter implementation classes.
 </dd>
<dt><a href="org/gmetrics/source/AbstractSourceCode.html" title="Class in org.gmetrics.source"><b>AbstractSourceCode</b></a> - Class in <a href="./org/gmetrics/source/package-summary.html">org.gmetrics.source</a>
</dt><dd>Abstract superclass for SourceCode implementations</dd>
<dt><a href="org/gmetrics/resultsnode/PackageResultsNode.html#addChild(java.lang.String, org.gmetrics.resultsnode.ResultsNode)" title="Method in PackageResultsNode"><b>addChild</b>(String, ResultsNode)</b></a> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/resultsnode/PackageResultsNode.html#addChildIfNotEmpty(java.lang.String, org.gmetrics.resultsnode.ResultsNode)" title="Method in PackageResultsNode"><b>addChildIfNotEmpty</b>(String, ResultsNode)</b></a> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/resultsnode/ClassResultsNode.html#addClassMetricResult(org.gmetrics.result.ClassMetricResult)" title="Method in ClassResultsNode"><b>addClassMetricResult</b>(ClassMetricResult)</b></a> - Method in <a href="org/gmetrics/resultsnode/ClassResultsNode.html">ClassResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/ant/Report.html#addConfiguredOption(org.gmetrics.ant.ReportOption)" title="Method in Report"><b>addConfiguredOption</b>(ReportOption)</b></a> - Method in <a href="org/gmetrics/ant/Report.html">Report</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/ant/GMetricsTask.html#addConfiguredReport(org.gmetrics.ant.Report)" title="Method in GMetricsTask"><b>addConfiguredReport</b>(Report)</b></a> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd>Ant-defined method (by convention), called with each instance of a nested <report>
 element within this task.</dd>
<dt><a href="org/gmetrics/ant/GMetricsTask.html#addFileset(org.apache.tools.ant.types.FileSet)" title="Method in GMetricsTask"><b>addFileset</b>(FileSet)</b></a> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd>Ant-defined method (by convention), called with each instance of a nested <fileset>
 element within this task.</dd>
<dt><a href="org/gmetrics/metricset/CompositeMetricSet.html#addMetric(org.gmetrics.metric.Metric)" title="Method in CompositeMetricSet"><b>addMetric</b>(Metric)</b></a> - Method in <a href="org/gmetrics/metricset/CompositeMetricSet.html">CompositeMetricSet</a>
</dt><dd>Add a single Metric to this MetricSet</dd>
<dt><a href="org/gmetrics/resultsnode/MethodResultsNode.html#addMetricResult(org.gmetrics.result.MetricResult)" title="Method in MethodResultsNode"><b>addMetricResult</b>(MetricResult)</b></a> - Method in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/CompositeMetricSet.html#addMetricSet(org.gmetrics.metricset.MetricSet)" title="Method in CompositeMetricSet"><b>addMetricSet</b>(MetricSet)</b></a> - Method in <a href="org/gmetrics/metricset/CompositeMetricSet.html">CompositeMetricSet</a>
</dt><dd>Add all of the Metrics within the specified MetricSet to this MetricSet</dd>
<dt><a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html" title="Class in org.gmetrics.metric.abc.result"><b>AggregateAbcMetricResult</b></a> - Class in <a href="./org/gmetrics/metric/abc/result/package-summary.html">org.gmetrics.metric.abc.result</a>
</dt><dd>An aggregate MetricResult implementation specifically for the ABC Metric.</dd>
<dt><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"><b>AggregateAbcMetricResult</b>(Metric, MetricLevel, Collection, Integer)</b></a> - Constructor in <a href="org/gmetrics/metric/abc/result/AggregateAbcMetricResult.html">AggregateAbcMetricResult</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/analyzer/AnalysisContext.html" title="Class in org.gmetrics.analyzer"><b>AnalysisContext</b></a> - Class in <a href="./org/gmetrics/analyzer/package-summary.html">org.gmetrics.analyzer</a>
</dt><dd>Holds information related to the configuration and context for the source code analysis.</dd>
<dt><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#analyze(org.gmetrics.metricset.MetricSet)" title="Method in AntFileSetSourceAnalyzer"><b>analyze</b>(MetricSet)</b></a> - Method in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd>Analyze all source code using the specified MetricSet and return the results node.</dd>
<dt><a href="org/gmetrics/analyzer/FilesystemSourceAnalyzer.html#analyze(org.gmetrics.metricset.MetricSet)" title="Method in FilesystemSourceAnalyzer"><b>analyze</b>(MetricSet)</b></a> - Method in <a href="org/gmetrics/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd>Analyze the source with the configured directory tree(s) using the specified metrics and return the results.</dd>
<dt><a href="org/gmetrics/analyzer/SourceAnalyzer.html#analyze(org.gmetrics.metricset.MetricSet)" title="Method in SourceAnalyzer"><b>analyze</b>(MetricSet)</b></a> - Method in <a href="org/gmetrics/analyzer/SourceAnalyzer.html">SourceAnalyzer</a>
</dt><dd>Analyze all source code using the specified set of Metrics and return the results.</dd>
<dt><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html" title="Class in org.gmetrics.ant"><b>AntFileSetSourceAnalyzer</b></a> - Class in <a href="./org/gmetrics/ant/package-summary.html">org.gmetrics.ant</a>
</dt><dd>SourceAnalyzer implementation that gets source files from one or more Ant FileSets.
 </dd>
<dt><a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html#AntFileSetSourceAnalyzer(org.apache.tools.ant.Project, java.util.List)" title="Constructor in AntFileSetSourceAnalyzer"><b>AntFileSetSourceAnalyzer</b>(Project, List)</b></a> - Constructor in <a href="org/gmetrics/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd>Construct a new instance on the specified List of Ant FileSets.</dd>
<dt><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.ParseContext.html#appendToFullyQualifiedTypeName(java.lang.String)" title="Method in CoberturaSignatureParser.ParseContext"><b>appendToFullyQualifiedTypeName</b>(String)</b></a> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.ParseContext.html">CoberturaSignatureParser.ParseContext</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/resultsnode/PackageResultsNode.html#applyMetric(org.gmetrics.metric.Metric)" title="Method in PackageResultsNode"><b>applyMetric</b>(Metric)</b></a> - Method in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractMetric.html#applyToClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMetric"><b>applyToClass</b>(ClassNode, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/Metric.html#applyToClass(org.codehaus.groovy.ast.ClassNode, org.gmetrics.source.SourceCode)" title="Method in Metric"><b>applyToClass</b>(ClassNode, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric"><b>applyToClosure</b>(ClosureExpression, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractMethodMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric"><b>applyToClosure</b>(ClosureExpression, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/MethodMetric.html#applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression, org.gmetrics.source.SourceCode)" title="Method in MethodMetric"><b>applyToClosure</b>(ClosureExpression, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/MethodMetric.html">MethodMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in AbstractCoberturaCoverageMetric"><b>applyToMethod</b>(MethodNode, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/coverage/AbstractCoberturaCoverageMetric.html">AbstractCoberturaCoverageMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractMethodMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in AbstractMethodMetric"><b>applyToMethod</b>(MethodNode, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/AbstractMethodMetric.html">AbstractMethodMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/MethodMetric.html#applyToMethod(org.codehaus.groovy.ast.MethodNode, org.gmetrics.source.SourceCode)" title="Method in MethodMetric"><b>applyToMethod</b>(MethodNode, SourceCode)</b></a> - Method in <a href="org/gmetrics/metric/MethodMetric.html">MethodMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractMetric.html#applyToPackage(java.lang.String, java.util.Collection)" title="Method in AbstractMetric"><b>applyToPackage</b>(String, Collection)</b></a> - Method in <a href="org/gmetrics/metric/AbstractMetric.html">AbstractMetric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/Metric.html#applyToPackage(java.lang.String, java.util.Collection)" title="Method in Metric"><b>applyToPackage</b>(String, Collection)</b></a> - Method in <a href="org/gmetrics/metric/Metric.html">Metric</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/util/AstUtil.html" title="Class in org.gmetrics.util"><b>AstUtil</b></a> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd>Contains static utility methods related to Groovy AST.
 </dd>
<dt><a href="org/gmetrics/metric/AstVisitor.html" title="Interface in org.gmetrics.metric"><b>AstVisitor</b></a> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Interface for Groovy AST Visitors</dd>
<dt><a href="org/gmetrics/metric/coverage/Ratio.html#asType(java.lang.Class)" title="Method in Ratio"><b>asType</b>(Class)</b></a> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/result/FunctionNames.html#AVERAGE" title="Field in FunctionNames"><b>AVERAGE</b></a> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd></dd>
</dl>

    

<hr>
<a name="_B_"><!-- --></a><h2>
<b>B</b></h2>

<dl>

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

    

<hr>
<a name="_C_"><!-- --></a><h2>
<b>C</b></h2>

<dl>

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

    

<hr>
<a name="_D_"><!-- --></a><h2>
<b>D</b></h2>

<dl>

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

    

<hr>
<a name="_E_"><!-- --></a><h2>
<b>E</b></h2>

<dl>

<dt><a href="org/gmetrics/result/MethodKey.html#equals(java.lang.Object)" title="Method in MethodKey"><b>equals</b>(Object)</b></a> - Method in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/GMetricsRunner.html#execute()" title="Method in GMetricsRunner"><b>execute</b>()</b></a> - Method in <a href="org/gmetrics/GMetricsRunner.html">GMetricsRunner</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/ant/GMetricsTask.html#execute()" title="Method in GMetricsTask"><b>execute</b>()</b></a> - Method in <a href="org/gmetrics/ant/GMetricsTask.html">GMetricsTask</a>
</dt><dd>Execute this Ant Task</dd>
</dl>

    

<hr>
<a name="_F_"><!-- --></a><h2>
<b>F</b></h2>

<dl>

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

    

<hr>
<a name="_G_"><!-- --></a><h2>
<b>G</b></h2>

<dl>

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

    

<hr>
<a name="_H_"><!-- --></a><h2>
<b>H</b></h2>

<dl>

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

    

<hr>
<a name="_I_"><!-- --></a><h2>
<b>I</b></h2>

<dl>

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

    

<hr>
<a name="_J_"><!-- --></a><h2>
<b>J</b></h2>

<dl>

</dl>

    

<hr>
<a name="_K_"><!-- --></a><h2>
<b>K</b></h2>

<dl>

</dl>

    

<hr>
<a name="_L_"><!-- --></a><h2>
<b>L</b></h2>

<dl>

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

    

<hr>
<a name="_M_"><!-- --></a><h2>
<b>M</b></h2>

<dl>

<dt><a href="org/gmetrics/analyzer/FilesystemSourceAnalyzer.html#matches(org.gmetrics.source.SourceCode)" title="Method in FilesystemSourceAnalyzer"><b>matches</b>(SourceCode)</b></a> - Method in <a href="org/gmetrics/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/source/SourceCodeCriteria.html#matches(org.gmetrics.source.SourceCode)" title="Method in SourceCodeCriteria"><b>matches</b>(SourceCode)</b></a> - Method in <a href="org/gmetrics/source/SourceCodeCriteria.html">SourceCodeCriteria</a>
</dt><dd>Return true if all of the criteria specified in this object apply to thw SourceCode.</dd>
<dt><a href="org/gmetrics/util/WildcardPattern.html#matches(java.lang.String)" title="Method in WildcardPattern"><b>matches</b>(String)</b></a> - Method in <a href="org/gmetrics/util/WildcardPattern.html">WildcardPattern</a>
</dt><dd>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.</dd>
<dt><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"><b>matchesCoberturaMethod</b>(String, String, String, String)</b></a> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html">CoberturaSignatureParser</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/AbstractAstVisitor.html#MAX_SOURCE_LINE_LENGTH" title="Field in AbstractAstVisitor"><b>MAX_SOURCE_LINE_LENGTH</b></a> - Field in <a href="org/gmetrics/metric/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/result/FunctionNames.html#MAXIMUM" title="Field in FunctionNames"><b>MAXIMUM</b></a> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html" title="Class in org.gmetrics.metric.methodcount"><b>MethodCountAstVisitor</b></a> - Class in <a href="./org/gmetrics/metric/methodcount/package-summary.html">org.gmetrics.metric.methodcount</a>
</dt><dd>AstVisitor for the MethodCountMetric.</dd>
<dt><a href="org/gmetrics/metric/methodcount/MethodCountMetric.html" title="Class in org.gmetrics.metric.methodcount"><b>MethodCountMetric</b></a> - Class in <a href="./org/gmetrics/metric/methodcount/package-summary.html">org.gmetrics.metric.methodcount</a>
</dt><dd>Metric for counting the number of methods within classes and interfaces.</dd>
<dt><a href="org/gmetrics/result/MethodKey.html" title="Class in org.gmetrics.result"><b>MethodKey</b></a> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd>Serves as a key in the Map of method --> MetricResult. </dd>
<dt><a href="org/gmetrics/result/MethodKey.html#MethodKey(org.codehaus.groovy.ast.MethodNode)" title="Constructor in MethodKey"><b>MethodKey</b>(MethodNode)</b></a> - Constructor in <a href="org/gmetrics/result/MethodKey.html">MethodKey</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html" title="Class in org.gmetrics.metric.linecount"><b>MethodLineCountAstVisitor</b></a> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd>AST Visitor for calculating the lines of code for a method or closure field.</dd>
<dt><a href="org/gmetrics/metric/linecount/MethodLineCountMetric.html" title="Class in org.gmetrics.metric.linecount"><b>MethodLineCountMetric</b></a> - Class in <a href="./org/gmetrics/metric/linecount/package-summary.html">org.gmetrics.metric.linecount</a>
</dt><dd>Metric for counting the lines of code for methods and closure fields.</dd>
<dt><a href="org/gmetrics/metric/MethodMetric.html" title="Interface in org.gmetrics.metric"><b>MethodMetric</b></a> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Represents a method-level metric</dd>
<dt><a href="org/gmetrics/metricset/MetricSetDelegate.html#methodMissing(java.lang.String, def)" title="Method in MetricSetDelegate"><b>methodMissing</b>(String, def)</b></a> - Method in <a href="org/gmetrics/metricset/MetricSetDelegate.html">MetricSetDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/TopLevelDelegate.html#methodMissing(java.lang.String, def)" title="Method in TopLevelDelegate"><b>methodMissing</b>(String, def)</b></a> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/resultsnode/MethodResultsNode.html" title="Class in org.gmetrics.resultsnode"><b>MethodResultsNode</b></a> - Class in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd>Represents a method result node in the hierarchy of metric result nodes</dd>
<dt><a href="org/gmetrics/resultsnode/MethodResultsNode.html#MethodResultsNode(java.lang.String, java.lang.String)" title="Constructor in MethodResultsNode"><b>MethodResultsNode</b>(String, String)</b></a> - Constructor in <a href="org/gmetrics/resultsnode/MethodResultsNode.html">MethodResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/Metric.html" title="Interface in org.gmetrics.metric"><b>Metric</b></a> - Interface in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Represents a metric</dd>
<dt><a href="org/gmetrics/metricset/TopLevelDelegate.html#metric(java.lang.Class, groovy.lang.Closure)" title="Method in TopLevelDelegate"><b>metric</b>(Class, Closure)</b></a> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html" title="Class in org.gmetrics.report"><b>MetricCriteriaFilterHelper</b></a> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd>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.</dd>
<dt><a href="org/gmetrics/metric/MetricLevel.html" title="Enum in org.gmetrics.metric"><b>MetricLevel</b></a> - Enum in <a href="./org/gmetrics/metric/package-summary.html">org.gmetrics.metric</a>
</dt><dd>Enum representing the level at which a metric is applied - either method, class or package</dd>
<dt><a href="org/gmetrics/metricregistry/MetricRegistry.html" title="Interface in org.gmetrics.metricregistry"><b>MetricRegistry</b></a> - Interface in <a href="./org/gmetrics/metricregistry/package-summary.html">org.gmetrics.metricregistry</a>
</dt><dd>Represents a registry of metric classes, accessible by metric name</dd>
<dt><a href="org/gmetrics/metricregistry/MetricRegistryHolder.html" title="Class in org.gmetrics.metricregistry"><b>MetricRegistryHolder</b></a> - Class in <a href="./org/gmetrics/metricregistry/package-summary.html">org.gmetrics.metricregistry</a>
</dt><dd>Holds a reference to the MetricRegistry static singleton</dd>
<dt><a href="org/gmetrics/result/MetricResult.html" title="Interface in org.gmetrics.result"><b>MetricResult</b></a> - Interface in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd>Represents the result from applying a single metric (to a package, class or method)</dd>
<dt><a href="org/gmetrics/result/MetricResultBuilder.html" title="Class in org.gmetrics.result"><b>MetricResultBuilder</b></a> - Class in <a href="./org/gmetrics/result/package-summary.html">org.gmetrics.result</a>
</dt><dd>A Builder for MetricResult objects.</dd>
<dt><a href="org/gmetrics/report/MetricsCriteriaFilter.html" title="Class in org.gmetrics.report"><b>MetricsCriteriaFilter</b></a> - Class in <a href="./org/gmetrics/report/package-summary.html">org.gmetrics.report</a>
</dt><dd>Provides data and behavior for enabling reports to filter the set of metrics included in a report.
 </dd>
<dt><a href="org/gmetrics/metricset/MetricSet.html" title="Interface in org.gmetrics.metricset"><b>MetricSet</b></a> - Interface in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd>Represents a set of (configured) Metric objects</dd>
<dt><a href="org/gmetrics/metricset/MetricSetBuilder.html#metricset(groovy.lang.Closure)" title="Method in MetricSetBuilder"><b>metricset</b>(Closure)</b></a> - Method in <a href="org/gmetrics/metricset/MetricSetBuilder.html">MetricSetBuilder</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/TopLevelDelegate.html#metricset(java.lang.String, groovy.lang.Closure)" title="Method in TopLevelDelegate"><b>metricset</b>(String, Closure)</b></a> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/MetricSetBuilder.html" title="Class in org.gmetrics.metricset"><b>MetricSetBuilder</b></a> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd>A Builder for MetricSets. </dd>
<dt><a href="org/gmetrics/metricset/MetricSetDelegate.html" title="Class in org.gmetrics.metricset"><b>MetricSetDelegate</b></a> - Class in <a href="./org/gmetrics/metricset/package-summary.html">org.gmetrics.metricset</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/MetricSetDelegate.html#MetricSetDelegate(org.gmetrics.metricset.MetricSet)" title="Constructor in MetricSetDelegate"><b>MetricSetDelegate</b>(MetricSet)</b></a> - Constructor in <a href="org/gmetrics/metricset/MetricSetDelegate.html">MetricSetDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/result/FunctionNames.html#MINIMUM" title="Field in FunctionNames"><b>MINIMUM</b></a> - Field in <a href="org/gmetrics/result/FunctionNames.html">FunctionNames</a>
</dt><dd></dd>
</dl>

    

<hr>
<a name="_N_"><!-- --></a><h2>
<b>N</b></h2>

<dl>

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

    

<hr>
<a name="_O_"><!-- --></a><h2>
<b>O</b></h2>

<dl>

</dl>

    

<hr>
<a name="_P_"><!-- --></a><h2>
<b>P</b></h2>

<dl>

<dt><a href="org/gmetrics/resultsnode/PackageResultsNode.html" title="Class in org.gmetrics.resultsnode"><b>PackageResultsNode</b></a> - Class in <a href="./org/gmetrics/resultsnode/package-summary.html">org.gmetrics.resultsnode</a>
</dt><dd>Represents a package node in the hierarchy of metric result nodes</dd>
<dt><a href="org/gmetrics/resultsnode/PackageResultsNode.html#PackageResultsNode(java.lang.String, java.lang.String)" title="Constructor in PackageResultsNode"><b>PackageResultsNode</b>(String, String)</b></a> - Constructor in <a href="org/gmetrics/resultsnode/PackageResultsNode.html">PackageResultsNode</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html#parseCoberturaSignatureParameterTypes(java.lang.String)" title="Method in CoberturaSignatureParser"><b>parseCoberturaSignatureParameterTypes</b>(String)</b></a> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.html">CoberturaSignatureParser</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html#parseCoverageRate(groovy.util.slurpersupport.GPathResult)" title="Method in CoberturaCoverageFile"><b>parseCoverageRate</b>(GPathResult)</b></a> - Method in <a href="org/gmetrics/metric/coverage/CoberturaCoverageFile.html">CoberturaCoverageFile</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html#parseCriteria(java.lang.String)" title="Method in MetricCriteriaFilterHelper"><b>parseCriteria</b>(String)</b></a> - Method in <a href="org/gmetrics/report/MetricCriteriaFilterHelper.html">MetricCriteriaFilterHelper</a>
</dt><dd>Parse the criteria string</dd>
<dt><a href="org/gmetrics/report/MetricCriteriaFilterHelper.html#parseCriteriaForSingleMetric(java.util.Map, java.lang.String)" title="Method in MetricCriteriaFilterHelper"><b>parseCriteriaForSingleMetric</b>(Map, String)</b></a> - Method in <a href="org/gmetrics/report/MetricCriteriaFilterHelper.html">MetricCriteriaFilterHelper</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/util/PathUtil.html" title="Class in org.gmetrics.util"><b>PathUtil</b></a> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd>Contains static utility methods related to file and directory paths.
 </dd>
<dt><a href="org/gmetrics/formatter/PercentageFormatter.html" title="Class in org.gmetrics.formatter"><b>PercentageFormatter</b></a> - Class in <a href="./org/gmetrics/formatter/package-summary.html">org.gmetrics.formatter</a>
</dt><dd>Formatter that formats a number as a percentage, and appends a '%'</dd>
<dt><a href="org/gmetrics/metric/coverage/Ratio.html#plus(org.gmetrics.metric.coverage.Ratio)" title="Method in Ratio"><b>plus</b>(Ratio)</b></a> - Method in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.ParseContext.html#processPrimitiveTypeCode(java.lang.String)" title="Method in CoberturaSignatureParser.ParseContext"><b>processPrimitiveTypeCode</b>(String)</b></a> - Method in <a href="org/gmetrics/metric/coverage/CoberturaSignatureParser.ParseContext.html">CoberturaSignatureParser.ParseContext</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metricset/TopLevelDelegate.html#propertyMissing(java.lang.String)" title="Method in TopLevelDelegate"><b>propertyMissing</b>(String)</b></a> - Method in <a href="org/gmetrics/metricset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/util/PropertyUtil.html" title="Class in org.gmetrics.util"><b>PropertyUtil</b></a> - Class in <a href="./org/gmetrics/util/package-summary.html">org.gmetrics.util</a>
</dt><dd>Contains property-related static utility methods</dd>
</dl>

    

<hr>
<a name="_Q_"><!-- --></a><h2>
<b>Q</b></h2>

<dl>

</dl>

    

<hr>
<a name="_R_"><!-- --></a><h2>
<b>R</b></h2>

<dl>

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

    

<hr>
<a name="_S_"><!-- --></a><h2>
<b>S</b></h2>

<dl>

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

    

<hr>
<a name="_T_"><!-- --></a><h2>
<b>T</b></h2>

<dl>

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

    

<hr>
<a name="_U_"><!-- --></a><h2>
<b>U</b></h2>

<dl>

<dt><a href="org/gmetrics/util/io/UrlResource.html" title="Class in org.gmetrics.util.io"><b>UrlResource</b></a> - Class in <a href="./org/gmetrics/util/io/package-summary.html">org.gmetrics.util.io</a>
</dt><dd>A Resource implementation based on java.net.URL.
 </dd>
<dt><a href="org/gmetrics/util/io/UrlResource.html#UrlResource(java.lang.String)" title="Constructor in UrlResource"><b>UrlResource</b>(String)</b></a> - Constructor in <a href="org/gmetrics/util/io/UrlResource.html">UrlResource</a>
</dt><dd>Construct a new FileResource<DL><DT><B>path:</B></DT><DD>- the filesystem path to the file.</DD></DL> </dd>
</dl>

    

<hr>
<a name="_V_"><!-- --></a><h2>
<b>V</b></h2>

<dl>

<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AbcAstVisitor"><b>visitBinaryExpression</b>(BinaryExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in CyclomaticComplexityAstVisitor"><b>visitBinaryExpression</b>(BinaryExpression)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in AbcAstVisitor"><b>visitBooleanExpression</b>(BooleanExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in CyclomaticComplexityAstVisitor"><b>visitCatchStatement</b>(CatchStatement)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/linecount/ClassLineCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassLineCountAstVisitor"><b>visitClass</b>(ClassNode)</b></a> - Method in <a href="org/gmetrics/metric/linecount/ClassLineCountAstVisitor.html">ClassLineCountAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in FieldCountAstVisitor"><b>visitClass</b>(ClassNode)</b></a> - Method in <a href="org/gmetrics/metric/fieldcount/FieldCountAstVisitor.html">FieldCountAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in MethodCountAstVisitor"><b>visitClass</b>(ClassNode)</b></a> - Method in <a href="org/gmetrics/metric/methodcount/MethodCountAstVisitor.html">MethodCountAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in MethodLineCountAstVisitor"><b>visitClosureExpression</b>(ClosureExpression)</b></a> - Method in <a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html">MethodLineCountAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbcAstVisitor"><b>visitConstructorCallExpression</b>(ConstructorCallExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in CyclomaticComplexityAstVisitor"><b>visitForLoop</b>(ForStatement)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AbcAstVisitor"><b>visitIfElse</b>(IfStatement)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in CyclomaticComplexityAstVisitor"><b>visitIfElse</b>(IfStatement)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbcAstVisitor"><b>visitMethod</b>(MethodNode)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in CyclomaticComplexityAstVisitor"><b>visitMethod</b>(MethodNode)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in MethodLineCountAstVisitor"><b>visitMethod</b>(MethodNode)</b></a> - Method in <a href="org/gmetrics/metric/linecount/MethodLineCountAstVisitor.html">MethodLineCountAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AbcAstVisitor"><b>visitMethodCallExpression</b>(MethodCallExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in AbcAstVisitor"><b>visitNotExpression</b>(NotExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in AbcAstVisitor"><b>visitPostfixExpression</b>(PostfixExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in AbcAstVisitor"><b>visitPrefixExpression</b>(PrefixExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in AbcAstVisitor"><b>visitPropertyExpression</b>(PropertyExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in CyclomaticComplexityAstVisitor"><b>visitPropertyExpression</b>(PropertyExpression)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in AbcAstVisitor"><b>visitSwitch</b>(SwitchStatement)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in CyclomaticComplexityAstVisitor"><b>visitSwitch</b>(SwitchStatement)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AbcAstVisitor"><b>visitTernaryExpression</b>(TernaryExpression)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in CyclomaticComplexityAstVisitor"><b>visitTernaryExpression</b>(TernaryExpression)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/abc/AbcAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbcAstVisitor"><b>visitTryCatchFinally</b>(TryCatchStatement)</b></a> - Method in <a href="org/gmetrics/metric/abc/AbcAstVisitor.html">AbcAstVisitor</a>
</dt><dd></dd>
<dt><a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in CyclomaticComplexityAstVisitor"><b>visitWhileLoop</b>(WhileStatement)</b></a> - Method in <a href="org/gmetrics/metric/cyclomatic/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd></dd>
</dl>

    

<hr>
<a name="_W_"><!-- --></a><h2>
<b>W</b></h2>

<dl>

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

    

<hr>
<a name="_X_"><!-- --></a><h2>
<b>X</b></h2>

<dl>

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

    

<hr>
<a name="_Y_"><!-- --></a><h2>
<b>Y</b></h2>

<dl>

</dl>

    

<hr>
<a name="_Z_"><!-- --></a><h2>
<b>Z</b></h2>

<dl>

<dt><a href="org/gmetrics/metric/coverage/Ratio.html#ZERO" title="Field in Ratio"><b>ZERO</b></a> - Field in <a href="org/gmetrics/metric/coverage/Ratio.html">Ratio</a>
</dt><dd></dd>
</dl>

    

<hr>
<a name="___"><!-- --></a><h2>
<b>_</b></h2>

<dl>

</dl>

    

<hr>
<p>Groovy Documentation</p>
<hr>

</body></html>