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, definition, getNodeName, getPosition, 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-2013 JRuby. All Rights Reserved.