Package | Description |
---|---|
org.jruby.truffle.nodes.cast |
Modifier and Type | Method and Description |
---|---|
static ArrayCastNode |
ArrayCastNodeFactory.create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
RubyNode child) |
static ArrayCastNode |
ArrayCastNodeFactory.create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
SplatCastNode.NilBehavior nilBehavior,
RubyNode child) |
ArrayCastNode |
ArrayCastNodeFactory.createNode(Object... arguments) |
Modifier and Type | Method and Description |
---|---|
static com.oracle.truffle.api.dsl.NodeFactory<ArrayCastNode> |
ArrayCastNodeFactory.getInstance() |
Constructor and Description |
---|
ArrayCastNode(ArrayCastNode prev) |
Copyright © 2001-2015 JRuby. All Rights Reserved.