org.apache.expreval.expr
Class ArgumentListTypeSignature

java.lang.Object
  extended by org.apache.expreval.expr.TypeSignature
      extended by org.apache.expreval.expr.ArgumentListTypeSignature
All Implemented Interfaces:
Serializable

public class ArgumentListTypeSignature
extends TypeSignature

See Also:
Serialized Form

Constructor Summary
ArgumentListTypeSignature(Class<? extends GenericValue>... typeSig)
           
 
Method Summary
 
Methods inherited from class org.apache.expreval.expr.TypeSignature
getArg, getArgCount, getArgTypeList, getReturnType, newLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentListTypeSignature

public ArgumentListTypeSignature(Class<? extends GenericValue>... typeSig)


Copyright © 2011. All Rights Reserved.