Uses of Class
org.jruby.compiler.impl.SkinnyMethodAdapter

Packages that use SkinnyMethodAdapter
org.jruby.compiler   
org.jruby.compiler.impl   
org.jruby.compiler.util   
org.jruby.java   
org.jruby.runtime.callback   
 

Uses of SkinnyMethodAdapter in org.jruby.compiler
 

Methods in org.jruby.compiler that return SkinnyMethodAdapter
 SkinnyMethodAdapter InvocationCompiler.getMethodAdapter()
           
 SkinnyMethodAdapter VariableCompiler.getMethodAdapter()
           
 

Methods in org.jruby.compiler with parameters of type SkinnyMethodAdapter
 void InvocationCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
           
 void VariableCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
           
 

Uses of SkinnyMethodAdapter in org.jruby.compiler.impl
 

Fields in org.jruby.compiler.impl declared as SkinnyMethodAdapter
protected  SkinnyMethodAdapter AbstractVariableCompiler.method
           
protected  SkinnyMethodAdapter BaseBodyCompiler.method
           
protected  SkinnyMethodAdapter StandardInvocationCompiler.method
           
 

Methods in org.jruby.compiler.impl that return SkinnyMethodAdapter
 SkinnyMethodAdapter StandardASMCompiler.getClassInitMethod()
           
 SkinnyMethodAdapter StandardASMCompiler.getInitMethod()
           
 SkinnyMethodAdapter AbstractVariableCompiler.getMethodAdapter()
           
 SkinnyMethodAdapter StandardInvocationCompiler.getMethodAdapter()
           
 

Methods in org.jruby.compiler.impl with parameters of type SkinnyMethodAdapter
static void StandardASMCompiler.buildStaticScopeNames(SkinnyMethodAdapter method, StaticScope scope)
           
 void AbstractVariableCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
           
 void StandardInvocationCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
           
 

Constructors in org.jruby.compiler.impl with parameters of type SkinnyMethodAdapter
AbstractVariableCompiler(BaseBodyCompiler methodCompiler, SkinnyMethodAdapter method, StaticScope scope, boolean specificArity, int argsIndex, int firstTempIndex)
           
HeapBasedVariableCompiler(BaseBodyCompiler methodCompiler, SkinnyMethodAdapter method, StaticScope scope, boolean specificArity, int argsIndex, int firstTempIndex)
           
InvokeDynamicInvocationCompiler(BaseBodyCompiler methodCompiler, SkinnyMethodAdapter method)
           
StackBasedVariableCompiler(BaseBodyCompiler methodCompiler, SkinnyMethodAdapter method, StaticScope scope, boolean specificArity, int argsIndex, int firstTempIndex)
           
StandardInvocationCompiler(BaseBodyCompiler methodCompiler, SkinnyMethodAdapter method)
           
 

Uses of SkinnyMethodAdapter in org.jruby.compiler.util
 

Methods in org.jruby.compiler.util with parameters of type SkinnyMethodAdapter
static void HandleFactory.loadUnboxedArgument(SkinnyMethodAdapter m, int index, java.lang.Class type)
           
static void HandleFactory.unboxAndCast(SkinnyMethodAdapter m, java.lang.Class paramClass)
           
 

Uses of SkinnyMethodAdapter in org.jruby.java
 

Methods in org.jruby.java with parameters of type SkinnyMethodAdapter
static void MiniJava.coerceArgumentsToRuby(SkinnyMethodAdapter mv, java.lang.Class[] paramTypes, int rubyIndex)
           
static void MiniJava.coerceResultAndReturn(SkinnyMethodAdapter mv, java.lang.Class returnType)
           
 

Uses of SkinnyMethodAdapter in org.jruby.runtime.callback
 

Methods in org.jruby.runtime.callback with parameters of type SkinnyMethodAdapter
 void InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter mv, org.objectweb.asm.Label afterCall, org.objectweb.asm.Label okCall)
          Deprecated. 
 



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