public class sun.tools.jstat.OptionOutputFormatter implements sun.tools.jstat.OutputFormatter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jstat.OptionOutputFormatter
  super_class: java.lang.Object
{
  private sun.tools.jstat.OptionFormat format;
    descriptor: Lsun/tools/jstat/OptionFormat;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String header;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvmstat.monitor.MonitoredVm vm;
    descriptor: Lsun/jvmstat/monitor/MonitoredVm;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvmstat.monitor.MonitoredVm, sun.tools.jstat.OptionFormat);
    descriptor: (Lsun/jvmstat/monitor/MonitoredVm;Lsun/tools/jstat/OptionFormat;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.tools.jstat.OptionOutputFormatter this
        start local 1 // sun.jvmstat.monitor.MonitoredVm vm
        start local 2 // sun.tools.jstat.OptionFormat format
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* vm */
            putfield sun.tools.jstat.OptionOutputFormatter.vm:Lsun/jvmstat/monitor/MonitoredVm;
         2: .line 45
            aload 0 /* this */
            aload 2 /* format */
            putfield sun.tools.jstat.OptionOutputFormatter.format:Lsun/tools/jstat/OptionFormat;
         3: .line 46
            aload 0 /* this */
            invokevirtual sun.tools.jstat.OptionOutputFormatter.resolve:()V
         4: .line 47
            return
        end local 2 // sun.tools.jstat.OptionFormat format
        end local 1 // sun.jvmstat.monitor.MonitoredVm vm
        end local 0 // sun.tools.jstat.OptionOutputFormatter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/tools/jstat/OptionOutputFormatter;
            0    5     1      vm  Lsun/jvmstat/monitor/MonitoredVm;
            0    5     2  format  Lsun/tools/jstat/OptionFormat;
    Exceptions:
      throws sun.jvmstat.monitor.MonitorException
    MethodParameters:
        Name  Flags
      vm      
      format  

  private void resolve();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.tools.jstat.OptionOutputFormatter this
         0: .line 50
            new sun.tools.jstat.ExpressionResolver
            dup
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.vm:Lsun/jvmstat/monitor/MonitoredVm;
            invokespecial sun.tools.jstat.ExpressionResolver.<init>:(Lsun/jvmstat/monitor/MonitoredVm;)V
            astore 1 /* ee */
        start local 1 // sun.tools.jstat.ExpressionEvaluator ee
         1: .line 51
            new sun.tools.jstat.SymbolResolutionClosure
            dup
            aload 1 /* ee */
            invokespecial sun.tools.jstat.SymbolResolutionClosure.<init>:(Lsun/tools/jstat/ExpressionEvaluator;)V
            astore 2 /* ec */
        start local 2 // sun.tools.jstat.SymbolResolutionClosure ec
         2: .line 52
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.format:Lsun/tools/jstat/OptionFormat;
            aload 2 /* ec */
            invokevirtual sun.tools.jstat.OptionFormat.apply:(Lsun/tools/jstat/Closure;)V
         3: .line 53
            return
        end local 2 // sun.tools.jstat.SymbolResolutionClosure ec
        end local 1 // sun.tools.jstat.ExpressionEvaluator ee
        end local 0 // sun.tools.jstat.OptionOutputFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/jstat/OptionOutputFormatter;
            1    4     1    ee  Lsun/tools/jstat/ExpressionEvaluator;
            2    4     2    ec  Lsun/tools/jstat/SymbolResolutionClosure;
    Exceptions:
      throws sun.jvmstat.monitor.MonitorException

  public java.lang.String getHeader();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.tools.jstat.OptionOutputFormatter this
         0: .line 56
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.header:Ljava/lang/String;
            ifnonnull 4
         1: .line 57
            new sun.tools.jstat.HeaderClosure
            dup
            invokespecial sun.tools.jstat.HeaderClosure.<init>:()V
            astore 1 /* hc */
        start local 1 // sun.tools.jstat.HeaderClosure hc
         2: .line 58
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.format:Lsun/tools/jstat/OptionFormat;
            aload 1 /* hc */
            invokevirtual sun.tools.jstat.OptionFormat.apply:(Lsun/tools/jstat/Closure;)V
         3: .line 59
            aload 0 /* this */
            aload 1 /* hc */
            invokevirtual sun.tools.jstat.HeaderClosure.getHeader:()Ljava/lang/String;
            putfield sun.tools.jstat.OptionOutputFormatter.header:Ljava/lang/String;
        end local 1 // sun.tools.jstat.HeaderClosure hc
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.header:Ljava/lang/String;
            areturn
        end local 0 // sun.tools.jstat.OptionOutputFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/tools/jstat/OptionOutputFormatter;
            2    4     1    hc  Lsun/tools/jstat/HeaderClosure;
    Exceptions:
      throws sun.jvmstat.monitor.MonitorException

  public java.lang.String getRow();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.tools.jstat.OptionOutputFormatter this
         0: .line 65
            new sun.tools.jstat.RowClosure
            dup
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.vm:Lsun/jvmstat/monitor/MonitoredVm;
            invokespecial sun.tools.jstat.RowClosure.<init>:(Lsun/jvmstat/monitor/MonitoredVm;)V
            astore 1 /* rc */
        start local 1 // sun.tools.jstat.RowClosure rc
         1: .line 66
            aload 0 /* this */
            getfield sun.tools.jstat.OptionOutputFormatter.format:Lsun/tools/jstat/OptionFormat;
            aload 1 /* rc */
            invokevirtual sun.tools.jstat.OptionFormat.apply:(Lsun/tools/jstat/Closure;)V
         2: .line 67
            aload 1 /* rc */
            invokevirtual sun.tools.jstat.RowClosure.getRow:()Ljava/lang/String;
            areturn
        end local 1 // sun.tools.jstat.RowClosure rc
        end local 0 // sun.tools.jstat.OptionOutputFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jstat/OptionOutputFormatter;
            1    3     1    rc  Lsun/tools/jstat/RowClosure;
    Exceptions:
      throws sun.jvmstat.monitor.MonitorException
}
SourceFile: "OptionOutputFormatter.java"