Package | Description |
---|---|
org.jruby.truffle.nodes.control |
Modifier and Type | Method and Description |
---|---|
static WhileNode |
WhileNode.createDoWhile(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
BooleanCastNode condition,
RubyNode body) |
static WhileNode |
WhileNode.createWhile(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
BooleanCastNode condition,
RubyNode body) |
Copyright © 2001-2015 JRuby. All Rights Reserved.