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