Interface | Description |
---|---|
ReadNode |
Interface for all nodes which read something, providing a method to transform them to write the
same thing.
|
WriteNode |
Interface for all nodes which write something, providing a method to transform them to read the
same thing.
|
Class | Description |
---|---|
AssignmentWrapperNode | |
CoreSourceSection |
Source sections used for core method nodes.
|
DefinedNode |
Switches execution to the parallel
RubyNode.isDefined(com.oracle.truffle.api.frame.VirtualFrame) semantic path. |
ForNode | |
ReadConstantNode | |
RubyCallNode | |
RubyNode |
Base class for most nodes in Ruby.
|
RubyRootNode |
The root node in an AST for a method.
|
RubyTypes |
The list of types and type conversions that the AST interpreter knows about and can specialise
using.
|
RubyTypesGen | |
ThreadLocalObjectNode | |
TopLevelRaiseHandler | |
WriteConstantNode |
Represents writing a constant into some module.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.