Package | Description |
---|---|
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
abstract StaticScope.Type |
StaticScope.getType() |
StaticScope.Type |
LocalStaticScope.getType() |
StaticScope.Type |
IRStaticScope.getType() |
StaticScope.Type |
EvalStaticScope.getType() |
StaticScope.Type |
BlockStaticScope.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.
|
Copyright © 2001–2016 JRuby. All rights reserved.