cc.plural.jsonij.jpath.functions
Class Function

java.lang.Object
  extended by cc.plural.jsonij.jpath.functions.Function
Direct Known Subclasses:
RegexFunction

public abstract class Function
extends Object

Author:
jmarsden

Constructor Summary
Function()
           
 
Method Summary
abstract  Value evaluate(FunctionArgument[] args, Value value)
           
 String functionName()
           
 List<Class<? extends FunctionArgument>> getArgumentTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Function

public Function()
Method Detail

functionName

public String functionName()

getArgumentTypes

public List<Class<? extends FunctionArgument>> getArgumentTypes()

evaluate

public abstract Value evaluate(FunctionArgument[] args,
                               Value value)


Copyright © 2012. All Rights Reserved.