Package org.jruby.compiler.ir

Interface Summary
CompilerTarget  
IRScope IRScope is the interface for all lexically scoped constructs: Script, Module, Class, Method, and Closure.
 

Class Summary
CodeVersion  
IRBuilder  
IRClass  
IRClosure  
IRExecutionScope  
IRLoop  
IRMetaClass  
IRMethod  
IRModule  
IRScopeImpl Right now, this class abstracts 5 different scopes: Script, Module, Class, Method, and Closure.
IRScript  
Tuple<T1,T2>  
 

Enum Summary
Operation  
 

Annotation Types Summary
Interp Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
 



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