org.apache.expreval.expr
Class FunctionTypeSignature

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

public class FunctionTypeSignature
extends TypeSignature

See Also:
Serialized Form

Constructor Summary
FunctionTypeSignature()
           
FunctionTypeSignature(Class<? extends GenericValue> returnType, 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

FunctionTypeSignature

public FunctionTypeSignature()

FunctionTypeSignature

public FunctionTypeSignature(Class<? extends GenericValue> returnType,
                             Class<? extends GenericValue>... typeSig)


Copyright © 2011. All Rights Reserved.