Uses of Interface
adams.parser.plugin.ParserFunction
-
Packages that use ParserFunction Package Description adams.parser adams.parser.plugin -
-
Uses of ParserFunction in adams.parser
Fields in adams.parser with type parameters of type ParserFunction Modifier and Type Field Description protected static HashMap<String,ParserFunction>
ParserHelper. m_Functions
the cache of functions.Methods in adams.parser that return ParserFunction Modifier and Type Method Description protected static ParserFunction
ParserHelper. getFunction(String name)
Returns the function associated with the given function name. -
Uses of ParserFunction in adams.parser.plugin
Classes in adams.parser.plugin that implement ParserFunction Modifier and Type Class Description class
AbstractParserFunction
Ancestor for custom functions to be used in parsers.class
Env
Example function that simply outputs the parameters on the command-line.
-