public class org.jruby.ast.FixnumNode extends org.jruby.ast.NumericNode implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.SideEffectFree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.FixnumNode
  super_class: org.jruby.ast.NumericNode
{
  private long value;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, long);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.ast.FixnumNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // long value
         0: .line 48
            aload 0 /* this */
            aload 1 /* position */
            invokespecial org.jruby.ast.NumericNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
         1: .line 49
            aload 0 /* this */
            lload 2 /* value */
            putfield org.jruby.ast.FixnumNode.value:J
         2: .line 50
            return
        end local 2 // long value
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/ast/FixnumNode;
            0    3     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    3     2     value  J
    MethodParameters:
          Name  Flags
      position  
      value     

  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.FixnumNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 53
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitFixnumNode:(Lorg/jruby/ast/FixnumNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/FixnumNode;
            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.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.FixnumNode this
         0: .line 57
            getstatic org.jruby.ast.NodeType.FIXNUMNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FixnumNode;

  public org.jruby.ast.NumericNode negate();
    descriptor: ()Lorg/jruby/ast/NumericNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.ast.FixnumNode this
         0: .line 62
            new org.jruby.ast.FixnumNode
            dup
            aload 0 /* this */
            invokevirtual org.jruby.ast.FixnumNode.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            aload 0 /* this */
            getfield org.jruby.ast.FixnumNode.value:J
            lneg
            invokespecial org.jruby.ast.FixnumNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;J)V
            areturn
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FixnumNode;

  public long getValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.FixnumNode this
         0: .line 70
            aload 0 /* this */
            getfield org.jruby.ast.FixnumNode.value:J
            lreturn
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FixnumNode;

  public void setValue(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ast.FixnumNode this
        start local 1 // long value
         0: .line 74
            aload 0 /* this */
            lload 1 /* value */
            putfield org.jruby.ast.FixnumNode.value:J
         1: .line 75
            return
        end local 1 // long value
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/ast/FixnumNode;
            0    2     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.FixnumNode this
         0: .line 78
            getstatic org.jruby.ast.FixnumNode.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.FixnumNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FixnumNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "FixnumNode.java"