public class org.apache.commons.math3.geometry.euclidean.oned.Interval
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.oned.Interval
  super_class: java.lang.Object
{
  private final double lower;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double upper;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
        start local 1 // double lower
        start local 3 // double upper
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            dload 3 /* upper */
            dload 1 /* lower */
            dcmpg
            ifge 5
         2: .line 42
            new org.apache.commons.math3.exception.NumberIsTooSmallException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ENDPOINTS_NOT_AN_INTERVAL:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         3: .line 43
            dload 3 /* upper */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            dload 1 /* lower */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_1
         4: .line 42
            invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;Ljava/lang/Number;Z)V
            athrow
         5: .line 45
      StackMap locals: org.apache.commons.math3.geometry.euclidean.oned.Interval double double
      StackMap stack:
            aload 0 /* this */
            dload 1 /* lower */
            putfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
         6: .line 46
            aload 0 /* this */
            dload 3 /* upper */
            putfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
         7: .line 47
            return
        end local 3 // double upper
        end local 1 // double lower
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
            0    8     1  lower  D
            0    8     3  upper  D
    MethodParameters:
       Name  Flags
      lower  final
      upper  final

  public double getInf();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 54
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;

  public double getLower();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 63
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getInf:()D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public double getSup();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;

  public double getUpper();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 80
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSup:()D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public double getSize();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 88
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
            dsub
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;

  public double getLength();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 97
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSize:()D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public double getBarycenter();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 105
            ldc 0.5
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
            dadd
            dmul
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;

  public double getMidPoint();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
         0: .line 114
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getBarycenter:()D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.apache.commons.math3.geometry.partitioning.Region$Location checkPoint(double, double);
    descriptor: (DD)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
        start local 1 // double point
        start local 3 // double tolerance
         0: .line 126
            dload 1 /* point */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
            dload 3 /* tolerance */
            dsub
            dcmpg
            iflt 1
            dload 1 /* point */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
            dload 3 /* tolerance */
            dadd
            dcmpl
            ifle 2
         1: .line 127
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            dload 1 /* point */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.lower:D
            dload 3 /* tolerance */
            dadd
            dcmpl
            ifle 4
            dload 1 /* point */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.Interval.upper:D
            dload 3 /* tolerance */
            dsub
            dcmpg
            ifge 4
         3: .line 129
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.INSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            areturn
         4: .line 131
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.BOUNDARY:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            areturn
        end local 3 // double tolerance
        end local 1 // double point
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.Interval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
            0    5     1      point  D
            0    5     3  tolerance  D
    Signature: (DD)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
    MethodParameters:
           Name  Flags
      point      final
      tolerance  final
}
SourceFile: "Interval.java"
InnerClasses:
  public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region