Package | Description |
---|---|
org.jruby.embed.variable |
Modifier and Type | Method and Description |
---|---|
BiVariable.Type |
Argv.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
Constant.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
PersistentLocalVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
InstanceVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
BiVariable.getType()
Returns one of the Ruby's variables or constant types defined by Type.
|
BiVariable.Type |
ClassVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
GlobalVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
LocalGlobalVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
BiVariable.Type |
TransientLocalVariable.getType()
Returns enum type of this variable defined in
BiVariable . |
static BiVariable.Type |
BiVariable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiVariable.Type[] |
BiVariable.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.