Class NativeClosureProxy


  • public abstract class NativeClosureProxy
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG  
      protected Runtime runtime  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getCallable()  
      • Methods inherited from class java.lang.Object

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

      • runtime

        protected final Runtime runtime
      • DEBUG

        public static final boolean DEBUG
    • Constructor Detail

      • NativeClosureProxy

        protected NativeClosureProxy​(NativeRuntime runtime)
    • Method Detail

      • getCallable

        protected java.lang.Object getCallable()