Object-oriented Parser System
v3.6

mops
Interface ParserFunction


public interface ParserFunction

wrapped by a Parser, executed by parse.


Method Summary
 Result f(Input input)
           
 

Method Detail

f

Result f(Input input)


(c) 2008 Axel T. Schreiner