public class org.jruby.ast.ComplexNode extends org.jruby.ast.NumericNode implements org.jruby.ast.SideEffectFree
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ast.ComplexNode
super_class: org.jruby.ast.NumericNode
{
private org.jruby.ast.NumericNode y;
descriptor: Lorg/jruby/ast/NumericNode;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.NumericNode);
descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/NumericNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial org.jruby.ast.NumericNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
1: aload 0
aload 2
putfield org.jruby.ast.ComplexNode.y:Lorg/jruby/ast/NumericNode;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ast/ComplexNode;
0 3 1 position Lorg/jruby/lexer/yacc/ISourcePosition;
0 3 2 y Lorg/jruby/ast/NumericNode;
MethodParameters:
Name Flags
position
y
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 start local 1 0: aload 1
aload 0
invokeinterface org.jruby.ast.visitor.NodeVisitor.visitComplexNode:(Lorg/jruby/ast/ComplexNode;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/ComplexNode;
0 1 1 visitor Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
MethodParameters:
Name Flags
visitor
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 0: aload 0
getfield org.jruby.ast.ComplexNode.y:Lorg/jruby/ast/NumericNode;
invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/ComplexNode;
Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
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 0: getstatic org.jruby.ast.NodeType.COMPLEXNODE:Lorg/jruby/ast/NodeType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/ComplexNode;
public org.jruby.ast.NumericNode getNumber();
descriptor: ()Lorg/jruby/ast/NumericNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ast.ComplexNode.y:Lorg/jruby/ast/NumericNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/ComplexNode;
public void setNumber(org.jruby.ast.NumericNode);
descriptor: (Lorg/jruby/ast/NumericNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.ast.ComplexNode.y:Lorg/jruby/ast/NumericNode;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ast/ComplexNode;
0 2 1 y Lorg/jruby/ast/NumericNode;
MethodParameters:
Name Flags
y
}
SourceFile: "ComplexNode.java"