Uses of Enum
org.jruby.embed.variable.BiVariable.Type
Packages that use BiVariable.Type
-
Uses of BiVariable.Type in org.jruby.embed.variable
Methods in org.jruby.embed.variable that return BiVariable.TypeModifier and TypeMethodDescriptionArgv.getType()Returns enum type of this variable defined inBiVariable.BiVariable.getType()Returns one of the Ruby's variables or constant types defined by Type.ClassVariable.getType()Returns enum type of this variable defined inBiVariable.Constant.getType()Returns enum type of this variable defined inBiVariable.GlobalVariable.getType()Returns enum type of this variable defined inBiVariable.InstanceVariable.getType()Returns enum type of this variable defined inBiVariable.LocalGlobalVariable.getType()Returns enum type of this variable defined inBiVariable.PersistentLocalVariable.getType()Returns enum type of this variable defined inBiVariable.TransientLocalVariable.getType()Returns enum type of this variable defined inBiVariable.static BiVariable.TypeReturns 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.