| Package | Description |
|---|---|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <E,T> ReflectUtil.MethodDispatcher<T> |
ReflectUtil.createMethodDispatcher(Class<T> returnClazz,
ReflectiveVisitor visitor,
String methodName,
Class<E> arg0Clazz,
Class... otherArgClasses)
Creates a dispatcher for calls to a single multi-method on a particular
object.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.