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