Package | Description |
---|---|
org.jruby.internal.runtime.methods | |
org.jruby.lexer.yacc |
Modifier and Type | Class and Description |
---|---|
class |
CompiledIRMetaClassBody |
class |
CompiledIRMethod |
class |
CompiledMethod |
static class |
CompiledMethod.LazyCompiledMethod |
class |
InterpretedIRBodyMethod
Created by enebo on 2/6/15.
|
class |
InterpretedIRMetaClassBody |
class |
InterpretedIRMethod
Method for -X-C (interpreted only execution).
|
class |
MixedModeIRMethod |
class |
ProcMethod |
class |
ReflectedCompiledMethod |
Modifier and Type | Interface and Description |
---|---|
interface |
ISourcePosition
This interface is the combination of two needs: 1) A Ruby interpreter position (for warnings
and errors).
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidSourcePosition
For nodes which are added to the AST which are not proper syntactical elements.
|
class |
SimpleSourcePosition |
Copyright © 2001-2015 JRuby. All Rights Reserved.