public abstract class com.sun.jmx.snmp.SnmpPdu implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.jmx.snmp.SnmpPdu
  super_class: java.lang.Object
{
  public int type;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

  public SnmpVarBind[] varBindList;
    descriptor: [LSnmpVarBind;
    flags: (0x0001) ACC_PUBLIC

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

  public java.net.InetAddress address;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC

  public int port;
    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.SnmpPdu this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduWalkRequest cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduV1TrapPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpPdu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPdu;

  public static java.lang.String pduTypeToString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduWalkRequest cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduV1TrapPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      cmd   
}
SourceFile: "SnmpPdu.java"