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