| Package | Description |
|---|---|
| org.jruby.ir.persistence | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
StaticScope.Type |
IRReaderStream.decodeStaticScopeType() |
StaticScope.Type |
IRReaderDecoder.decodeStaticScopeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRWriterStream.encode(StaticScope.Type value) |
void |
IRWriterEncoder.encode(StaticScope.Type value) |
void |
IRWriterAnalyzer.encode(StaticScope.Type value) |
| Modifier and Type | Method and Description |
|---|---|
static StaticScope.Type |
StaticScope.Type.fromOrdinal(int value) |
StaticScope.Type |
StaticScope.getType() |
static StaticScope.Type |
StaticScope.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticScope.Type[] |
StaticScope.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticScope |
StaticScopeFactory.newStaticScope(StaticScope parent,
StaticScope.Type type,
String[] names) |
| Constructor and Description |
|---|
StaticScope(StaticScope.Type type,
StaticScope enclosingScope)
Construct a new static scope.
|
StaticScope(StaticScope.Type type,
StaticScope enclosingScope,
String file) |
StaticScope(StaticScope.Type type,
StaticScope enclosingScope,
String[] names)
Construct a new static scope.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.