|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BiVariable.Type | |
---|---|
org.jruby.embed.variable |
Uses of BiVariable.Type in org.jruby.embed.variable |
---|
Methods in org.jruby.embed.variable that return BiVariable.Type | |
---|---|
BiVariable.Type |
Argv.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 |
Constant.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 |
InstanceVariable.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 |
PersistentLocalVariable.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(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |