Package | Description |
---|---|
org.jruby.truffle.nodes.methods.locals |
Modifier and Type | Method and Description |
---|---|
static WriteLocalVariableNode |
WriteLocalVariableNodeFactory.create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
com.oracle.truffle.api.frame.FrameSlot frameSlot,
RubyNode rhs) |
WriteLocalVariableNode |
WriteLocalVariableNodeFactory.createNode(Object... arguments) |
Modifier and Type | Method and Description |
---|---|
static com.oracle.truffle.api.dsl.NodeFactory<WriteLocalVariableNode> |
WriteLocalVariableNodeFactory.getInstance() |
Constructor and Description |
---|
WriteLocalVariableNode(WriteLocalVariableNode prev) |
Copyright © 2001-2015 JRuby. All Rights Reserved.