Package org.jruby.ast
Class Match2CaptureNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.Match2Node
org.jruby.ast.Match2CaptureNode
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
ConstructorsConstructorDescriptionMatch2CaptureNode
(int line, Node receiverNode, Node valueNode, int[] scopeOffsets) -
Method Summary
Methods inherited from class org.jruby.ast.Match2Node
accept, childNodes, getNodeType, getReceiverNode, getValueNode, needsDefinitionCheck
Methods inherited from class org.jruby.ast.Node
containsVariableAssignment, createList, createList, createList, createList, executesOnce, getFile, getLine, getNodeName, isNewline, isNil, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewline
-
Constructor Details
-
Match2CaptureNode
-
-
Method Details
-
getScopeOffsets
public int[] getScopeOffsets()
-