|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WhenNode | |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.ast.visitor.rewriter | |
org.jruby.compiler | |
org.jruby.parser |
Uses of WhenNode in org.jruby.ast |
---|
Methods in org.jruby.ast with parameters of type WhenNode | |
---|---|
IRubyObject |
FalseNode.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
FixnumNode.when(WhenNode whenNode,
IRubyObject whenValue,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
NilNode.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
Node.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
SymbolNode.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
TrueNode.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
IRubyObject |
WhenNode.when(WhenNode whenNode,
IRubyObject value,
ThreadContext context,
Ruby runtime,
IRubyObject self,
Block aBlock)
|
Uses of WhenNode in org.jruby.ast.visitor |
---|
Methods in org.jruby.ast.visitor with parameters of type WhenNode | |
---|---|
Instruction |
AbstractVisitor.visitWhenNode(WhenNode iVisited)
|
Instruction |
DefaultIteratorVisitor.visitWhenNode(WhenNode iVisited)
|
Instruction |
NodeVisitor.visitWhenNode(WhenNode iVisited)
|
Uses of WhenNode in org.jruby.ast.visitor.rewriter |
---|
Methods in org.jruby.ast.visitor.rewriter with parameters of type WhenNode | |
---|---|
Instruction |
ReWriteVisitor.visitWhenNode(WhenNode iVisited)
|
Uses of WhenNode in org.jruby.compiler |
---|
Methods in org.jruby.compiler with parameters of type WhenNode | |
---|---|
void |
ASTCompiler.compileMultiArgWhen(WhenNode whenNode,
ArrayNode expressionsNode,
int conditionIndex,
BodyCompiler context,
boolean hasCase)
|
Uses of WhenNode in org.jruby.parser |
---|
Methods in org.jruby.parser that return WhenNode | |
---|---|
WhenNode |
ParserSupport.newWhenNode(ISourcePosition position,
Node expressionNodes,
Node bodyNode,
Node nextCase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |