Package | Description |
---|---|
org.jruby.internal.runtime.methods | |
org.jruby.lexer.yacc |
Modifier and Type | Class and Description |
---|---|
class |
CompiledIRMethod |
class |
CompiledMethod |
static class |
CompiledMethod.LazyCompiledMethod |
class |
DefaultMethod
This is the mixed-mode method type.
|
class |
InterpretedIRMethod |
class |
InterpretedMethod |
class |
JittedMethod
This is the mixed-mode method type.
|
class |
ProcMethod |
class |
ReflectedCompiledMethod |
class |
TraceableInterpretedMethod |
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 |
SimpleSourcePosition |
Copyright © 2001-2015 JRuby. All Rights Reserved.