bookExamples.ch24Reflection.operations
Class FunctionProcessor

java.lang.Object
  extended by bookExamples.ch24Reflection.operations.FunctionProcessor

public class FunctionProcessor
extends java.lang.Object


Method Summary
 java.lang.Object evaluate(Fcn2 f)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public java.lang.Object evaluate(Fcn2 f)
                          throws java.lang.IllegalAccessException,
                                 java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

main

public static void main(java.lang.String[] args)
                 throws java.lang.IllegalAccessException,
                        java.lang.InstantiationException,
                        java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException