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