Class DynamicVisitor.MethodNodeHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method _method
      the method
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodNodeHandler​(java.lang.reflect.Method method)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object handleNode​(java.lang.Object node, java.lang.Object[] data)
      Handle node
      • Methods inherited from class java.lang.Object

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

      • _method

        private java.lang.reflect.Method _method
        the method
    • Constructor Detail

      • MethodNodeHandler

        public MethodNodeHandler​(java.lang.reflect.Method method)
        Constructor
        Parameters:
        methodName - the method name
    • Method Detail

      • handleNode

        public java.lang.Object handleNode​(java.lang.Object node,
                                           java.lang.Object[] data)
                                    throws java.lang.Exception
        Handle node
        Specified by:
        handleNode in interface DynamicVisitor.NodeHandler
        Throws:
        java.lang.Exception