org.apache.commons.jexl2.internal
Class AbstractExecutor.Method.Parameter
java.lang.Object
org.apache.commons.jexl2.internal.AbstractExecutor.Method.Parameter
- Enclosing class:
- AbstractExecutor.Method
protected static final class AbstractExecutor.Method.Parameter
- extends Object
A helper class to pass the method & parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExecutor.Method.Parameter
public AbstractExecutor.Method.Parameter(Method m,
MethodKey k)
- Creates an instance.
- Parameters:
m
- the methodk
- the method key
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.