org.apache.commons.jexl2
Class MethodTest.VarArgs
java.lang.Object
org.apache.commons.jexl2.MethodTest.VarArgs
- Enclosing class:
- MethodTest
public static class MethodTest.VarArgs
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodTest.VarArgs
public MethodTest.VarArgs()
callInts
public String callInts(Integer... args)
callMixed
public String callMixed(Integer fixed,
Integer... args)
callMixed
public String callMixed(String mixed,
Integer... args)
concat
public String concat(String... strs)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.