public class WhenOneArgNode extends WhenNode
bodyNode, eqq, expressionNodes
Constructor and Description |
---|
WhenOneArgNode(ISourcePosition position,
Node expressionNode,
Node bodyNode,
Node nextCase) |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
when(IRubyObject test,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock) |
accept, childNodes, getBodyNode, getExpressionNodes, getNextCase, getNodeType, interpret
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public WhenOneArgNode(ISourcePosition position, Node expressionNode, Node bodyNode, Node nextCase)
public IRubyObject when(IRubyObject test, ThreadContext context, Ruby runtime, IRubyObject self, Block aBlock)
Copyright © 2001-2015 JRuby. All Rights Reserved.