saffron
Class Statement.Thunk

java.lang.Object
  |
  +--saffron.Statement.Thunk
Enclosing class:
Statement

static class Statement.Thunk
extends Object


Field Summary
(package private)  Method method
           
(package private)  Object o
           
(package private)  String[] parameterNames
           
 
Constructor Summary
(package private) Statement.Thunk(Object o, Method method, String[] parameterNames)
           
 
Method Summary
(package private)  Object call(Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o

Object o

method

Method method

parameterNames

String[] parameterNames
Constructor Detail

Statement.Thunk

Statement.Thunk(Object o,
                Method method,
                String[] parameterNames)
Method Detail

call

Object call(Object[] args)
      throws IllegalAccessException,
             InvocationTargetException
IllegalAccessException
InvocationTargetException

SourceForge.net_Logo