class com.google.common.math.LongMath$MillerRabinTester$1 extends com.google.common.math.LongMath$MillerRabinTester
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.math.LongMath$MillerRabinTester$1
  super_class: com.google.common.math.LongMath$MillerRabinTester
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
         0: .line 1068
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.math.LongMath$MillerRabinTester.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LongMath$MillerRabinTester$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  long mulMod(long, long, long);
    descriptor: (JJJ)J
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
        start local 1 // long a
        start local 3 // long b
        start local 5 // long m
         0: .line 1077
            lload 1 /* a */
            lload 3 /* b */
            lmul
            lload 5 /* m */
            lrem
            lreturn
        end local 5 // long m
        end local 3 // long b
        end local 1 // long a
        end local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LongMath$MillerRabinTester$1;
            0    1     1     a  J
            0    1     3     b  J
            0    1     5     m  J
    MethodParameters:
      Name  Flags
      a     
      b     
      m     

  long squareMod(long, long);
    descriptor: (JJ)J
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
        start local 1 // long a
        start local 3 // long m
         0: .line 1082
            lload 1 /* a */
            lload 1 /* a */
            lmul
            lload 3 /* m */
            lrem
            lreturn
        end local 3 // long m
        end local 1 // long a
        end local 0 // com.google.common.math.LongMath$MillerRabinTester$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LongMath$MillerRabinTester$1;
            0    1     1     a  J
            0    1     3     m  J
    MethodParameters:
      Name  Flags
      a     
      m     
}
SourceFile: "LongMath.java"
EnclosingMethod: com.google.common.math.LongMath$MillerRabinTester
NestHost: com.google.common.math.LongMath
InnerClasses:
  private abstract MillerRabinTester = com.google.common.math.LongMath$MillerRabinTester of com.google.common.math.LongMath
  com.google.common.math.LongMath$MillerRabinTester$1