Class RoboCallSite

  • Direct Known Subclasses:
    MethodCallSite

    public class RoboCallSite
    extends java.lang.invoke.MutableCallSite
    • Constructor Summary

      Constructors 
      Constructor Description
      RoboCallSite​(java.lang.invoke.MethodType type, java.lang.Class<?> theClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getTheClass()  
      • Methods inherited from class java.lang.invoke.MutableCallSite

        dynamicInvoker, getTarget, setTarget, syncAll
      • Methods inherited from class java.lang.invoke.CallSite

        type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoboCallSite

        public RoboCallSite​(java.lang.invoke.MethodType type,
                            java.lang.Class<?> theClass)
    • Method Detail

      • getTheClass

        public java.lang.Class<?> getTheClass()