| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.persistence | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
static IRScopeType |
IRScopeType.fromOrdinal(int value) |
IRScopeType |
IRScriptBody.getScopeType() |
abstract IRScopeType |
IRScope.getScopeType() |
IRScopeType |
IRModuleBody.getScopeType() |
IRScopeType |
IRMethod.getScopeType() |
IRScopeType |
IRMetaClassBody.getScopeType() |
IRScopeType |
IRFor.getScopeType() |
IRScopeType |
IREvalScript.getScopeType() |
IRScopeType |
IRClosure.getScopeType() |
IRScopeType |
IRClassBody.getScopeType() |
static IRScopeType |
IRScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRScopeType[] |
IRScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IRScopeType |
IRReaderStream.decodeIRScopeType() |
IRScopeType |
IRReaderDecoder.decodeIRScopeType() |
| Modifier and Type | Method and Description |
|---|---|
static IRScope |
IRReader.createScope(IRManager manager,
IRScopeType type,
String name,
int line,
IRScope lexicalParent,
Signature signature,
StaticScope staticScope) |
void |
IRWriterStream.encode(IRScopeType value) |
void |
IRWriterEncoder.encode(IRScopeType value) |
void |
IRWriterAnalyzer.encode(IRScopeType value) |
| Modifier and Type | Field and Description |
|---|---|
protected IRScopeType |
StaticScope.scopeType |
| Modifier and Type | Method and Description |
|---|---|
IRScopeType |
StaticScope.getScopeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticScope.setScopeType(IRScopeType scopeType) |
Copyright © 2001-2016 JRuby. All Rights Reserved.