net.sf.jmatchparser.template
Interface CallbackFunction


public interface CallbackFunction

A function that is called from the parser via the ^function tag.


Method Summary
 String call(String[] arguments)
          Call the function with the given arguments and return its result.
 

Method Detail

call

String call(String[] arguments)
Call the function with the given arguments and return its result.



Copyright © 2011. All Rights Reserved.