Interface | Description |
---|---|
Allocator |
Class | Description |
---|---|
ClassNode |
Reads the class of an object.
|
ClassNodeFactory | |
DefineOrGetClassNode |
Define a new class, or get the existing one of the same name.
|
DefineOrGetModuleNode |
Define a new module, or get the existing one of the same name.
|
LexicalScopeNode |
Find the RubyModule enclosing us lexically.
|
OpenModuleNode |
Open a module and execute a method in it - probably to define new methods.
|
ReadClassVariableNode | |
ReadInstanceVariableNode | |
SelfNode | |
SingletonClassNode |
Reads the singleton (meta, eigen) class of an object.
|
SingletonClassNodeFactory | |
WriteClassVariableNode | |
WriteInstanceVariableNode |
Copyright © 2001-2015 JRuby. All Rights Reserved.