org.jruby.runtime.invokedynamic
Class InvokeDynamicSupport.JRubyCallSite

java.lang.Object
  extended by java.dyn.CallSite
      extended by org.jruby.runtime.invokedynamic.InvokeDynamicSupport.JRubyCallSite
Enclosing class:
InvokeDynamicSupport

public static class InvokeDynamicSupport.JRubyCallSite
extends java.dyn.CallSite


Constructor Summary
InvokeDynamicSupport.JRubyCallSite(java.lang.Class caller, java.lang.String name, java.dyn.MethodType type, CallType callType)
           
 
Method Summary
 CallType callType()
           
 
Methods inherited from class java.dyn.CallSite
callerClass, canSetTarget, checkTarget, getTarget, initialTarget, name, nameComponents, setTarget, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeDynamicSupport.JRubyCallSite

public InvokeDynamicSupport.JRubyCallSite(java.lang.Class caller,
                                          java.lang.String name,
                                          java.dyn.MethodType type,
                                          CallType callType)
Method Detail

callType

public CallType callType()


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