public class org.jruby.ast.WhenOneArgNode extends org.jruby.ast.WhenNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.WhenOneArgNode
  super_class: org.jruby.ast.WhenNode
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node, org.jruby.ast.Node);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.ast.WhenOneArgNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node expressionNode
        start local 3 // org.jruby.ast.Node bodyNode
        start local 4 // org.jruby.ast.Node nextCase
         0: .line 16
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* expressionNode */
            aload 3 /* bodyNode */
            aload 4 /* nextCase */
            invokespecial org.jruby.ast.WhenNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
         1: .line 17
            return
        end local 4 // org.jruby.ast.Node nextCase
        end local 3 // org.jruby.ast.Node bodyNode
        end local 2 // org.jruby.ast.Node expressionNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.WhenOneArgNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/ast/WhenOneArgNode;
            0    2     1        position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2  expressionNode  Lorg/jruby/ast/Node;
            0    2     3        bodyNode  Lorg/jruby/ast/Node;
            0    2     4        nextCase  Lorg/jruby/ast/Node;
    MethodParameters:
                Name  Flags
      position        
      expressionNode  
      bodyNode        
      nextCase        
}
SourceFile: "WhenOneArgNode.java"