Package | Description |
---|---|
org.jruby.truffle.nodes.methods |
Modifier and Type | Method and Description |
---|---|
static AliasNode |
AliasNodeFactory.create(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
String newName,
String oldName,
RubyNode module) |
AliasNode |
AliasNodeFactory.createNode(Object... arguments) |
Modifier and Type | Method and Description |
---|---|
static com.oracle.truffle.api.dsl.NodeFactory<AliasNode> |
AliasNodeFactory.getInstance() |
Constructor and Description |
---|
AliasNode(AliasNode prev) |
Copyright © 2001-2015 JRuby. All Rights Reserved.