Class MethodCallSite

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MethodCallSite.Kind  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodCallSite​(java.lang.Class<?> theClass, java.lang.invoke.MethodType type, java.lang.String name, java.lang.invoke.MethodHandle original, MethodCallSite.Kind kind)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.invoke.MethodHandle getOriginal()  
      boolean isStatic()  
      java.lang.Class<?> thisType()  
      java.lang.String toString()  
      • 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, wait, wait, wait
    • Constructor Detail

      • MethodCallSite

        public MethodCallSite​(java.lang.Class<?> theClass,
                              java.lang.invoke.MethodType type,
                              java.lang.String name,
                              java.lang.invoke.MethodHandle original,
                              MethodCallSite.Kind kind)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getOriginal

        public java.lang.invoke.MethodHandle getOriginal()
      • thisType

        public java.lang.Class<?> thisType()
      • isStatic

        public boolean isStatic()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object