class sun.tools.tree.CodeContext extends sun.tools.tree.Context
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.tree.CodeContext
  super_class: sun.tools.tree.Context
{
  sun.tools.asm.Label breakLabel;
    descriptor: Lsun/tools/asm/Label;
    flags: (0x0000) 

  sun.tools.asm.Label contLabel;
    descriptor: Lsun/tools/asm/Label;
    flags: (0x0000) 

  void <init>(sun.tools.tree.Context, sun.tools.tree.Node);
    descriptor: (Lsun/tools/tree/Context;Lsun/tools/tree/Node;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.tools.tree.CodeContext this
        start local 1 // sun.tools.tree.Context ctx
        start local 2 // sun.tools.tree.Node node
         0: .line 44
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* node */
            invokespecial sun.tools.tree.Context.<init>:(Lsun/tools/tree/Context;Lsun/tools/tree/Node;)V
         1: .line 45
            aload 2 /* node */
            getfield sun.tools.tree.Node.op:I
            lookupswitch { // 9
                   92: 2
                   93: 2
                   94: 2
                   95: 5
                  101: 5
                  103: 2
                  126: 2
                  150: 5
                  151: 5
              default: 7
          }
         2: .line 51
      StackMap locals: sun.tools.tree.CodeContext sun.tools.tree.Context sun.tools.tree.Node
      StackMap stack:
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.tree.CodeContext.breakLabel:Lsun/tools/asm/Label;
         3: .line 52
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.tree.CodeContext.contLabel:Lsun/tools/asm/Label;
         4: .line 53
            goto 9
         5: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.tree.CodeContext.breakLabel:Lsun/tools/asm/Label;
         6: .line 59
            goto 9
         7: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* node */
            instanceof sun.tools.tree.Statement
            ifeq 9
            aload 2 /* node */
            checkcast sun.tools.tree.Statement
            getfield sun.tools.tree.Statement.labels:[Lsun/tools/java/Identifier;
            ifnull 9
         8: .line 62
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.tree.CodeContext.breakLabel:Lsun/tools/asm/Label;
         9: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.tools.tree.Node node
        end local 1 // sun.tools.tree.Context ctx
        end local 0 // sun.tools.tree.CodeContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/tools/tree/CodeContext;
            0   10     1   ctx  Lsun/tools/tree/Context;
            0   10     2  node  Lsun/tools/tree/Node;
    MethodParameters:
      Name  Flags
      ctx   
      node  
}
SourceFile: "CodeContext.java"