Package adams.parser.plugin
-
Interface Summary Interface Description ParserFunction Interface for functions to be used in parsers.ParserProcedure Interface for procedures to be used in parsers. -
Class Summary Class Description AbstractParserFunction Ancestor for custom functions to be used in parsers.AbstractParserProcedure Ancestor for custom procedures to be used in parsers.Env Example function that simply outputs the parameters on the command-line.Println Example function that simply outputs the parameters on the command-line.