public class org.jruby.ast.AliasNode extends org.jruby.ast.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.AliasNode
  super_class: org.jruby.ast.Node
{
  private org.jruby.ast.Node oldName;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.ast.Node newName;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.AliasNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node newName
        start local 3 // org.jruby.ast.Node oldName
         0: .line 47
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* newName */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 1
            aload 3 /* oldName */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         1: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         2: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         3: .line 48
            aload 0 /* this */
            aload 3 /* oldName */
            putfield org.jruby.ast.AliasNode.oldName:Lorg/jruby/ast/Node;
         4: .line 49
            aload 0 /* this */
            aload 2 /* newName */
            putfield org.jruby.ast.AliasNode.newName:Lorg/jruby/ast/Node;
         5: .line 50
            return
        end local 3 // org.jruby.ast.Node oldName
        end local 2 // org.jruby.ast.Node newName
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/ast/AliasNode;
            0    6     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    6     2   newName  Lorg/jruby/ast/Node;
            0    6     3   oldName  Lorg/jruby/ast/Node;
    MethodParameters:
          Name  Flags
      position  
      newName   
      oldName   

  public org.jruby.ast.NodeType getNodeType();
    descriptor: ()Lorg/jruby/ast/NodeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.AliasNode this
         0: .line 53
            getstatic org.jruby.ast.NodeType.ALIASNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/AliasNode;

  public <T> T accept(org.jruby.ast.visitor.NodeVisitor<T>);
    descriptor: (Lorg/jruby/ast/visitor/NodeVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.AliasNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 61
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitAliasNode:(Lorg/jruby/ast/AliasNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/AliasNode;
            0    1     1  iVisitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
          Name  Flags
      iVisitor  

  public org.jruby.ast.Node getNewName();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.AliasNode this
         0: .line 69
            aload 0 /* this */
            getfield org.jruby.ast.AliasNode.newName:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/AliasNode;

  public org.jruby.ast.Node getOldName();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.AliasNode this
         0: .line 77
            aload 0 /* this */
            getfield org.jruby.ast.AliasNode.oldName:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/AliasNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.AliasNode this
         0: .line 81
            aload 0 /* this */
            getfield org.jruby.ast.AliasNode.newName:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.AliasNode.oldName:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.AliasNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/AliasNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "AliasNode.java"