Class ReflectionLibraryLoader.LazyLoader.VariableAcccessorInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Variable variable  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object self, java.lang.Object[] parameters)  
      • Methods inherited from class java.lang.Object

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

      • variable

        private final Variable variable
    • Constructor Detail

      • VariableAcccessorInvoker

        private VariableAcccessorInvoker​(Variable variable)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object self,
                                       java.lang.Object[] parameters)
        Specified by:
        invoke in interface Invoker