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, getValueNodeassign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toStringpublic 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 Match2NodeCopyright © 2001-2014 JRuby. All Rights Reserved.