public class Match2CaptureNode extends Match2Node
Constructor and Description |
---|
Match2CaptureNode(ISourcePosition position,
Node receiverNode,
Node valueNode,
int[] scopeOffsets) |
Modifier and Type | Method and Description |
---|---|
int[] |
getScopeOffsets() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, definition, getNodeType, getReceiverNode, getValueNode
assign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public Match2CaptureNode(ISourcePosition position, Node receiverNode, Node valueNode, int[] scopeOffsets)
public int[] getScopeOffsets()
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret
in class Match2Node
Copyright © 2001-2014 JRuby. All Rights Reserved.