anvil.script.compiler
Class DispatcherHelper

java.lang.Object
  |
  +--anvil.script.compiler.DispatcherHelper

public class DispatcherHelper
extends java.lang.Object


Constructor Summary
DispatcherHelper()
           
 
Method Summary
static Array gather1()
           
static Array gather1(Any p1)
           
static Array gather1(Any p1, Any p2)
           
static Array gather1(Any p1, Any p2, Any p3)
           
static Array gather1(Any p1, Any p2, Any p3, Any p4)
           
static Any[] gather2()
           
static Any[] gather2(Any p1)
           
static Any[] gather2(Any p1, Any p2)
           
static Any[] gather2(Any p1, Any p2, Any p3)
           
static Any[] gather2(Any p1, Any p2, Any p3, Any p4)
           
static AnyTuple gather3()
           
static AnyTuple gather3(Any p1)
           
static AnyTuple gather3(Any p1, Any p2)
           
static AnyTuple gather3(Any p1, Any p2, Any p3)
           
static AnyTuple gather3(Any p1, Any p2, Any p3, Any p4)
           
static Array rest1(Any[] parameters, int start)
           
static Any[] rest2(Any[] parameters, int start)
           
static AnyTuple rest3(Any[] parameters, int start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherHelper

public DispatcherHelper()
Method Detail

gather1

public static final Array gather1()

gather1

public static final Array gather1(Any p1)

gather1

public static final Array gather1(Any p1,
                                  Any p2)

gather1

public static final Array gather1(Any p1,
                                  Any p2,
                                  Any p3)

gather1

public static final Array gather1(Any p1,
                                  Any p2,
                                  Any p3,
                                  Any p4)

gather2

public static final Any[] gather2()

gather2

public static final Any[] gather2(Any p1)

gather2

public static final Any[] gather2(Any p1,
                                  Any p2)

gather2

public static final Any[] gather2(Any p1,
                                  Any p2,
                                  Any p3)

gather2

public static final Any[] gather2(Any p1,
                                  Any p2,
                                  Any p3,
                                  Any p4)

gather3

public static final AnyTuple gather3()

gather3

public static final AnyTuple gather3(Any p1)

gather3

public static final AnyTuple gather3(Any p1,
                                     Any p2)

gather3

public static final AnyTuple gather3(Any p1,
                                     Any p2,
                                     Any p3)

gather3

public static final AnyTuple gather3(Any p1,
                                     Any p2,
                                     Any p3,
                                     Any p4)

rest1

public static final Array rest1(Any[] parameters,
                                int start)

rest2

public static final Any[] rest2(Any[] parameters,
                                int start)

rest3

public static final AnyTuple rest3(Any[] parameters,
                                   int start)