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