class sun.jvm.hotspot.CommandProcessor$10 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$10
  super_class: sun.jvm.hotspot.CommandProcessor$Command
{
  final sun.jvm.hotspot.CommandProcessor this$0;
    descriptor: Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor, sun.jvm.hotspot.CommandProcessor, java.lang.String, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.CommandProcessor$10 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 636
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$10.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            aload 4 /* $anonymous1 */
            iload 5 /* $anonymous2 */
            invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            return
        end local 5 // boolean $anonymous2
        end local 4 // java.lang.String $anonymous1
        end local 3 // java.lang.String $anonymous0
        end local 0 // sun.jvm.hotspot.CommandProcessor$10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$10;
            0    1     3  $anonymous0  Ljava/lang/String;
            0    1     4  $anonymous1  Ljava/lang/String;
            0    1     5  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$10 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 638
            invokestatic sun.jvm.hotspot.memory.SymbolTable.getTheTable:()Lsun/jvm/hotspot/memory/SymbolTable;
            new sun.jvm.hotspot.CommandProcessor$10$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.CommandProcessor$10$1.<init>:(Lsun/jvm/hotspot/CommandProcessor$10;)V
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.symbolsDo:(Lsun/jvm/hotspot/memory/SymbolTable$SymbolVisitor;)V
         1: .line 644
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor$10;
            0    2     1     t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
    MethodParameters:
      Name  Flags
      t     

  static sun.jvm.hotspot.CommandProcessor access$0(sun.jvm.hotspot.CommandProcessor$10);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$10;)Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 636
            aload 0
            getfield sun.jvm.hotspot.CommandProcessor$10.this$0:Lsun/jvm/hotspot/CommandProcessor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$10
  sun.jvm.hotspot.CommandProcessor$10$1
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor
  public abstract SymbolVisitor = sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor of sun.jvm.hotspot.memory.SymbolTable