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_Functionsthe cache of functions.Methods in adams.parser that return ParserFunction Modifier and Type Method Description protected static ParserFunctionParserHelper. 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 classAbstractParserFunctionAncestor for custom functions to be used in parsers.classEnvExample function that simply outputs the parameters on the command-line.
-