Package | Description |
---|---|
org.jruby | |
org.jruby.truffle | |
org.jruby.truffle.runtime | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
Object |
TruffleBridge.execute(TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
Object |
TruffleBridgeImpl.execute(TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
Object |
RubyContext.execute(RubyContext context,
com.oracle.truffle.api.source.Source source,
org.jcodings.Encoding defaultEncoding,
TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RubyNode currentNode,
NodeWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
static TranslatorDriver.ParserContext |
TranslatorDriver.ParserContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslatorDriver.ParserContext[] |
TranslatorDriver.ParserContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RubyRootNode |
TranslatorDriver.parse(RubyContext context,
com.oracle.truffle.api.source.Source source,
org.jcodings.Encoding defaultEncoding,
TranslatorDriver.ParserContext parserContext,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RubyNode currentNode,
NodeWrapper wrapper) |
RubyRootNode |
TranslatorDriver.parse(RubyNode currentNode,
RubyContext context,
com.oracle.truffle.api.source.Source source,
TranslatorDriver.ParserContext parserContext,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode,
NodeWrapper wrapper) |
Copyright © 2001-2015 JRuby. All Rights Reserved.