public final class SplatCastNodeFactory extends com.oracle.truffle.api.dsl.internal.NodeFactoryBase<SplatCastNode>
Modifier and Type | Method and Description |
---|---|
static SplatCastNode |
create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
SplatCastNode.NilBehavior nilBehavior,
boolean useToAry,
RubyNode child) |
SplatCastNode |
createNode(Object... arguments) |
static com.oracle.truffle.api.dsl.NodeFactory<SplatCastNode> |
getInstance() |
public SplatCastNode createNode(Object... arguments)
createNode
in interface com.oracle.truffle.api.dsl.NodeFactory<SplatCastNode>
createNode
in class com.oracle.truffle.api.dsl.internal.NodeFactoryBase<SplatCastNode>
public static SplatCastNode create(RubyContext context, com.oracle.truffle.api.source.SourceSection sourceSection, SplatCastNode.NilBehavior nilBehavior, boolean useToAry, RubyNode child)
public static com.oracle.truffle.api.dsl.NodeFactory<SplatCastNode> getInstance()
Copyright © 2001-2015 JRuby. All Rights Reserved.