public class com.sun.jmx.snmp.SnmpScopedPduBulk extends com.sun.jmx.snmp.SnmpScopedPduPacket implements com.sun.jmx.snmp.SnmpPduBulkType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.SnmpScopedPduBulk
  super_class: com.sun.jmx.snmp.SnmpScopedPduPacket
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1648623646227038885

  int nonRepeaters;
    descriptor: I
    flags: (0x0000) 

  int maxRepetitions;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type SnmpScopedPduBulk is inconsistent\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tsnmpVersionThree cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tSnmpDefinitions cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;

  public void setMaxRepetitions(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;
    MethodParameters:
      Name  Flags
      max   

  public void setNonRepeaters(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;
    MethodParameters:
      Name  Flags
      nr    

  public int getMaxRepetitions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;

  public int getNonRepeaters();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;

  public com.sun.jmx.snmp.SnmpPdu getResponsePdu();
    descriptor: ()Lcom/sun/jmx/snmp/SnmpPdu;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tpduGetResponsePdu cannot be resolved to a variable\n\tSnmpDefinitions cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpScopedPduBulk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpScopedPduBulk;
}
SourceFile: "SnmpScopedPduBulk.java"