Package | Description |
---|---|
org.jruby.truffle.nodes.literal |
Modifier and Type | Method and Description |
---|---|
static RangeLiteralNode |
RangeLiteralNodeFactory.create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
boolean excludeEnd,
RubyNode begin,
RubyNode end) |
RangeLiteralNode |
RangeLiteralNodeFactory.createNode(Object... arguments) |
Modifier and Type | Method and Description |
---|---|
static com.oracle.truffle.api.dsl.NodeFactory<RangeLiteralNode> |
RangeLiteralNodeFactory.getInstance() |
Constructor and Description |
---|
RangeLiteralNode(RangeLiteralNode prev) |
Copyright © 2001-2015 JRuby. All Rights Reserved.