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