Keyword Parser Extension Point

Extension point: com.microfocus.awm.keywordparser

This extension point enables you to add source parsers that implement the ITaurusKeywordParser interface. This enables you to implement features depending on certain keywords found in an edited file.

Example:

This extension point could be specified so that the implementation takes control when the COPY statement is found in a COBOL program. The implementation could then try to open the COBOL copybook named by the word following the COPY statement.

If you use this extension point, the AWM model administrator must specify a Selection Property Mapping for a global editor action. See Global Action is an Editor Action for more information.