public class com.sun.jmx.snmp.SnmpPduRequest implements com.sun.jmx.snmp.SnmpPduRequestType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.SnmpPduRequest
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2218754017025258979

  public int errorStatus;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int errorIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpPduRequest this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpPduPacket cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\taddress cannot be resolved to a variable\n\tport cannot be resolved or is not a field\n\tport cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tversion cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved to a variable\n\ttype cannot be resolved or is not a field\n\tSnmpDefinitions cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\trequestId cannot be resolved to a variable\n\tSnmpDefinitions cannot be resolved to a variable\n\tType mismatch: cannot convert from SnmpPduRequest to SnmpPdu\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;

  public void setErrorIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpPduRequest this
         0: .line 68
            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.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;
    MethodParameters:
      Name  Flags
      i     

  public void setErrorStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpPduRequest this
         0: .line 76
            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.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;
    MethodParameters:
      Name  Flags
      i     

  public int getErrorIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpPduRequest this
         0: .line 84
            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.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;

  public int getErrorStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpPduRequest this
         0: .line 90
            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.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;

  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.SnmpPduRequest this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\taddress cannot be resolved or is not a field\n\taddress cannot be resolved to a variable\n\tport cannot be resolved or is not a field\n\tport cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tversion cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved to a variable\n\ttype cannot be resolved or is not a field\n\tSnmpDefinitions cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\trequestId cannot be resolved to a variable\n\tSnmpDefinitions cannot be resolved to a variable\n\tType mismatch: cannot convert from SnmpPduRequest to SnmpPdu\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpPduRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduRequest;
}
SourceFile: "SnmpPduRequest.java"