|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.WhenNode
org.jruby.ast.WhenOneArgNode
public class WhenOneArgNode
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.WhenNode |
|---|
bodyNode, eqq, expressionNodes |
| Constructor Summary | |
|---|---|
WhenOneArgNode(ISourcePosition position,
Node expressionNode,
Node bodyNode,
Node nextCase)
|
|
| Method Summary | |
|---|---|
IRubyObject |
when(IRubyObject test,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
| Methods inherited from class org.jruby.ast.WhenNode |
|---|
accept, childNodes, getBodyNode, getExpressionNodes, getNextCase, getNodeType, interpret |
| Methods inherited from class org.jruby.ast.Node |
|---|
assign, createList, definition, getNodeName, getPosition, isInvisible, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WhenOneArgNode(ISourcePosition position,
Node expressionNode,
Node bodyNode,
Node nextCase)
| Method Detail |
|---|
public IRubyObject when(IRubyObject test,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
when in class WhenNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||