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