public class net.sourceforge.cobertura.check.CoverageThreshold
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sourceforge.cobertura.check.CoverageThreshold
  super_class: java.lang.Object
{
  private java.lang.String regex;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private double minBranchPercentage;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double minLinePercentage;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, double, double);
    descriptor: (Ljava/lang/String;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
        start local 1 // java.lang.String regex
        start local 2 // double minBranchPercentage
        start local 4 // double minLinePercentage
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            aload 1 /* regex */
            putfield net.sourceforge.cobertura.check.CoverageThreshold.regex:Ljava/lang/String;
         2: .line 20
            aload 0 /* this */
            dload 2 /* minBranchPercentage */
            putfield net.sourceforge.cobertura.check.CoverageThreshold.minBranchPercentage:D
         3: .line 21
            aload 0 /* this */
            dload 4 /* minLinePercentage */
            putfield net.sourceforge.cobertura.check.CoverageThreshold.minLinePercentage:D
         4: .line 22
            return
        end local 4 // double minLinePercentage
        end local 2 // double minBranchPercentage
        end local 1 // java.lang.String regex
        end local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lnet/sourceforge/cobertura/check/CoverageThreshold;
            0    5     1                regex  Ljava/lang/String;
            0    5     2  minBranchPercentage  D
            0    5     4    minLinePercentage  D
    MethodParameters:
                     Name  Flags
      regex                
      minBranchPercentage  
      minLinePercentage    

  public java.lang.String getRegex();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
         0: .line 25
            aload 0 /* this */
            getfield net.sourceforge.cobertura.check.CoverageThreshold.regex:Ljava/lang/String;
            areturn
        end local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/check/CoverageThreshold;

  public double getMinBranchPercentage();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
         0: .line 29
            aload 0 /* this */
            getfield net.sourceforge.cobertura.check.CoverageThreshold.minBranchPercentage:D
            dreturn
        end local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/check/CoverageThreshold;

  public double getMinLinePercentage();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
         0: .line 33
            aload 0 /* this */
            getfield net.sourceforge.cobertura.check.CoverageThreshold.minLinePercentage:D
            dreturn
        end local 0 // net.sourceforge.cobertura.check.CoverageThreshold this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/check/CoverageThreshold;
}
SourceFile: "CoverageThreshold.java"