org.apache.commons.jexl2.internal
Class AbstractExecutor.Method.Parameter

java.lang.Object
  extended by org.apache.commons.jexl2.internal.AbstractExecutor.Method.Parameter
Enclosing class:
AbstractExecutor.Method

protected static final class AbstractExecutor.Method.Parameter
extends java.lang.Object

A helper class to pass the method & parameters.


Constructor Summary
AbstractExecutor.Method.Parameter(java.lang.reflect.Method m, MethodKey k)
          Creates an instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExecutor.Method.Parameter

public AbstractExecutor.Method.Parameter(java.lang.reflect.Method m,
                                         MethodKey k)
Creates an instance.

Parameters:
m - the method
k - the method key


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.