Package org.jruby.embed.variable

Interface Summary
BiVariable Represents bidirectional, both Java and Ruby, variables.
 

Class Summary
Argv  
ClassVariable An implementation of BiVariable for a Ruby class variable.
Constant An implementation of BiVariable for a Ruby constant.
GlobalVariable An implementation of BiVariable for a Ruby global variable.
InstanceVariable An implementation of BiVariable for a Ruby instance variable.
LocalGlobalVariable An implementation of BiVariable for JSR223 style global variable.
PersistentLocalVariable An implementation of BiVariable for a persistent local variable.
TransientLocalVariable An implementation of BiVariable for a transient local variable.
VariableInterceptor This class is responsible to local variable behavior dependent processing.
 

Enum Summary
BiVariable.Type Defines a type correspond to Ruby's variables and constant types.
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.