Class TCallSite


  • public abstract class TCallSite
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TCallSite()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.invoke.MethodHandle getTarget()  
      • Methods inherited from class java.lang.Object

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

      • TCallSite

        public TCallSite()
    • Method Detail

      • getTarget

        public abstract java.lang.invoke.MethodHandle getTarget()